summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2021-03-26mld: add mc_lock for protecting per-interface mld dataTaehee Yoo1-116/+193
2021-03-26mld: add new workqueues for process mld eventsTaehee Yoo2-85/+199
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo4-179/+130
2021-03-26mld: convert ip6_sf_list to RCUTaehee Yoo1-74/+126
2021-03-26mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo1-30/+22
2021-03-26mld: get rid of inet6_dev->mc_lockTaehee Yoo1-9/+0
2021-03-26mld: convert from timer to delayed workTaehee Yoo1-61/+79
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-46/+23
2021-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-8/+8
2021-03-18ipv6: weaken the v4mapped source checkJakub Kicinski2-10/+5
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson1-7/+7
2021-03-15Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson1-1/+1
2021-03-11seg6: ignore routing header with segments left equal to 0Julien Massonneau1-7/+4
2021-03-11seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()Julien Massonneau1-2/+3
2021-03-10net: ipv6: route.c:fix indentationShubhankar Kuranagatti1-13/+13
2021-03-10ipv6: fix suspecious RCU usage warningWei Wang1-1/+1
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann1-27/+9
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-26/+22
2021-03-04cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore1-9/+5
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld4-17/+17
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2021-02-23net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe1-1/+0
2021-02-23net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2-14/+16
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-11/+15
2021-02-11net: fib_notifier: don't return positive values on fib registrationVlad Buslov1-2/+3
2021-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2021-02-08IPv6: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen2-1/+7
2021-02-08IPv6: Add "offload failed" indication to routesAmit Cohen1-2/+6
2021-02-08seg6: fool-proof the processing of SRv6 behavior attributesAndrea Mayer1-28/+39
2021-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-9/+9
2021-02-04net/core: move gro function declarations to separate headerLeon Romanovsky1-0/+1
2021-02-04ipv6: move udp declarations to net/udp.hLeon Romanovsky1-2/+1
2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long1-1/+3
2021-02-04net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez1-2/+2
2021-02-04esp: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-02-03net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2-3/+9
2021-02-03net: use indirect call helpers for dst_mtuBrian Vazquez1-2/+4
2021-02-03net: use indirect call helpers for dst_outputBrian Vazquez1-0/+1
2021-02-02net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen3-0/+54
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-02-01udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi1-1/+1
2021-01-27bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev1-3/+6
2021-01-27netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso1-9/+9
2021-01-26net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary3-6/+22
2021-01-20bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev2-8/+8
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev1-0/+1
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
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-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-8/+45