summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+0
|\
| * net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe2021-02-231-1/+0
* | net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-02-232-14/+16
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-163-11/+15
|\
| * bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev2021-01-271-3/+6
| * bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev2021-01-202-8/+8
| * bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2021-01-201-0/+1
* | net: fib_notifier: don't return positive values on fib registrationVlad Buslov2021-02-111-2/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-02-091-1/+1
|\ \
| * | esp: Simplify the calculation of variablesJiapeng Chong2021-02-041-1/+1
* | | IPv6: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen2021-02-082-1/+7
* | | IPv6: Add "offload failed" indication to routesAmit Cohen2021-02-081-2/+6
* | | seg6: fool-proof the processing of SRv6 behavior attributesAndrea Mayer2021-02-081-28/+39
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2021-02-061-9/+9
|\ \ \
| * | | netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2021-01-271-9/+9
| | |/ | |/|
* | | net/core: move gro function declarations to separate headerLeon Romanovsky2021-02-041-0/+1
* | | ipv6: move udp declarations to net/udp.hLeon Romanovsky2021-02-041-2/+1
* | | udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2021-02-041-1/+3
* | | net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez2021-02-041-2/+2
* | | net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2021-02-032-3/+9
* | | net: use indirect call helpers for dst_mtuBrian Vazquez2021-02-031-2/+4
* | | net: use indirect call helpers for dst_outputBrian Vazquez2021-02-031-0/+1
* | | net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen2021-02-023-0/+54
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-021-1/+1
|\ \ \
| * | | udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2021-02-011-1/+1
* | | | net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary2021-01-263-6/+22
| |/ / |/| |
* | | 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-181-1/+1
| * | ipv6: create multicast route with RTPROT_KERNELMatteo Croce2021-01-181-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-143-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-111-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-071-1/+1
* | skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon2021-01-071-1/+1
* | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon2021-01-071-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-12-181-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-2310-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-143-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-112-9/+12
| |\ \ \
| * | | | net: ipv6: rpl_iptunnel: simplify the return expression of rpl_do_srh()Zheng Yongjun2020-12-081-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