aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-01udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi1-1/+1
2021-01-18ipv6: set multicast flag on the multicast routeMatteo Croce1-1/+1
2021-01-18ipv6: 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-11esp: avoid unneeded kmap_atomic callWillem de Bruijn1-6/+1
2021-01-09net: 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-18Merge 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/git/pcmoore/selinuxLinus Torvalds10-14/+14
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds21-95/+765
2020-12-14Merge 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/crypto-2.6Linus Torvalds1-1/+0
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+12
2020-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-7/+7
2020-12-09tcp: Retain ECT bits for tos reflectionWei Wang1-2/+5
2020-12-08net: 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-04seg6: add VRF support for SRv6 End.DT6 behaviorAndrea Mayer1-0/+76
2020-12-04seg6: add support for the SRv6 End.DT4 behaviorAndrea Mayer1-0/+287
2020-12-04seg6: add callbacks for customizing the creation/destruction of a behaviorAndrea Mayer1-0/+49
2020-12-04seg6: add support for optional attributes in SRv6 behaviorsAndrea Mayer1-14/+106
2020-12-04seg6: 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-03Merge 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-02bpf: 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-27Merge 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-24tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck1-2/+7
2020-11-23tcp: fix race condition when creating child sockets from syncookiesRicardo Dias1-1/+12
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore10-14/+14
2020-11-20tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck1-3/+3
2020-11-19IPv6: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms1-0/+4
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+0
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-23/+30
2020-11-19ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2-31/+2
2020-11-18ah6: fix error return code in ah6_input()Zhang Changzhong1-1/+2
2020-11-16ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann2-20/+44
2020-11-14inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet1-1/+0
2020-11-14ipv6: remove unused function ipv6_skb_idev()Lukas Bulwahn1-5/+0
2020-11-13ipv6: Fix error path to cancel the meseageZhang Qilong1-2/+6
2020-11-13net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+7
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+23
2020-11-12net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin1-2/+15
2020-11-10inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet1-1/+1
2020-11-10net: Update window_clamp if SOCK_RCVBUF is setMao Wenan1-2/+8