- 213f5f8 ipv4: convert fib_num_tclassid_users to atomic_t by Eric Dumazet · 3 years, 1 month ago
- cdef485 ipv6: fix memory leak in fib6_rule_suppress by msizanoen1 · 3 years, 2 months ago
- 4e1fddc tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flows by Eric Dumazet · 3 years, 2 months ago
- 1c74312 net: nexthop: fix null pointer dereference when IPv6 is not enabled by Nikolay Aleksandrov · 3 years, 2 months ago
- 1005f19 net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group by Nikolay Aleksandrov · 3 years, 2 months ago
- f083ec3 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 2 months ago
- 099f896 udp: Validate checksum in udp_read_sock() by Cong Wang · 3 years, 2 months ago
- 5e0bc30 bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs by Dmitrii Banshchikov · 3 years, 2 months ago
- 6def480 net: return correct error code by liuguoqiang · 3 years, 2 months ago
- 70701b8 tcp: Fix uninitialized access in skb frags array for Rx 0cp. by Arjun Roy · 3 years, 2 months ago
- f54ca91 Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 2 months ago
- c5d2177 bpf, sockmap: Fix race in ingress receive verdict with redirect to self by John Fastabend · 3 years, 2 months ago
- b8b8315 bpf, sockmap: Remove unhash handler for BPF sockmap usage by John Fastabend · 3 years, 2 months ago
- 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- a1554c0 include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h by Mianhan Liu · 3 years, 2 months ago
- 3b65abb tcp: Use BIT() for OPTION_* constants by Leonard Crestez · 3 years, 2 months ago
- 9b65b17 net: avoid double accounting for pure zerocopy skbs by Talal Ahmad · 3 years, 2 months ago
- c4777ef net: add and use skb_unclone_keeptruesize() helper by Eric Dumazet · 3 years, 2 months ago
- 84882cf Revert "net: avoid double accounting for pure zerocopy skbs" by Jakub Kicinski · 3 years, 2 months ago
- b7b98f8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 2 months ago
- fcdb44d net: arp: introduce arp_evict_nocarrier sysctl parameter by James Prestwood · 3 years, 2 months ago
- f1a456f net: avoid double accounting for pure zerocopy skbs by Talal Ahmad · 3 years, 3 months ago
- 03271f3 tcp: rename sk_wmem_free_skb by Talal Ahmad · 3 years, 3 months ago
- 35346ab bpf: Factor out helpers for ctx access checking by Hou Tao · 3 years, 3 months ago
- 06f1ecd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 3 years, 2 months ago
- 7df621a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
- ee046d9 net: ipconfig: Release the rtnl_lock while waiting for carrier by Maxime Chevallier · 3 years, 3 months ago
- 8b7d8c2 tcp: do not clear TCP_SKB_CB(skb)->sacked if already zero by Eric Dumazet · 3 years, 3 months ago
- 4f22667 tcp: do not clear skb->csum if already zero by Eric Dumazet · 3 years, 3 months ago
- a52fe46 tcp: factorize ip_summed setting by Eric Dumazet · 3 years, 3 months ago
- f401da4 tcp: no longer set skb->reserved_tailroom by Eric Dumazet · 3 years, 3 months ago
- bd44631 tcp: remove dead code from tcp_collapse_retrans() by Eric Dumazet · 3 years, 3 months ago
- 27728ba tcp: cleanup tcp_remove_empty_skb() use by Eric Dumazet · 3 years, 3 months ago
- 3ded97b tcp: remove dead code from tcp_sendmsg_locked() by Eric Dumazet · 3 years, 3 months ago
- 292e607 net: introduce sk_forward_alloc_get() by Paolo Abeni · 3 years, 3 months ago
- 9dfc685 inet: remove races in inet{6}_getname() by Eric Dumazet · 3 years, 3 months ago
- af49338 net: Implement ->sock_is_readable() for UDP and AF_UNIX by Cong Wang · 3 years, 3 months ago
- fb4e0a5 skmsg: Extract and reuse sk_msg_is_readable() by Cong Wang · 3 years, 3 months ago
- 7b50ecf net: Rename ->stream_memory_read to ->sock_is_readable by Cong Wang · 3 years, 3 months ago
- cd9733f tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function by Liu Jian · 3 years, 3 months ago
- c432288 tcp: remove unneeded code from tcp_stream_alloc_skb() by Eric Dumazet · 3 years, 3 months ago
- 8a794df tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skb by Eric Dumazet · 3 years, 3 months ago
- f8dd3b8 tcp: rename sk_stream_alloc_skb by Eric Dumazet · 3 years, 3 months ago
- cf12e6f tcp: don't free a FIN sk_buff in tcp_remove_empty_skb() by Jon Maxwell · 3 years, 3 months ago
- 020e71a ipv4: guard IP_MINTTL with a static key by Eric Dumazet · 3 years, 3 months ago
- 14834c4 ipv4: annotate data races arount inet->min_ttl by Eric Dumazet · 3 years, 3 months ago
- 0c0a5ef tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex by Eric Dumazet · 3 years, 3 months ago
- bdfa75a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 3 months ago
- 7adaf56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 3 years, 3 months ago
- a76c231 tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0 by Leonard Crestez · 3 years, 3 months ago
- 86f1e3a tcp: md5: Fix overlap between vrf and non-vrf keys by Leonard Crestez · 3 years, 3 months ago
- 19757ce tcp: switch orphan_count to bare per-cpu counters by Eric Dumazet · 3 years, 3 months ago
- e15f597 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
- e8d225b netfilter: arp_tables: allow use of arpt_do_table as hookfn by Florian Westphal · 3 years, 3 months ago
- 8844e01 netfilter: iptables: allow use of ipt_do_table as hookfn by Florian Westphal · 3 years, 3 months ago
- 1fcd794 icmp: fix icmp_ext_echo_iio parsing in icmp_build_probe by Xin Long · 3 years, 3 months ago
- 5a1b7e1 ip: use dev_addr_set() in tunnels by Jakub Kicinski · 3 years, 3 months ago
- 9fe1155 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
- 8d6c414 net: prefer socket bound to interface when not in VRF by Mike Manning · 3 years, 3 months ago
- 0e32dfc bpf: Enable TCP congestion control kfunc from modules by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
- 2357672 bpf: Introduce BPF support for kernel module function calls by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
- dade7f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 3 years, 3 months ago
- dd9a887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
- 59f09ae net: snmp: inline snmp_get_cpu_field() by Eric Dumazet · 3 years, 4 months ago
- 053f368 tcp: adjust rcv_ssthresh according to sk_reserved_mem by Wei Wang · 3 years, 4 months ago
- ca05705 tcp: adjust sndbuf according to sk_reserved_mem by Wei Wang · 3 years, 4 months ago
- 2bb2f5f net: add new socket option SO_RESERVE_MEM by Wei Wang · 3 years, 4 months ago
- 6a832a6 net/ipv4/datagram.c: remove superfluous header files from datagram.c by Mianhan Liu · 3 years, 4 months ago
- 3d5f12d net: ipv4: remove superfluous header files from fib_notifier.c by Mianhan Liu · 3 years, 4 months ago
- a9f5970 net: udp: annotate data race around udp_sk(sk)->corkflag by Eric Dumazet · 3 years, 4 months ago
- 339031b netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1 by Florian Westphal · 3 years, 4 months ago
- 2b73e20 net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.c by Mianhan Liu · 3 years, 4 months ago
- 7fe7f31 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 3 years, 4 months ago
- 40bc606 tcp: tracking packets with CE marks in BW rate sample by Yuchung Cheng · 3 years, 4 months ago
- 597aa16 net: ipv4: Fix rtnexthop len when RTA_FLOW is present by Xiao Liang · 3 years, 4 months ago
- 2fcd14d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
- d8b8117 tcp: remove sk_{tr}x_skb_cache by Eric Dumazet · 3 years, 4 months ago
- ff6fb08 tcp: make tcp_build_frag() static by Paolo Abeni · 3 years, 4 months ago
- 04d8825 tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers by Paolo Abeni · 3 years, 4 months ago
- 3106a08 nexthop: Fix memory leaks in nexthop notification chain listeners by Ido Schimmel · 3 years, 4 months ago
- 83688ae net/ipv4/xfrm4_tunnel.c: remove superfluous header files from xfrm4_tunnel.c by Mianhan Liu · 3 years, 4 months ago
- 07b8556 net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_ipv4.c by Mianhan Liu · 3 years, 4 months ago
- c595b12 net/ipv4/syncookies.c: remove superfluous header files from syncookies.c by Mianhan Liu · 3 years, 4 months ago
- bea7145 net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_core.c by Mianhan Liu · 3 years, 4 months ago
- cc80721 netfilter: iptable_raw: drop bogus net_init annotation by Florian Westphal · 3 years, 4 months ago
- 85c6988 net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.c by Mianhan Liu · 3 years, 4 months ago
- 222a314 net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.c by Mianhan Liu · 3 years, 4 months ago
- ffa66f1 net/ipv4/route.c: remove superfluous header files from route.c by Mianhan Liu · 3 years, 4 months ago
- 563f23b nexthop: Fix division by zero while replacing a resilient group by Ido Schimmel · 3 years, 4 months ago
- db9c8e2 NET: IPV4: fix error "do not initialise globals to 0" by wangzhitong · 3 years, 4 months ago
- d198b27 Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"" by Eric Dumazet · 3 years, 4 months ago
- 4f884f3 tcp: fix tp->undo_retrans accounting in tcp_sacktag_one() by zhenggy · 3 years, 4 months ago
- e50e711 udp_tunnel: Fix udp_tunnel_nic work-queue type by Aya Levin · 3 years, 4 months ago
- d7807a9 Revert "ipv4: fix memory leaks in ip_cmsg_send() callers" by Yajun Deng · 3 years, 4 months ago
- 8a0ed25 ip_gre: validate csum_start only on pull by Willem de Bruijn · 3 years, 4 months ago
- 9756e44 net: remove the unnecessary check in cipso_v4_doi_free by 王贇 · 3 years, 4 months ago
- 9aca491 Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6 by Ryoga Saito · 3 years, 5 months ago
- 8d65cd8 fou: remove sparse errors by Eric Dumazet · 3 years, 5 months ago
- 92548b0 ipv4: fix endianness issue in inet_rtm_getroute_build_skb() by Eric Dumazet · 3 years, 5 months ago
- 19a31d7 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 5 months ago