summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-10-1942-231/+350
|\
| * Revert "ethtool: Fix mod state of verbose no_mask bitset"Kory Maincent2023-10-191-26/+6
| * mptcp: avoid sending RST when closing the initial subflowGeliang Tang2023-10-191-6/+22
| * mptcp: more conservative check for zero probesPaolo Abeni2023-10-191-7/+1
| * tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni2023-10-191-0/+1
| * net: move altnames together with the netdeviceJakub Kicinski2023-10-191-4/+9
| * net: avoid UAF on deleted altnameJakub Kicinski2023-10-191-1/+6
| * net: check for altname conflicts when changing netdev's netnsJakub Kicinski2023-10-192-1/+11
| * net: fix ifname in netlink ntf during netns moveJakub Kicinski2023-10-191-13/+31
| * Merge tag 'nf-23-10-18' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-10-182-26/+31
| |\
| | * netfilter: nf_tables: revert do not remove elements if set backend implements...Pablo Neira Ayuso2023-10-181-4/+1
| | * netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso2023-10-181-0/+2
| | * netfilter: nf_tables: audit log object reset once per tablePhil Sutter2023-10-181-22/+28
| * | Merge tag 'wireless-2023-10-18' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-10-184-8/+6
| |\ \
| | * | net: rfkill: reduce data->mtx scope in rfkill_fop_openJohannes Berg2023-10-111-3/+2
| | * | net: rfkill: gpio: prevent value glitch during probeJosua Mayer2023-10-111-2/+2
| | * | wifi: mac80211: fix error path key leakJohannes Berg2023-10-111-2/+1
| | * | wifi: cfg80211: use system_unbound_wq for wiphy workJohannes Berg2023-10-111-1/+1
| * | | ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet2023-10-181-5/+9
| * | | tcp_bpf: properly release resources on error pathsPaolo Abeni2023-10-181-4/+12
| * | | net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela2023-10-181-4/+14
| * | | tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet2023-10-181-2/+14
| | |/ | |/|
| * | net: pktgen: Fix interface flags printingGavrilov Ilia2023-10-181-7/+7
| * | Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-10-175-27/+34
| |\ \
| | * | xfrm: fix a data-race in xfrm_lookup_with_ifid()Eric Dumazet2023-10-131-1/+1
| | * | net: ipv4: fix return value check in esp_remove_trailerMa Ke2023-10-101-1/+3
| | * | net: ipv6: fix return value check in esp_remove_trailerMa Ke2023-10-101-1/+3
| | * | xfrm6: fix inet6_dev refcount underflow problemZhang Changzhong2023-09-201-2/+2
| | * | xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet2023-09-131-4/+2
| | * | xfrm: interface: use DEV_STATS_INC()Eric Dumazet2023-09-061-12/+10
| | * | net: xfrm: skip policies marked as dead while reinserting policiesDong Chenchen2023-09-051-6/+13
| * | | tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell2023-10-172-5/+6
| * | | Merge tag 'for-net-2023-10-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-10-164-24/+62
| |\ \ \
| | * | | Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook2023-10-131-1/+2
| | * | | Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann2023-10-131-1/+1
| | * | | Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD2023-10-131-1/+1
| | * | | Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz2023-10-131-2/+1
| | * | | Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz2023-10-131-5/+7
| | * | | Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan2023-10-111-2/+2
| | * | | Bluetooth: hci_sync: always check if connection is alive before deletingPauli Virtanen2023-10-111-14/+12
| | * | | Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi2023-10-112-0/+20
| | * | | Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi2023-10-111-0/+9
| | * | | Bluetooth: ISO: Fix invalid context errorIulia Tanasescu2023-10-111-3/+12
| * | | | nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski2023-10-161-0/+2
| * | | | netlink: Correct offload_xstats sizeChristoph Paasch2023-10-161-3/+1
| * | | | net/smc: return the right falback reason when prefix checks failDust Li2023-10-161-1/+1
| * | | | Merge tag 'nf-23-10-12' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-10-135-18/+14
| |\ \ \ \
| | * | | | netfilter: nft_payload: fix wrong mac header matchingFlorian Westphal2023-10-121-1/+1
| | * | | | nf_tables: fix NULL pointer dereference in nft_expr_inner_parse()Xingyuan Mo2023-10-121-1/+1
| | * | | | nf_tables: fix NULL pointer dereference in nft_inner_init()Xingyuan Mo2023-10-121-0/+1