summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2021-04-21net: ip6_tunnel: Unregister catch-all devicesHristo Venev1-0/+10
2021-04-21net: sit: Unregister catch-all devicesHristo Venev1-2/+2
2021-04-16netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal1-0/+2
2021-04-14xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert1-1/+10
2021-04-14esp: delete NETIF_F_SCTP_CRC bit from features for esp offloadXin Long1-2/+4
2021-04-14xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo2-2/+2
2021-04-14net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski1-1/+1
2021-04-14net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum1-3/+5
2021-03-30Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson1-1/+1
2021-03-30Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson1-7/+7
2021-03-30net: Consolidate common blackhole dst opsDaniel Borkmann1-27/+9
2021-03-30ipv6: weaken the v4mapped source checkJakub Kicinski2-10/+5
2021-03-30ipv6: fix suspecious RCU usage warningWei Wang1-1/+1
2021-03-17cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore1-9/+5
2021-03-17net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld4-17/+17
2021-03-04net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2-14/+16
2021-02-02udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi1-1/+1
2021-01-19ipv6: set multicast flag on the multicast routeMatteo Croce1-1/+1
2021-01-19ipv6: create multicast route with RTPROT_KERNELMatteo Croce1-0/+1
2021-01-14net: sit: unregister_netdevice on newlink's error pathJakub Kicinski1-1/+4
2021-01-12esp: avoid unneeded kmap_atomic callWillem de Bruijn1-6/+1
2021-01-10net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin1-1/+40
2021-01-07net: ipv6: fib: flush exceptions when purging routeSean Tranchetti1-3/+2
2020-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-1/+1
2020-12-17netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan1-1/+1
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-14/+14
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds21-95/+765
2020-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski3-4/+6
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+0
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+12
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-7/+7
2020-12-10tcp: Retain ECT bits for tos reflectionWei Wang1-2/+5
2020-12-09net: ipv6: rpl_iptunnel: simplify the return expression of rpl_do_srh()Zheng Yongjun1-6/+1
2020-12-08netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan1-7/+7
2020-12-05seg6: add VRF support for SRv6 End.DT6 behaviorAndrea Mayer1-0/+76
2020-12-05seg6: add support for the SRv6 End.DT4 behaviorAndrea Mayer1-0/+287
2020-12-05seg6: add callbacks for customizing the creation/destruction of a behaviorAndrea Mayer1-0/+49
2020-12-05seg6: add support for optional attributes in SRv6 behaviorsAndrea Mayer1-14/+106
2020-12-05seg6: improve management of behavior attributesAndrea Mayer1-10/+70
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+13
2020-12-03tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal1-2/+7
2020-12-03bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev1-1/+1
2020-12-02net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart1-3/+13
2020-12-01net/ipv6: propagate user pointer annotationLukas Bulwahn1-1/+1
2020-12-01netfilter: use actual socket sk for REJECT actionJan Engelhardt3-4/+6
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-14/+38
2020-11-25ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai1-9/+17
2020-11-25tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck1-2/+7
2020-11-24tcp: fix race condition when creating child sockets from syncookiesRicardo Dias1-1/+12