- 5611a00 ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path by Eric Dumazet · 2 years, 11 months ago
- f8d9d93 tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) case by Eric Dumazet · 2 years, 11 months ago
- b67985b tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data() by Eric Dumazet · 2 years, 11 months ago
- 479f554 tcp: fix mem under-charging with zerocopy sendmsg() by Eric Dumazet · 2 years, 11 months ago
- 33d12dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 2 years, 11 months ago
- 23a4642 Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 2 years, 11 months ago
- 364df53 net: socket: rename SKB_DROP_REASON_SOCKET_FILTER by Menglong Dong · 2 years, 11 months ago
- 970a5a3 ipv4: tcp: send zero IPID in SYNACK messages by Eric Dumazet · 2 years, 11 months ago
- 153a0d1 ipv4: raw: lock the socket in raw_bind() by Eric Dumazet · 2 years, 11 months ago
- 7355bfe netfilter: Remove flowtable relics by Geert Uytterhoeven · 3 years ago
- 2afc3b5 ping: fix the sk_bound_dev_if match in ping_lookup by Xin Long · 3 years ago
- 27a8caa ipv4: fix ip option filtering for locally generated fragments by Jakub Kicinski · 3 years ago
- 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years ago
- ebdc1a0 tcp: add a missing sk_defer_free_flush() in tcp_splice_read() by Eric Dumazet · 3 years ago
- 79eb15d ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keys by Eric Dumazet · 3 years ago
- d07418a ipv4: avoid quadratic behavior in netns dismantle by Eric Dumazet · 3 years ago
- 0a6e6b3 ipv4: update fib_info_cnt under spinlock protection by Eric Dumazet · 3 years ago
- 91341fa inet: frags: annotate races around fqdir->dead and fqdir->high_thresh by Eric Dumazet · 3 years ago
- f7716b3 gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst() by Guillaume Nault · 3 years ago
- 8aaaf2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 208dd45 tcp: tcp_send_challenge_ack delete useless param `skb` by Benjamin Yim · 3 years ago
- 1c7fab7 net: skb: use kfree_skb_reason() in __udp4_lib_rcv() by Menglong Dong · 3 years ago
- 8512559 net: skb: use kfree_skb_reason() in tcp_v4_rcv() by Menglong Dong · 3 years ago
- 77bbcb6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by Jakub Kicinski · 3 years ago
- 257367c Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years ago
- 91a760b net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND() by Menglong Dong · 3 years ago
- b9adba3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 5b2c554 bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser() by John Fastabend · 3 years ago
- d94a69c netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check() by Xin Xiong · 3 years ago
- 1135fad Namespaceify mtu_expires sysctl by xu xin · 3 years ago
- 1de6b15a Namespaceify min_pmtu sysctl by xu xin · 3 years ago
- e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
- 8bda81a lwtunnel: Validate RTA_ENCAP_TYPE attribute length by David Ahern · 3 years ago
- 664b9c4 ipv4: Check attribute length for RTA_FLOW in multipath route by David Ahern · 3 years ago
- 7a3429b ipv4: Check attribute length for RTA_GATEWAY in multipath route by David Ahern · 3 years ago
- aec53e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- e22e45f net: fix use-after-free in tw_timer_handler by Muchun Song · 3 years ago
- b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
- 6c25449 net: udp: fix alignment problem in udp4_seq_show() by yangxingwu · 3 years ago
- 8b3f913 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- c42ba42 netfilter: flowtable: remove ipv4/ipv6 modules by Florian Westphal · 3 years ago
- 8f905c0 inet: fully convert sk->sk_rx_dst to RCU rules by Eric Dumazet · 3 years ago
- 7cd2802 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- aef2fed add missing bpf-cgroup.h includes by Jakub Kicinski · 3 years ago
- 92e1bce fib: rules: remove duplicated nla policies by Florian Westphal · 3 years ago
- 71ddeac inet_diag: fix kernel-infoleak for UDP sockets by Eric Dumazet · 3 years, 1 month ago
- be31582 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
- 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
- 4177e49 xfrm: use net device refcount tracker helpers by Eric Dumazet · 3 years, 1 month ago
- 158390e udp: using datalen to cap max gso segments by Jianguo Wu · 3 years, 1 month ago
- e44b14e inet: add net device refcount tracker to struct fib_nh_common by Eric Dumazet · 3 years, 1 month ago
- 6fadaa5 tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelay by Maxim Galaganov · 3 years, 1 month ago
- 42120a8 ipmr, ip6mr: add net device refcount tracker to struct vif_device by Eric Dumazet · 3 years, 1 month ago
- c04438f ipv4: add net device refcount tracker to struct in_device by Eric Dumazet · 3 years, 1 month ago
- 9038c32 net: dst: add net device refcount tracking to dst_entry by Eric Dumazet · 3 years, 1 month ago
- 03cfda4f tcp: fix another uninit-value (sk_rx_queue_mapping) by Eric Dumazet · 3 years, 1 month ago
- a941892 inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistently by Eric Dumazet · 3 years, 1 month ago
- fc993be Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
- 8293eb9 bpf: Rename btf_member accessors. by Alexei Starovoitov · 3 years, 1 month ago
- 213f5f8 ipv4: convert fib_num_tclassid_users to atomic_t by Eric Dumazet · 3 years, 1 month ago
- ce8299b Revert "net: snmp: add statistics for tcp small queue check" by Eric Dumazet · 3 years, 1 month ago
- 7709efa net: nexthop: reduce rcu synchronizations when replacing resilient groups by Nikolay Aleksandrov · 3 years, 1 month ago
- cdef485 ipv6: fix memory leak in fib6_rule_suppress by msizanoen1 · 3 years, 1 month ago
- aeeecb8 net: snmp: add statistics for tcp small queue check by Menglong Dong · 3 years, 1 month ago
- 93d5404 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
- 4e1fddc tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flows by Eric Dumazet · 3 years, 1 month ago
- 627b94f gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlers by Eric Dumazet · 3 years, 1 month ago
- fc1ca33 gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlers by Eric Dumazet · 3 years, 1 month ago
- e704939 dccp/tcp: Remove an unused argument in inet_csk_listen_start(). by Kuniyuki Iwashima · 3 years, 1 month ago
- 1c74312 net: nexthop: fix null pointer dereference when IPv6 is not enabled by Nikolay Aleksandrov · 3 years, 1 month ago
- 1005f19 net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group by Nikolay Aleksandrov · 3 years, 1 month ago
- e968b1b arp: Remove #ifdef CONFIG_PROC_FS by Yajun Deng · 3 years, 1 month ago
- 4f47d5d ipv4: Exposing __ip_sock_set_tos() in ip.h by Poorva Sonparote · 3 years, 1 month ago
- 50fc249 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
- 8ff978b ipv4/raw: support binding to nonlocal addresses by Riccardo Paolo Bestetti · 3 years, 1 month ago
- 49ecc2e9 net: align static siphash keys by Eric Dumazet · 3 years, 1 month ago
- f083ec3 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 1 month ago
- b3cb764 net: drop nopreempt requirement on sock_prot_inuse_add() by Eric Dumazet · 3 years, 1 month ago
- 0b935d7 net: gro: move skb_gro_receive_list to udp_offload.c by Eric Dumazet · 3 years, 1 month ago
- 4721031 net: move gro definitions to include/net/gro.h by Eric Dumazet · 3 years, 1 month ago
- 29fbc26 tcp: do not call tcp_cleanup_rbuf() if we have a backlog by Eric Dumazet · 3 years, 1 month ago
- 8bd172b tcp: check local var (timeo) before socket fields in one test by Eric Dumazet · 3 years, 1 month ago
- f35f821 tcp: defer skb freeing after socket lock is released by Eric Dumazet · 3 years, 1 month ago
- 3df684c tcp: avoid indirect calls to sock_rfree by Eric Dumazet · 3 years, 1 month ago
- b96c51b tcp: tp->urg_data is unlikely to be set by Eric Dumazet · 3 years, 1 month ago
- 7b6a893 tcp: annotate races around tp->urg_data by Eric Dumazet · 3 years, 1 month ago
- 0307a0b tcp: annotate data-races on tp->segs_in and tp->data_segs_in by Eric Dumazet · 3 years, 1 month ago
- 93afcfd tcp: small optimization in tcp recvmsg() by Eric Dumazet · 3 years, 1 month ago
- 91b6d32 net: cache align tcp_memory_allocated, tcp_sockets_allocated by Eric Dumazet · 3 years, 1 month ago
- aba5465 net: remove sk_route_nocaps by Eric Dumazet · 3 years, 1 month ago
- d0d598c net: remove sk_route_forced_caps by Eric Dumazet · 3 years, 1 month ago
- d519f35 tcp: minor optimization in tcp_add_backlog() by Eric Dumazet · 3 years, 1 month ago
- 099f896 udp: Validate checksum in udp_read_sock() by Cong Wang · 3 years, 1 month ago
- 5e0bc30 bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs by Dmitrii Banshchikov · 3 years, 1 month ago
- a5bdc36 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
- 6def480 net: return correct error code by liuguoqiang · 3 years, 1 month ago
- 0de3521 ipv4: Remove duplicate assignments by luo penghao · 3 years, 2 months ago
- ef14102 ipv4: drop unused assignment by luo penghao · 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