summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-05-15tcp: remove zero TCP TS samples for autotuningEric Dumazet
2025-05-15tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet
2025-05-15tcp: adjust rcvbuf in presence of reordersEric Dumazet
2025-05-15tcp: fix sk_rcvbuf overshootEric Dumazet
2025-05-15tcp: add tcp_rcvbuf_grow() tracepointEric Dumazet
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-15Bluetooth: L2CAP: Fix not checking l2cap_chan security levelLuiz Augusto von Dentz
2025-05-15net: devmem: fix kernel panic when netlink socket close after module unloadTaehee Yoo
2025-05-15net/tls: fix kernel panic when alloc_page failedPengtao He
2025-05-15Merge tag 'wireless-2025-05-15' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-05-15rds: Use nested-BH locking for rds_page_remainderSebastian Andrzej Siewior
2025-05-15rds: Acquire per-CPU pointer within BH disabled sectionSebastian Andrzej Siewior
2025-05-15rds: Disable only bottom halves in rds_page_remainder_alloc()Sebastian Andrzej Siewior
2025-05-15mptcp: Use nested-BH locking for hmac_storageSebastian Andrzej Siewior
2025-05-15net/sched: Use nested-BH locking for sch_frag_data_storageSebastian Andrzej Siewior
2025-05-15net/sched: act_mirred: Move the recursion counter struct netdev_xmitSebastian Andrzej Siewior
2025-05-15openvswitch: Move ovs_frag_data_storage into the struct ovs_pcpu_storageSebastian Andrzej Siewior
2025-05-15openvswitch: Use nested-BH locking for ovs_pcpu_storageSebastian Andrzej Siewior
2025-05-15openvswitch: Merge three per-CPU structures into oneSebastian Andrzej Siewior
2025-05-15xfrm: Use nested-BH locking for nat_keepalive_sk_ipv[46]Sebastian Andrzej Siewior
2025-05-15xdp: Use nested-BH locking for system_page_poolSebastian Andrzej Siewior
2025-05-15ipv6: sr: Use nested-BH locking for hmac_storageSebastian Andrzej Siewior
2025-05-15ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RTSebastian Andrzej Siewior
2025-05-15net: dst_cache: Use nested-BH locking for dst_cache::cacheSebastian Andrzej Siewior
2025-05-15net: page_pool: Don't recycle into cache on PREEMPT_RTSebastian Andrzej Siewior
2025-05-15wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_requestKees Cook
2025-05-15xfrm: prevent configuration of interface index when offload is usedLeon Romanovsky
2025-05-15xfrm: validate assignment of maximal possible SEQ numberLeon Romanovsky
2025-05-14openvswitch: Stricter validation for the userspace actionEelco Chaudron
2025-05-14xfrm: Sanitize marks before insertPaul Chaignon
2025-05-13net: check for driver support in netmem TXMina Almasry
2025-05-13net: devmem: Implement TX pathMina Almasry
2025-05-13net: devmem: TCP tx netlink apiStanislav Fomichev
2025-05-13net: add get_netmem/put_netmem supportMina Almasry
2025-05-13netmem: add niov->type attribute to distinguish different net_iov typesMina Almasry
2025-05-12netlink: fix policy dump for int with validation callbackJakub Kicinski
2025-05-12net: Lock lower level devices when updating featuresCosmin Ratiu
2025-05-11svcrdma: Unregister the device if svc_rdma_accept() failsChuck Lever
2025-05-11sunrpc: allow SOMAXCONN backlogged TCP connectionsJeff Layton
2025-05-11sunrpc: add info about xprt queue times to svc_xprt_dequeue tracepointJeff Layton
2025-05-11sunrpc: fix race in cache cleanup causing stale nextcheck timeLong Li
2025-05-11sunrpc: update nextcheck time when adding new cache entriesLong Li
2025-05-09ktls, sockmap: Fix missing uncharge operationJiayuan Chen
2025-05-09Merge tag 'batadv-net-pullrequest-20250509' of git://git.open-mesh.org/linux-...Jakub Kicinski
2025-05-09Merge tag 'batadv-next-pullrequest-20250509' of git://git.open-mesh.org/linux...Jakub Kicinski
2025-05-09net: dsa: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-05-09ethtool: Block setting of symmetric RSS when non-symmetric rx-flow-hash is re...Gal Pressman
2025-05-09net: mctp: Ensure keys maintain only one ref to corresponding devAndrew Jeffery
2025-05-09net: mctp: Don't access ifa_index when missingMatt Johnston
2025-05-09bpf: Allow some trace helpers for all prog typesFeng Yang