summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-16SUNRPC: only have one thread waking up at a timeNeilBrown2-21/+31
2023-10-16SUNRPC: rename some functions from rqst_ to svc_thread_NeilBrown1-5/+5
2023-10-16SUNRPC: change service idle list to be an llistNeilBrown2-33/+26
2023-10-16SUNRPC: discard SP_CONGESTEDNeilBrown2-4/+1
2023-10-16SUNRPC: add list of idle threadsNeilBrown2-9/+20
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown2-26/+24
2023-10-16SUNRPC: integrate back-channel processing with svc_recv()NeilBrown4-7/+32
2023-10-16SUNRPC: Clean up bc_svc_process()Chuck Lever1-26/+12
2023-10-16SUNRPC: rename and refactor svc_get_next_xprt()NeilBrown1-48/+44
2023-10-16SUNRPC: move all of xprt handling into svc_xprt_handle()NeilBrown1-33/+20
2023-10-14Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook1-1/+2
2023-10-14Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann1-1/+1
2023-10-14Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD1-1/+1
2023-10-14Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz1-2/+1
2023-10-14Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz1-5/+7
2023-10-14Merge tag 'nf-23-10-12' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski5-18/+14
2023-10-14net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang3-5/+7
2023-10-14tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni8-32/+47
2023-10-13Merge tag 'ceph-for-6.6-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds1-2/+2
2023-10-13tcp: Fix listen() warning with v4-mapped-v6 address.Kuniyuki Iwashima1-15/+9
2023-10-13xfrm: fix a data-race in xfrm_lookup_with_ifid()Eric Dumazet1-1/+1
2023-10-12netfilter: nft_payload: fix wrong mac header matchingFlorian Westphal1-1/+1
2023-10-12nf_tables: fix NULL pointer dereference in nft_expr_inner_parse()Xingyuan Mo1-1/+1
2023-10-12nf_tables: fix NULL pointer dereference in nft_inner_init()Xingyuan Mo1-0/+1
2023-10-12netfilter: nf_tables: do not refresh timeout when resetting elementPablo Neira Ayuso1-13/+5
2023-10-12netfilter: nf_tables: Annotate struct nft_pipapo_match with __counted_byKees Cook1-1/+1
2023-10-12netfilter: nfnetlink_log: silence bogus compiler warningFlorian Westphal1-1/+1
2023-10-12netfilter: nf_tables: do not remove elements if set backend implements .abortPablo Neira Ayuso1-1/+4
2023-10-12nfc: nci: assert requested protocol is validJeremy Cline1-0/+5
2023-10-12af_packet: Fix fortified memcpy() without flex array.Kuniyuki Iwashima1-1/+6
2023-10-12net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski1-0/+1
2023-10-11Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan1-2/+2
2023-10-11Bluetooth: hci_sync: always check if connection is alive before deletingPauli Virtanen1-14/+12
2023-10-11Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi2-0/+20
2023-10-11Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi1-0/+9
2023-10-11Bluetooth: ISO: Fix invalid context errorIulia Tanasescu1-3/+12
2023-10-11net: rfkill: reduce data->mtx scope in rfkill_fop_openJohannes Berg1-3/+2
2023-10-11net: rfkill: gpio: prevent value glitch during probeJosua Mayer1-2/+2
2023-10-11wifi: mac80211: fix error path key leakJohannes Berg1-2/+1
2023-10-11wifi: cfg80211: use system_unbound_wq for wiphy workJohannes Berg1-1/+1
2023-10-11net/smc: Fix pos miscalculation in statisticsNils Hoppmann1-5/+9
2023-10-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+10
2023-10-11ethtool: Fix mod state of verbose no_mask bitsetKory Maincent1-6/+26
2023-10-11Merge tag 'linux-can-fixes-for-6.6-20231009' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-11/+8
2023-10-11net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet1-18/+12
2023-10-11mctp: perform route lookups under a RCU read-side lockJeremy Kerr1-6/+16
2023-10-10net: move sockfs_xattr_handlers to .rodataWedson Almeida Filho1-1/+1
2023-10-10net/smc: Fix dependency of SMC on ISMGerd Bayer1-0/+1
2023-10-10net: ipv4: fix return value check in esp_remove_trailerMa Ke1-1/+3
2023-10-10net: ipv6: fix return value check in esp_remove_trailerMa Ke1-1/+3