aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-17udp6: add missing rehash callback to udpliteAlexey Kodanev3-1/+3
2019-01-16udp: with udp_segment release on error pathWillem de Bruijn1-4/+12
2019-01-16ipv6: route: place a warning with duplicated string with correct extackJakub Kicinski1-12/+2
2019-01-16erspan: build the header with the right proto according to erspan_verXin Long1-2/+4
2019-01-15fou, fou6: do not assume linear skbsEric Dumazet1-2/+7
2019-01-15ip6_gre: update version related info when changing linkHangbin Liu1-0/+4
2019-01-15ip6_gre: fix tunnel list corruption for x-netnsOlivier Matz1-2/+2
2019-01-10ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet1-0/+1
2019-01-10ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn1-6/+4
2019-01-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-4/+4
2019-01-05ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern1-1/+4
2019-01-04bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov1-4/+4
2019-01-04ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern1-1/+10
2019-01-04ipv6: make icmp6_send() robust against null skb->devEric Dumazet1-2/+6
2019-01-04fou6: Prevent unbounded recursion in GUE error handlerStefano Brivio1-0/+8
2019-01-04netlink: fixup regression in RTM_GETADDRArthur Gautier1-1/+1
2019-01-02ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern1-0/+3
2019-01-02ipv6: Fix dump of specific table with strict checkingDavid Ahern1-1/+5
2019-01-02ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio1-1/+3
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn5-20/+28
2018-12-30ipv6: fix typo in net/ipv6/reassembly.cSu Yanjun1-1/+1
2018-12-30net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET1-2/+2
2018-12-27ipv6/route: Add a missing check on proc_dointvecAditya Pakki1-1/+5
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+3
2018-12-21ipv6: tunnels: fix two use-after-freeEric Dumazet2-0/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-129/+6
2018-12-20ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu1-0/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-1/+9
2018-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+3
2018-12-19ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang1-1/+2
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal3-5/+10
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal2-7/+10
2018-12-19sk_buff: add skb extension infrastructureFlorian Westphal1-0/+1
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal1-3/+7
2018-12-19xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing1-0/+3
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+0
2018-12-17ip6mr: Drop mfc6_cache argument to ip6mr_forward2David Ahern1-4/+3
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-1/+1
2018-12-17ipv6: add missing tx timestamping on IPPROTO_RAWWillem de Bruijn1-0/+2
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal3-46/+4
2018-12-17netfilter: nat: remove l4proto->manip_pktFlorian Westphal2-28/+2
2018-12-17netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal1-3/+0
2018-12-17netfilter: nat: remove l4proto->in_rangeFlorian Westphal1-11/+0
2018-12-17netfilter: nat: fold in_range indirection into callerFlorian Westphal1-8/+0
2018-12-17netfilter: nat: remove l4proto->unique_tupleFlorian Westphal1-26/+0
2018-12-17netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal1-7/+0
2018-12-15net: clear skb->tstamp in forwarding pathsEric Dumazet1-0/+1
2018-12-15net: use indirect call wrappers at GRO transport layerPaolo Abeni3-8/+35
2018-12-15net: use indirect call wrappers at GRO network layerPaolo Abeni1-3/+3
2018-12-15ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern1-1/+2