summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-1/+2
|\
| * ipv6: set multicast flag on the multicast routeMatteo Croce2021-01-191-1/+1
| * ipv6: create multicast route with RTPROT_KERNELMatteo Croce2021-01-191-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-153-8/+45
|\|
| * net: sit: unregister_netdevice on newlink's error pathJakub Kicinski2021-01-141-1/+4
| * esp: avoid unneeded kmap_atomic callWillem de Bruijn2021-01-121-6/+1
| * net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin2021-01-091-1/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-081-3/+2
|\|
| * net: ipv6: fib: flush exceptions when purging routeSean Tranchetti2021-01-071-3/+2
* | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon2021-01-081-1/+1
* | skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon2021-01-081-1/+1
* | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon2021-01-081-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-12-191-1/+1
|\
| * netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan2020-12-171-1/+1
* | Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-1610-14/+14
|\ \ | |/ |/|
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-2410-14/+14
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-1521-95/+765
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2020-12-153-4/+6
| |\ \
| | * | netfilter: use actual socket sk for REJECT actionJan Engelhardt2020-12-013-4/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-122-9/+12
| |\ \ \
| * | | | net: ipv6: rpl_iptunnel: simplify the return expression of rpl_do_srh()Zheng Yongjun2020-12-091-6/+1
| * | | | seg6: add VRF support for SRv6 End.DT6 behaviorAndrea Mayer2020-12-041-0/+76
| * | | | seg6: add support for the SRv6 End.DT4 behaviorAndrea Mayer2020-12-041-0/+287
| * | | | seg6: add callbacks for customizing the creation/destruction of a behaviorAndrea Mayer2020-12-041-0/+49
| * | | | seg6: add support for optional attributes in SRv6 behaviorsAndrea Mayer2020-12-041-14/+106
| * | | | seg6: improve management of behavior attributesAndrea Mayer2020-12-041-10/+70
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-1/+1
| |\ \ \ \
| | * | | | bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev2020-12-021-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-041-3/+13
| |\ \ \ \ \
| * | | | | | tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal2020-12-031-2/+7
| * | | | | | net/ipv6: propagate user pointer annotationLukas Bulwahn2020-12-011-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-282-14/+38
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | IPv6: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms2020-11-201-0/+4
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-205-23/+30
| |\ \ \ \ \ \
| * | | | | | | inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet2020-11-151-1/+0
| | |_|_|/ / / | |/| | | | |
| * | | | | | ipv6: remove unused function ipv6_skb_idev()Lukas Bulwahn2020-11-141-5/+0
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-133-6/+23
| |\ \ \ \ \ \
| * | | | | | | inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet2020-11-111-1/+1
| * | | | | | | ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit2020-11-102-4/+4
| * | | | | | | vti: switch to dev_get_tstats64Heiner Kallweit2020-11-101-1/+1
| * | | | | | | ip6_tunnel: use ip_tunnel_get_stats64 as ndo_get_stats64 callbackHeiner Kallweit2020-11-101-31/+1
| * | | | | | | net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong2020-11-102-0/+5
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-076-10/+47
| |\ \ \ \ \ \ \
| * | | | | | | | nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel2020-11-061-5/+0
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2020-11-051-2/+137
| |\ \ \ \ \ \ \ \
| | * | | | | | | | netfilter: nft_reject_inet: allow to use reject from inet ingressPablo Neira Ayuso2020-11-011-2/+3
| | * | | | | | | | netfilter: nf_reject: add reject skbuff creation helpersJose M. Guisado Gomez2020-10-311-0/+134
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | net: ipv6: For kerneldoc warnings with W=1Xin Long2020-11-033-8/+9
| * | | | | | | | udp6: move the mss check after udp gso tunnel processingXin Long2020-10-301-4/+4
| * | | | | | | | udp: check udp sock encap_type in __udp_lib_errXin Long2020-10-301-1/+1