summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-19tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet1-2/+14
2023-10-18net: pktgen: Fix interface flags printingGavrilov Ilia1-7/+7
2023-10-18Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski5-27/+34
2023-10-18tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell2-5/+6
2023-10-17Merge tag 'for-net-2023-10-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski4-24/+62
2023-10-17nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski1-0/+2
2023-10-17netlink: Correct offload_xstats sizeChristoph Paasch1-3/+1
2023-10-17net/smc: return the right falback reason when prefix checks failDust Li1-1/+1
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-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/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/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
2023-10-10net: refine debug info in skb_checksum_help()Eric Dumazet1-2/+6
2023-10-09xdp: Fix zero-size allocation warning in xskq_create()Andrew Kanner1-0/+10
2023-10-07devlink: Hold devlink lock on health reporter dump getMoshe Shemesh1-14/+16
2023-10-06can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel1-11/+8
2023-10-06net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva1-1/+1
2023-10-05Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds51-272/+523
2023-10-05mptcp: userspace pm allow creating id 0 subflowGeliang Tang1-6/+0
2023-10-05mptcp: fix delegated action racesPaolo Abeni3-39/+34