summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Remove BUG_ON call sitesChuck Lever2023-10-161-4/+5
* SUNRPC: change the back-channel queue to lwqNeilBrown2023-10-164-18/+6
* SUNRPC: discard sp_lockNeilBrown2023-10-161-5/+5
* SUNRPC: change sp_nrthreads to atomic_tNeilBrown2023-10-161-17/+20
* SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown2023-10-162-41/+18
* SUNRPC: only have one thread waking up at a timeNeilBrown2023-10-162-21/+31
* SUNRPC: rename some functions from rqst_ to svc_thread_NeilBrown2023-10-161-5/+5
* SUNRPC: change service idle list to be an llistNeilBrown2023-10-162-33/+26
* SUNRPC: discard SP_CONGESTEDNeilBrown2023-10-162-4/+1
* SUNRPC: add list of idle threadsNeilBrown2023-10-162-9/+20
* SUNRPC: change how svc threads are asked to exit.NeilBrown2023-10-162-26/+24
* SUNRPC: integrate back-channel processing with svc_recv()NeilBrown2023-10-164-7/+32
* SUNRPC: Clean up bc_svc_process()Chuck Lever2023-10-161-26/+12
* SUNRPC: rename and refactor svc_get_next_xprt()NeilBrown2023-10-161-48/+44
* SUNRPC: move all of xprt handling into svc_xprt_handle()NeilBrown2023-10-161-33/+20
* Merge tag 'ceph-for-6.6-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds2023-10-131-2/+2
|\
| * libceph: use kernel_connect()Jordan Rife2023-10-091-2/+2
* | nfc: nci: assert requested protocol is validJeremy Cline2023-10-121-0/+5
* | af_packet: Fix fortified memcpy() without flex array.Kuniyuki Iwashima2023-10-121-1/+6
* | net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski2023-10-111-0/+1
* | net/smc: Fix pos miscalculation in statisticsNils Hoppmann2023-10-111-5/+9
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-101-0/+10
|\ \
| * | xdp: Fix zero-size allocation warning in xskq_create()Andrew Kanner2023-10-091-0/+10
* | | ethtool: Fix mod state of verbose no_mask bitsetKory Maincent2023-10-101-6/+26
* | | Merge tag 'linux-can-fixes-for-6.6-20231009' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-10-101-11/+8
|\ \ \
| * | | can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel2023-10-061-11/+8
* | | | net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet2023-10-101-18/+12
* | | | mctp: perform route lookups under a RCU read-side lockJeremy Kerr2023-10-101-6/+16
* | | | net/smc: Fix dependency of SMC on ISMGerd Bayer2023-10-101-0/+1
* | | | net: refine debug info in skb_checksum_help()Eric Dumazet2023-10-091-2/+6
* | | | devlink: Hold devlink lock on health reporter dump getMoshe Shemesh2023-10-061-14/+16
| |/ / |/| |
* | | net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva2023-10-061-1/+1
| |/ |/|
* | Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-10-0551-272/+523
|\ \
| * | mptcp: userspace pm allow creating id 0 subflowGeliang Tang2023-10-051-6/+0
| * | mptcp: fix delegated action racesPaolo Abeni2023-10-053-39/+34
| |/
| * netlink: annotate data-races around sk->sk_errEric Dumazet2023-10-041-4/+4
| * sctp: update hb timer immediately after users change hb_intervalXin Long2023-10-041-0/+1
| * sctp: update transport state when processing a dupcook packetXin Long2023-10-041-2/+1
| * tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell2023-10-041-0/+13
| * tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell2023-10-041-4/+3
| * Merge tag 'nf-23-10-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-10-044-44/+102
| |\
| | * netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failureFlorian Westphal2023-10-041-17/+29
| | * netfilter: nf_tables: Deduplicate nft_register_obj audit logsPhil Sutter2023-10-041-16/+28
| | * netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long2023-10-041-10/+33
| | * netfilter: nft_payload: rebuild vlan header on h_proto accessFlorian Westphal2023-10-041-1/+12
| * | tipc: fix a potential deadlock on &tx->lockChengfeng Ye2023-10-041-2/+2
| * | ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier2023-10-041-0/+2
| * | Merge tag 'wireless-2023-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-10-0415-76/+205
| |\ \
| | * | wifi: mac80211: Create resources for disabled linksBenjamin Berg2023-09-261-3/+4
| | * | wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg2023-09-261-1/+1