summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2016-01-15net: fix IP early demux racesEric Dumazet
2016-01-15net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-15gre6: allow to update all parameters via rtnlNicolas Dichtel
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet
2015-12-14ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2015-12-14net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-12-14snmp: Remove duplicate OUTMCAST stat incrementNeil Horman
2015-12-14ipv6: addrconf: validate new MTU before applying itMarcelo Leitner
2015-12-14ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca
2015-12-14sit: fix sit0 percpu double allocationsEric Dumazet
2015-10-27net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing
2015-10-27ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann
2015-10-27ip6_gre: release cached dst on tunnel removalhuaibin Wang
2015-09-28ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-09-27ipv6: Make MLD packets to only be processed locallyAngga
2015-08-27ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck
2015-08-27ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck
2015-06-28vti6: fix uninit when using x-netnsYao Xiwei
2015-06-15udp: fix behavior of wrong checksumsEric Dumazet
2015-06-15net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge
2015-06-15tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-04-27net: tcp6: fix double call of tcp_v6_fill_cb()Alexey Kodanev
2015-04-27ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark
2015-04-27tcp: prevent fetching dst twice in early demux codeMichal Kubeček
2015-03-24ipv6: fix backtracking for throw routesSteven Barth
2015-03-14net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-03-14udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-03-14ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau
2015-03-14ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann
2015-02-26ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa
2015-02-26ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer
2015-02-26ip: zero sockaddr returned on error queueWillem de Bruijn
2015-01-27tcp6: don't move IP6CB before xfrm6_policy_check()Nicolas Dichtel
2014-12-16tcp: fix more NULL deref after prequeue changesEric Dumazet
2014-11-25tcp: fix possible NULL dereference in tcp_vX_send_reset()Eric Dumazet
2014-11-25ip6_udp_tunnel: Fix checksum calculationAlexander Duyck
2014-11-24ipv6: gre: fix wrong skb->protocol in WCCPYuri Chislov
2014-11-23ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien
2014-11-23ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalidAlexander Duyck
2014-11-19ipv6: delete protocol and unregister rtnetlink when cleanupDuan Jiong
2014-11-16ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann
2014-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-11-10netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_evalDaniel Borkmann
2014-11-03gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert
2014-11-03sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert
2014-11-03vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert
2014-11-03ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso