summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2025-10-16net: sched: claim one cache line in QdiscEric Dumazet-11/+7
2025-10-16Revert "net/sched: Fix mirred deadlock on device recursion"Eric Dumazet-1/+0
2025-10-16net: Introduce net.core.bypass_prot_mem sysctl.Kuniyuki Iwashima-0/+1
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima-0/+9
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+15
2025-10-15net: remove obsolete WARN_ON(refcount_read(&sk->sk_refcnt) == 1)Eric Dumazet-8/+4
2025-10-15net: allow busy connected flows to switch tx queuesEric Dumazet-14/+12
2025-10-15net: add /proc/sys/net/core/txq_reselection_ms controlEric Dumazet-0/+1
2025-10-15net: add SK_WMEM_ALLOC_BIAS constantEric Dumazet-1/+2
2025-10-15tcp: better handle TCP_TX_DELAY on established flowsEric Dumazet-0/+2
2025-10-14netmem: replace __netmem_clear_lsb() with netmem_to_nmdesc()Byungchul Park-33/+33
2025-10-13net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov-0/+15
2025-10-03net: psp: don't assume reply skbs will have a socketJakub Kicinski-2/+2
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-415/+1851
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+1
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-3/+23
2025-09-30net: add NUMA awareness to skb_attempt_defer_free()Eric Dumazet-0/+7
2025-09-30bonding: fix xfrm offload feature setup on active-backup modeHangbin Liu-0/+1
2025-09-29Revert "net: group sk_backlog and sk_receive_queue"Eric Dumazet-1/+1
2025-09-29tcp: make tcp_rcvbuf_grow() accessible to mptcp codePaolo Abeni-0/+1
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+9
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2025-09-27Bluetooth: Avoid a couple dozen -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-2/+7
2025-09-27Bluetooth: Add function and line information to bt_dbgLuiz Augusto von Dentz-1/+2
2025-09-27Bluetooth: hci_core: Detect if an ISO link has stalledLuiz Augusto von Dentz-0/+2
2025-09-27Bluetooth: ISO: Use sk_sndtimeo as conn_timeoutLuiz Augusto von Dentz-4/+6
2025-09-27Bluetooth: Annotate struct hci_drv_rp_read_info with __counted_by_le()Thorsten Blum-1/+1
2025-09-26Merge tag 'wireless-next-2025-09-25' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-25/+233
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+21
2025-09-25net: gro: remove unnecessary df checksRichard Gobert-3/+2
2025-09-25net: gro: only merge packets with incrementing or fixed outer idsRichard Gobert-15/+11
2025-09-25net: gro: remove is_ipv6 from napi_gro_cbRichard Gobert-3/+0
2025-09-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-3/+23
2025-09-23udp: remove busylock and add per NUMA queuesEric Dumazet-2/+9
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'Martin KaFai Lau-3/+23
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/net'Martin KaFai Lau-3/+23
2025-09-23bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tailAmery Hung-3/+18
2025-09-23bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung-0/+5
2025-09-23dibs: Move event handling to dibs layerJulian Ruess-15/+0
2025-09-23dibs: Move data path to dibs layerAlexandra Winter-22/+0
2025-09-23dibs: Move query_remote_gid() to dibs_dev_opsAlexandra Winter-2/+0
2025-09-23dibs: Move vlan support to dibs_dev_opsAlexandra Winter-5/+0
2025-09-23dibs: Local gid for dibs devicesAlexandra Winter-1/+0
2025-09-23dibs: Move struct device to dibs_devJulian Ruess-1/+0
2025-09-23dibs: Define dibs_client_ops and dibs_dev_opsAlexandra Winter-1/+2
2025-09-23net/smc: Remove error handling of unregister_dmb()Alexandra Winter-2/+0
2025-09-23tcp: Update bind bucket state on port releaseJakub Sitnicki-3/+11
2025-09-22tcp: reclaim 8 bytes in struct request_sock_queueEric Dumazet-1/+1
2025-09-22net: move sk->sk_err_soft and sk->sk_sndbufEric Dumazet-2/+2
2025-09-22net: move sk_uid and sk_protocol to sock_read_txEric Dumazet-3/+3