- 84f4ace Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 3 years, 10 months ago
- dcc32f4f ipv6: weaken the v4mapped source check by Jakub Kicinski · 3 years, 10 months ago
- d3d40f2 Revert "netfilter: x_tables: Switch synchronization to RCU" by Mark Tomlinson · 3 years, 10 months ago
- abe7034 Revert "netfilter: x_tables: Update remaining dereference to RCU" by Mark Tomlinson · 3 years, 10 months ago
- 28259ba ipv6: fix suspecious RCU usage warning by Wei Wang · 3 years, 10 months ago
- c4c877b net: Consolidate common blackhole dst ops by Daniel Borkmann · 3 years, 10 months ago
- 05a59d7 Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 10 months ago
- ad5d07f cipso,calipso: resolve a number of problems with the DOI refcounts by Paul Moore · 3 years, 10 months ago
- 4372339 net: always use icmp{,v6}_ndo_send from ndo_start_xmit by Jason A. Donenfeld · 3 years, 10 months ago
- 5695e51 Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- e549379 net: remove cmsg restriction from io_uring based send/recvmsg calls by Jens Axboe · 3 years, 11 months ago
- ee576c4 net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending by Jason A. Donenfeld · 3 years, 10 months ago
- b8af417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 11 months ago
- 6f19955 net: fib_notifier: don't return positive values on fib registration by Vlad Buslov · 3 years, 11 months ago
- fc1a8db Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 3 years, 11 months ago
- 6fad361 IPv6: Extend 'fib_notify_on_flag_change' sysctl by Amit Cohen · 3 years, 11 months ago
- 0c5fcf9 IPv6: Add "offload failed" indication to routes by Amit Cohen · 3 years, 11 months ago
- 300a0fd seg6: fool-proof the processing of SRv6 behavior attributes by Andrea Mayer · 3 years, 11 months ago
- c273a20 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by Jakub Kicinski · 3 years, 11 months ago
- 04f00ab net/core: move gro function declarations to separate header by Leon Romanovsky · 3 years, 11 months ago
- f9a4719 ipv6: move udp declarations to net/udp.h by Leon Romanovsky · 3 years, 11 months ago
- a4a600dd udp: call udp_encap_enable for v6 sockets when enabling encap by Xin Long · 3 years, 11 months ago
- 9c97921 net: fix building errors on powerpc when CONFIG_RETPOLINE is not set by Brian Vazquez · 3 years, 11 months ago
- bf3da52 esp: Simplify the calculation of variables by Jiapeng Chong · 4 years ago
- bbd807d net: indirect call helpers for ipv4/ipv6 dst_check functions by Brian Vazquez · 4 years ago
- f67fbea net: use indirect call helpers for dst_mtu by Brian Vazquez · 4 years ago
- 6585d7dc net: use indirect call helpers for dst_output by Brian Vazquez · 4 years ago
- 907eea4 net: ipv6: Emit notification when fib hardware flags are changed by Amit Cohen · 4 years ago
- d1e1355 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
- c3df39a udp: ipv4: manipulate network header of NATed UDP GRO fraglist by Dongseok Yi · 4 years ago
- 7724121 bpf: Allow rewriting to ports under ip_unprivileged_port_start by Stanislav Fomichev · 4 years ago
- 4f16d25 netfilter: nftables: add nft_parse_register_load() and use it by Pablo Neira Ayuso · 4 years ago
- 6b2e04b net: allow user to set metric on default route learned via Router Advertisement by Praveen Chaudhary · 4 years ago
- a9ed15da bpf: Split cgroup_bpf_enabled per attach type by Stanislav Fomichev · 4 years ago
- 9cacf81 bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE by Stanislav Fomichev · 4 years ago
- 0fe2f27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
- ceed903 ipv6: set multicast flag on the multicast route by Matteo Croce · 4 years ago
- a826b04 ipv6: create multicast route with RTPROT_KERNEL by Matteo Croce · 4 years ago
- 1d9f03c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
- 47e4bb1 net: sit: unregister_netdevice on newlink's error path by Jakub Kicinski · 4 years ago
- 9bd6b62 esp: avoid unneeded kmap_atomic call by Willem de Bruijn · 4 years ago
- b210de4 net: ipv6: Validate GSO SKB before finish IPv6 processing by Aya Levin · 4 years ago
- 833d22f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
- 8e04491 skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put} by Jonathan Lemon · 4 years ago
- 8c79382 skbuff: rename sock_zerocopy_* to msg_zerocopy_* by Jonathan Lemon · 4 years ago
- 236a6b1 skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort by Jonathan Lemon · 4 years ago
- d8f5c29 net: ipv6: fib: flush exceptions when purging route by Sean Tranchetti · 4 years ago
- 1e72fae Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years ago
- 443d6e8 netfilter: x_tables: Update remaining dereference to RCU by Subash Abhinov Kasiviswanathan · 4 years ago
- ca5b877 Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years ago
- d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years ago
- 7bca502 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by Jakub Kicinski · 4 years, 1 month ago
- 9e4b0d5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 1 month ago
- 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- b7e4ba9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 4 years, 1 month ago
- 8ef44b6 tcp: Retain ECT bits for tos reflection by Wei Wang · 4 years, 1 month ago
- 9faad25 net: ipv6: rpl_iptunnel: simplify the return expression of rpl_do_srh() by Zheng Yongjun · 4 years, 1 month ago
- cc00bca netfilter: x_tables: Switch synchronization to RCU by Subash Abhinov Kasiviswanathan · 4 years, 1 month ago
- 20a081b seg6: add VRF support for SRv6 End.DT6 behavior by Andrea Mayer · 4 years, 1 month ago
- 664d6f8 seg6: add support for the SRv6 End.DT4 behavior by Andrea Mayer · 4 years, 1 month ago
- cfdf64a seg6: add callbacks for customizing the creation/destruction of a behavior by Andrea Mayer · 4 years, 1 month ago
- 0a3021f1 seg6: add support for optional attributes in SRv6 behaviors by Andrea Mayer · 4 years, 1 month ago
- 964adce seg6: improve management of behavior attributes by Andrea Mayer · 4 years, 1 month ago
- a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
- 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- 7ea851d tcp: merge 'init_req' and 'route_req' functions by Florian Westphal · 4 years, 1 month ago
- 427167c bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooks by Stanislav Fomichev · 4 years, 1 month ago
- 832ba59 net: ip6_gre: set dev->hard_header_len when using header_ops by Antoine Tenart · 4 years, 1 month ago
- 9e39394 net/ipv6: propagate user pointer annotation by Lukas Bulwahn · 4 years, 1 month ago
- 0429587 netfilter: use actual socket sk for REJECT action by Jan Engelhardt · 4 years, 1 month ago
- 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- e255e11 ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_init by Wang Hai · 4 years, 1 month ago
- 407c85c tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECN by Alexander Duyck · 4 years, 1 month ago
- 01770a1 tcp: fix race condition when creating child sockets from syncookies by Ricardo Dias · 4 years, 1 month ago
- 3df98d7 lsm,selinux: pass flowi_common instead of flowi to the LSM hooks by Paul Moore · 4 years, 3 months ago
- 861602b tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 header by Alexander Duyck · 4 years, 1 month ago
- 6b13d8f IPv6: RTM_GETROUTE: Add RTA_ENCAP to result by Oliver Herms · 4 years, 1 month ago
- a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
- 56495a2 Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- 2d8f648 ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 module by Georg Kohmann · 4 years, 1 month ago
- a5ebcbd ah6: fix error return code in ah6_input() by Zhang Changzhong · 4 years, 1 month ago
- 9d9e937 ipv6/netfilter: Discard first fragment not including all headers by Georg Kohmann · 4 years, 2 months ago
- 508c4fc inet: unexport udp{4|6}_lib_lookup_skb() by Eric Dumazet · 4 years, 2 months ago
- 2e79387 ipv6: remove unused function ipv6_skb_idev() by Lukas Bulwahn · 4 years, 2 months ago
- ceb736e ipv6: Fix error path to cancel the meseage by Zhang Qilong · 4 years, 2 months ago
- 8cf8821 net: Exempt multicast addresses from five-second neighbor lifetime by Jeff Dike · 4 years, 2 months ago
- e1d9d7b Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
- 55e7298 net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GRO by Alexander Lobakin · 4 years, 2 months ago
- 7b58e63 inet: udp{4|6}_lib_lookup_skb() skb argument is const by Eric Dumazet · 4 years, 2 months ago
- 909172a net: Update window_clamp if SOCK_RCVBUF is set by Mao Wenan · 4 years, 2 months ago
- 98d7fc4 ipv4/ipv6: switch to dev_get_tstats64 by Heiner Kallweit · 4 years, 2 months ago
- 8f3feb2 vti: switch to dev_get_tstats64 by Heiner Kallweit · 4 years, 2 months ago
- 6b840a0 ip6_tunnel: use ip_tunnel_get_stats64 as ndo_get_stats64 callback by Heiner Kallweit · 4 years, 2 months ago
- a3ce2b10 net: udp: introduce UDP_MIB_MEMERRORS for udp_mem by Menglong Dong · 4 years, 2 months ago
- 8ef9ba4 IPv6: Set SIT tunnel hard_header_len to zero by Oliver Herms · 4 years, 2 months ago
- ae0d0bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
- bbea126 nexthop: Remove in-kernel route notifications when nexthop changes by Ido Schimmel · 4 years, 2 months ago
- b65ca4c Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by Jakub Kicinski · 4 years, 2 months ago
- 2da4c18 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by Jakub Kicinski · 4 years, 2 months ago
- 2c4de21 net: ipv6: For kerneldoc warnings with W=1 by Xin Long · 4 years, 2 months ago