summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2018-10-18ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2018-10-18ip: use rb trees for IP frag queue.Peter Oskolkov
2018-10-18ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal
2018-10-18inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet
2018-10-18ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet
2018-10-18inet: frags: break the 2GB limit for frags storageEric Dumazet
2018-10-18inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2018-10-18inet: frags: get rif of inet_frag_evicting()Eric Dumazet
2018-10-18inet: frags: remove some helpersEric Dumazet
2018-10-18inet: frags: use rhashtables for reassembly unitsEric Dumazet
2018-10-18ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet
2018-10-18inet: frags: refactor ipv6_frag_init()Eric Dumazet
2018-10-18inet: frags: add a pointer to struct netns_fragsEric Dumazet
2018-10-18inet: frags: change inet_frags_init_net() return valueEric Dumazet
2018-10-18net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill
2018-10-18ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang
2018-10-18ip6_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-09-29ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet
2018-09-29gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen
2018-09-15vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev
2018-09-05vti6: fix PMTU caching and reporting on xmitEyal Birger
2018-08-24ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore
2018-08-24netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal
2018-08-24ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet
2018-08-22ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long
2018-07-28multicast: do not restore deleted record source filter mode to new oneHangbin Liu
2018-07-28ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn
2018-07-28ip: hash fragments consistentlyPaolo Abeni
2018-07-22netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal
2018-07-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal
2018-07-11Revert "sit: reload iphdr in ipip6_rcv"David S. Miller
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden
2018-06-26ipv6: allow PMTU exceptions to local routesJulian Anastasov
2018-06-26xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet
2018-06-13vrf: check the original netdevice for generating redirectStephen Suryaputra
2018-06-13ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca
2018-05-30sit: fix IFLA_MTU ignored on NEWLINKXin Long
2018-05-30ip6_tunnel: fix IFLA_MTU ignored on NEWLINKXin Long
2018-05-30netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failureSubash Abhinov Kasiviswanathan
2018-05-30netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460Subash Abhinov Kasiviswanathan
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn
2018-04-29ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet
2018-04-13vti6: better validate user provided tunnel namesEric Dumazet
2018-04-13ip6_tunnel: better validate user provided tunnel namesEric Dumazet
2018-04-13ip6_gre: better validate user provided tunnel namesEric Dumazet
2018-04-13ipv6: sit: better validate user provided tunnel namesEric Dumazet
2018-04-13net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill
2018-04-13net/ipv6: Fix route leaking between VRFsDavid Ahern
2018-04-13ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni