summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2018-09-29udp6: add missing checks on edumux packet processingPaolo Abeni1-28/+37
2018-09-29ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-4/+2
2018-09-29gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen1-0/+1
2018-09-26net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern1-4/+9
2018-09-19ip: frags: fix crash in ip_do_fragment()Taehee Yoo1-0/+1
2018-09-19net: sk_buff rbnode reorgEric Dumazet2-0/+2
2018-09-19ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2-0/+8
2018-09-19inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2-5/+1
2018-09-19ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet1-8/+16
2018-09-19inet: frags: break the 2GB limit for frags storageEric Dumazet3-9/+9
2018-09-19inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2-6/+4
2018-09-19inet: frags: get rif of inet_frag_evicting()Eric Dumazet1-4/+0
2018-09-19inet: frags: remove some helpersEric Dumazet1-2/+3
2018-09-19inet: frags: use rhashtables for reassembly unitsEric Dumazet2-97/+64
2018-09-19ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet1-4/+0
2018-09-19inet: frags: refactor ipv6_frag_init()Eric Dumazet1-11/+14
2018-09-19inet: frags: Convert timers to use timer_setup()Kees Cook2-4/+6
2018-09-19inet: frags: add a pointer to struct netns_fragsEric Dumazet2-17/+19
2018-09-19inet: frags: change inet_frags_init_net() return valueEric Dumazet2-5/+18
2018-09-15netfilter: ip6t_rpfilter: set F_IFACE for linklocal addressesFlorian Westphal1-1/+11
2018-09-15vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev1-1/+1
2018-09-05esp6: fix memleak on error path in esp6_inputZhen Lei1-1/+3
2018-09-05vti6: fix PMTU caching and reporting on xmitEyal Birger1-5/+6
2018-08-24ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore3-95/+52
2018-08-24netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal1-0/+1
2018-08-24ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu1-3/+6
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet1-3/+3
2018-08-22ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long1-6/+2
2018-07-28multicast: do not restore deleted record source filter mode to new oneHangbin Liu1-2/+1
2018-07-28net/ipv6: Fix linklocal to global address with VRFDavid Ahern2-4/+7
2018-07-28ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn1-2/+5
2018-07-28ip: hash fragments consistentlyPaolo Abeni1-0/+2
2018-07-25ipv6: make DAD fail with enhanced DAD when nonce length differsSabrina Dubroca1-1/+1
2018-07-25ipv6: ila: select CONFIG_DST_CACHEArnd Bergmann1-0/+1
2018-07-22netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal1-0/+2
2018-07-22net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern1-2/+2
2018-07-22ipv6: sr: fix passing wrong flags to crypto_alloc_shash()Eric Biggers1-1/+1
2018-07-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal1-0/+1
2018-07-08xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet1-1/+1
2018-07-08netfilter: ip6t_rpfilter: provide input interface for route lookupVincent Bernat1-0/+2
2018-07-08netfilter: don't set F_IFACE on ipv6 fib lookupsFlorian Westphal2-14/+2
2018-06-26udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2-4/+5
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden1-0/+4
2018-06-26ipv6: allow PMTU exceptions to local routesJulian Anastasov1-3/+0
2018-06-21netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso1-27/+28
2018-06-11ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux1-2/+2
2018-06-11vrf: check the original netdevice for generating redirectStephen Suryaputra2-1/+8
2018-06-11ipv6: omit traffic class when calculating flow hashMichal Kubecek1-1/+1
2018-06-11ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2-5/+11
2018-06-11ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca1-1/+2