Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2021-03-29ip6_tunnel:: Correct function name parse_tvl_tnl_enc_lim() in the kerneldoc c...Xiongfeng Wang
2021-03-29ipv6: route.c: A spello fixBhaskar Chowdhury
2021-03-29ipv6: addrconf.c: Fix a typoBhaskar Chowdhury
2021-03-27mld: add mc_lock for protecting per-interface mld dataTaehee Yoo
2021-03-27mld: add new workqueues for process mld eventsTaehee Yoo
2021-03-27mld: convert ifmcaddr6 to RCUTaehee Yoo
2021-03-27mld: convert ip6_sf_list to RCUTaehee Yoo
2021-03-27mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo
2021-03-27mld: get rid of inet6_dev->mc_lockTaehee Yoo
2021-03-27mld: convert from timer to delayed workTaehee Yoo
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-03-18ipv6: weaken the v4mapped source checkJakub Kicinski
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson
2021-03-15Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson
2021-03-12seg6: ignore routing header with segments left equal to 0Julien Massonneau
2021-03-12seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()Julien Massonneau
2021-03-10net: ipv6: route.c:fix indentationShubhankar Kuranagatti
2021-03-10ipv6: fix suspecious RCU usage warningWei Wang
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann
2021-03-10Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-05cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore
2021-03-02net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-24net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe
2021-02-23net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-12net: fib_notifier: don't return positive values on fib registrationVlad Buslov
2021-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-02-09IPv6: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen
2021-02-09IPv6: Add "offload failed" indication to routesAmit Cohen
2021-02-09seg6: fool-proof the processing of SRv6 behavior attributesAndrea Mayer
2021-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2021-02-05net/core: move gro function declarations to separate headerLeon Romanovsky
2021-02-05ipv6: move udp declarations to net/udp.hLeon Romanovsky
2021-02-05udp: call udp_encap_enable for v6 sockets when enabling encapXin Long
2021-02-05net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez
2021-02-04esp: Simplify the calculation of variablesJiapeng Chong
2021-02-04net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez
2021-02-04net: use indirect call helpers for dst_mtuBrian Vazquez
2021-02-04net: use indirect call helpers for dst_outputBrian Vazquez
2021-02-03net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-02-02udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi
2021-01-28bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev
2021-01-28netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso
2021-01-27net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary
2021-01-21bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev
2021-01-21bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski