summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: drop incoming packets having a v4mapped source addressEric Dumazet2019-12-191-0/+10
* ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET2019-11-221-1/+1
* mld: fix memory leak in mld_del_delrec()Eric Dumazet2019-11-221-2/+3
* ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet2019-10-051-3/+4
* inet: switch IP ID generator to siphashEric Dumazet2019-08-131-15/+16
* ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2019-08-133-11/+13
* ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca2019-08-131-5/+3
* ipv6: Make __ipv6_select_ident staticVlad Yasevich2019-08-131-1/+2
* ipv6: Fix fragment id assignment on LE arches.Vlad Yasevich2019-08-131-1/+1
* ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich2019-08-133-21/+44
* Revert "inet: update the IP ID generation algorithm to higher standards."Ben Hutchings2019-08-131-3/+0
* ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet2019-08-131-7/+13
* ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-08-131-2/+2
* tcp: do not use ipv6 header for ipv4 flowEric Dumazet2019-08-131-4/+4
* xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun2019-08-131-0/+4
* ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long2019-08-131-3/+8
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-07-091-4/+4
* inet: update the IP ID generation algorithm to higher standards.Amit Klein2019-05-111-0/+3
* net: fix IPv6 prefix route residueZhiqiang Liu2019-05-021-1/+2
* sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-05-021-1/+2
* ipv6: tunnels: fix two use-after-freeEric Dumazet2019-02-111-0/+1
* ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio2019-02-111-2/+1
* ipv6: Fix another sparse warning on rt6i_nodeBen Hutchings2019-02-111-3/+3
* net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern2018-12-161-2/+4
* ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang2018-12-161-9/+20
* ipv6: Compute net once in raw6_send_hdrincEric W. Biederman2018-12-161-2/+3
* ip6_tunnel: be careful when accessing the inner headerPaolo Abeni2018-12-161-2/+11
* ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet2018-12-161-1/+2
* xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo2018-12-161-0/+2
* ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca2018-12-161-2/+2
* multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-11-201-2/+1
* ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu2018-11-201-3/+6
* netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2018-11-201-3/+3
* ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca2018-11-201-1/+2
* net: test tailroom before appending to linear skbWillem de Bruijn2018-10-211-1/+2
* xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet2018-10-211-1/+1
* ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2018-10-211-0/+2
* vti6: better validate user provided tunnel namesEric Dumazet2018-10-211-2/+5
* ip6_tunnel: better validate user provided tunnel namesEric Dumazet2018-10-211-3/+5
* ip6_gre: better validate user provided tunnel namesEric Dumazet2018-10-211-3/+5
* ipv6: sit: better validate user provided tunnel namesEric Dumazet2018-10-211-3/+5
* ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni2018-06-161-4/+9
* netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal2018-06-161-0/+4
* udplite: fix partial checksum initializationAlexey Kodanev2018-06-161-0/+5
* netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2018-06-161-8/+2
* netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-06-162-18/+17
* xfrm: Return error on unknown encap_type in init_stateHerbert Xu2018-03-031-2/+1
* xfrm: Reinject transport-mode packets through taskletHerbert Xu2018-03-031-1/+8
* tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2018-03-031-1/+1
* ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2018-01-011-4/+7