- 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
- c31b70c tcp: Add logic to check for SYN w/ data in tcp_simple_retransmit by Alexander Duyck · 4 years, 1 month ago
- 049fe38 tcp: parse mptcp options contained in reset packets by Florian Westphal · 4 years, 1 month ago
- f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 1 month ago
- 7bca502 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by Jakub Kicinski · 4 years, 1 month ago
- 0b9b241 inet: frags: batch fqdir destroy works by SeongJae Park · 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
- e0fecb2 tcp: correctly handle increased zerocopy args struct size by Arjun Roy · 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
- 299bcb5 tcp: fix cwnd-limited bug for TSO deferral where we send nothing by Neal Cardwell · 4 years, 1 month ago
- 8ef44b6 tcp: Retain ECT bits for tos reflection by Wei Wang · 4 years, 1 month ago
- 72d05c0 tcp: select sane initial rcvq_space.space for big MSS by Eric Dumazet · 4 years, 1 month ago
- cc00bca netfilter: x_tables: Switch synchronization to RCU by Subash Abhinov Kasiviswanathan · 4 years, 1 month ago
- 10c678b udp: fix the proto value passed to ip_protocol_deliver_rcu for the segments by Xin Long · 4 years, 1 month ago
- b410f04e ipv4: fix error return code in rtm_to_fib_config() by Zhang Changzhong · 4 years, 1 month ago
- 94ab9eb net-zerocopy: Defer vm zap unless actually needed. by Arjun Roy · 4 years, 1 month ago
- 0c3936d net-zerocopy: Set zerocopy hint when data is copied by Arjun Roy · 4 years, 1 month ago
- f21a3c4 net-zerocopy: Introduce short-circuit small reads. by Arjun Roy · 4 years, 1 month ago
- 936ced4 net-zerocopy: Fast return if inq < PAGE_SIZE by Arjun Roy · 4 years, 1 month ago
- 98917cf net-zerocopy: Refactor frag-is-remappable test. by Arjun Roy · 4 years, 1 month ago
- 7fba530 net-zerocopy: Refactor skb frag fast-forward op. by Arjun Roy · 4 years, 1 month ago
- 2cd8116 net-tcp: Introduce tcp_recvmsg_locked(). by Arjun Roy · 4 years, 1 month ago
- 18fb76e net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy. by Arjun Roy · 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
- 22dc4a0 bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier by Andrii Nakryiko · 4 years, 1 month ago
- cb81110 bpf: Adds support for setting window clamp by Prankur gupta · 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
- 0429587 netfilter: use actual socket sk for REJECT action by Jan Engelhardt · 4 years, 1 month ago
- 1ebf179 ipv4: Fix tos mask in inet_rtm_getroute() by Guillaume Nault · 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
- 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
- 5547201 tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_control by Alexander Duyck · 4 years, 1 month ago
- 861602b tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 header by Alexander Duyck · 4 years, 1 month ago
- fa3fe2b mptcp: track window announced to peer by Florian Westphal · 4 years, 1 month ago
- 56495a2 Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- e6ea60b Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 1 month ago
- c09c8a2 ipv4: use IS_ENABLED instead of ifdef by Florian Klink · 4 years, 1 month ago
- e33de7c inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill() by Wang Hai · 4 years, 1 month ago
- 36cd0e69 bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirect by John Fastabend · 4 years, 1 month ago
- c9c89dc bpf, sockmap: Fix partial copy_page_to_iter so progress can still be made by John Fastabend · 4 years, 1 month ago
- 1b9e2a8 tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimate by Ryan Sharpelletti · 4 years, 1 month ago
- 77c3c95 tcp: factor out __tcp_close() helper by Paolo Abeni · 4 years, 1 month ago
- b796d04 tcp: factor out tcp_build_frag() by Paolo Abeni · 4 years, 1 month ago
- 872f690 treewide: rename nla_strlcpy to nla_strscpy. by Francis Laniel · 4 years, 1 month ago
- 508c4fc inet: unexport udp{4|6}_lib_lookup_skb() by Eric Dumazet · 4 years, 2 months ago
- d3cd492 tcp: uninline tcp_stream_memory_free() by Eric Dumazet · 4 years, 2 months ago
- ae8cb93 IPv4: RTM_GETROUTE: Add RTA_ENCAP to result by Oliver Herms · 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
- c9f64d1 net: ipconfig: Avoid spurious blank lines in boot log by Thierry Reding · 4 years, 2 months ago
- cef2119 net: udp: remove redundant initialization in udp_gro_complete by Menglong Dong · 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
- 4b1a862 net: udp: fix UDP header access on Fast/frag0 UDP GRO by Alexander Lobakin · 4 years, 2 months ago
- ca787e0 ipv4: Set nexthop flags in a more consistent way by Ido Schimmel · 4 years, 2 months ago
- 62679a8 net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrm by Vincent Bernat · 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
- 30e2379 net: ipv4: remove redundant initialization in inet_rtm_deladdr by Menglong Dong · 4 years, 2 months ago
- 682036b net: remove ip_tunnel_get_stats64 by Heiner Kallweit · 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
- 6e822c2c2 net: udp: remove redundant initialization in udp_dump_one by Menglong Dong · 4 years, 2 months ago
- cffb8f6 net: udp: remove redundant initialization in udp_send_skb by Menglong Dong · 4 years, 2 months ago
- 77a2d67 tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 replies by Stefano Brivio · 4 years, 2 months ago
- a3ce2b10 net: udp: introduce UDP_MIB_MEMERRORS for udp_mem by Menglong Dong · 4 years, 2 months ago
- c6533ca net: ipv4: convert tasklets to use new tasklet_setup() API by Allen Pais · 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
- 975ff7f nexthop: Replay nexthops when registering a notifier by Ido Schimmel · 4 years, 2 months ago
- ce7e9c8 nexthop: Pass extack to register_nexthop_notifier() by Ido Schimmel · 4 years, 2 months ago
- 833a106 nexthop: Emit a notification when a nexthop group is reduced by Ido Schimmel · 4 years, 2 months ago
- f17bc33 nexthop: Emit a notification when a nexthop group is modified by Ido Schimmel · 4 years, 2 months ago
- 8c09c9f9 nexthop: Emit a notification when a single nexthop is replaced by Ido Schimmel · 4 years, 2 months ago
- d144cc5 nexthop: Emit a notification when a nexthop group is replaced by Ido Schimmel · 4 years, 2 months ago
- 732d167 nexthop: Emit a notification when a nexthop is added by Ido Schimmel · 4 years, 2 months ago
- e95f259 nexthop: Allow setting "offload" and "trap" indications on nexthops by Ido Schimmel · 4 years, 2 months ago
- 968a83f rtnetlink: Add RTNH_F_TRAP flag by Ido Schimmel · 4 years, 2 months ago
- 1ec69d1 nexthop: vxlan: Convert to new notification info by Ido Schimmel · 4 years, 2 months ago
- 5ca474f nexthop: Prepare new notification info by Ido Schimmel · 4 years, 2 months ago
- 3578d53 nexthop: Pass extack to nexthop notifier 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
- 5a369ca tcp: propagate MPTCP skb extensions on xmit splits by Paolo Abeni · 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
- 7e901ee tcp: avoid slow start during fast recovery on new losses by Yuchung Cheng · 4 years, 2 months ago
- 117ca1f8 netfilter: nft_reject_inet: allow to use reject from inet ingress by Pablo Neira Ayuso · 4 years, 2 months ago
- 859191b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years, 2 months ago
- 20149e9 ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flags by wenxu · 4 years, 2 months ago
- fa538f7 netfilter: nf_reject: add reject skbuff creation helpers by Jose M. Guisado Gomez · 4 years, 2 months ago
- 527beb8 udp: support sctp over udp in skb_udp_tunnel_segment by Xin Long · 4 years, 2 months ago
- d26796a udp: check udp sock encap_type in __udp_lib_err by Xin Long · 4 years, 2 months ago
- 726e5e4 net: ipv4: Fix some kerneldoc warnings in TCP Low Priority by Andrew Lunn · 4 years, 2 months ago
- 46d6c5a netfilter: use actual socket sk rather than skb sk when routing harder by Jason A. Donenfeld · 4 years, 2 months ago
- 435ccfa tcp: Prevent low rmem stalls with SO_RCVLOWAT. by Arjun Roy · 4 years, 2 months ago
- 18ded91 tcp: fix to update snd_wl1 in bulk receiver fast path by Neal Cardwell · 4 years, 2 months ago
- df6afe2 nexthop: Fix performance regression in nexthop deletion by Ido Schimmel · 4 years, 2 months ago