summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong2023-09-251-1/+2
| | * | wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg2023-09-256-7/+44
| | * | wifi: cfg80211: Fix 6GHz scan configurationIlan Peer2023-09-251-0/+4
| | * | wifi: mac80211: fix potential key leakJohannes Berg2023-09-251-5/+15
| | * | wifi: mac80211: fix potential key use-after-freeJohannes Berg2023-09-252-1/+4
| | * | rfkill: sync before userspace visibility/changesJohannes Berg2023-09-181-6/+26
| | * | wifi: mac80211: fix mesh id corruption on 32 bit systemsFelix Fietkau2023-09-132-5/+5
| | * | wifi: cfg80211: fix cqm_config access raceJohannes Berg2023-09-113-41/+73
| | * | wifi: cfg80211: validate AP phy operation before starting itAditya Kumar Singh2023-09-111-0/+19
| | * | wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO connectionWen Gong2023-09-112-6/+8
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-043-9/+9
| |\ \ \ | | |_|/ | |/| |
| | * | bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki2023-09-291-0/+4
| | * | bpf, sockmap: Do not inc copied_seq when PEEK flag setJohn Fastabend2023-09-291-1/+3
| | * | bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend2023-09-291-8/+2
| * | | net: nfc: llcp: Add lock when modifying device listJeremy Cline2023-10-031-0/+2
| * | | ethtool: plca: fix plca enable data type while parsing the valueParthiban Veerasooran2023-10-031-16/+29
| * | | ipv6: tcp: add a missing nf_reset_ct() in 3WHS handlingIlya Maximets2023-10-031-3/+7
| * | | ipv4/fib: send notify when delete source address routesHangbin Liu2023-10-032-0/+5
| * | | net: prevent address rewrite in kernel_bind()Jordan Rife2023-10-014-5/+10
| * | | net: prevent rewrite of msg_name in sock_sendmsg()Jordan Rife2023-10-011-6/+23
| * | | net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife2023-10-012-3/+3
| * | | ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()David Howells2023-10-011-1/+1
| * | | neighbour: fix data-races around n->outputEric Dumazet2023-10-012-6/+6
| * | | net: fix possible store tearing in neigh_periodic_work()Eric Dumazet2023-10-011-1/+3
| * | | Merge tag 'for-net-2023-09-20' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2023-10-016-45/+58
| |\ \ \
| | * | | Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz2023-09-203-0/+3
| | * | | Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz2023-09-201-3/+5
| | * | | Bluetooth: Avoid redundant authenticationYing Hsu2023-09-201-28/+35
| | * | | Bluetooth: ISO: Fix handling of listen for unicastLuiz Augusto von Dentz2023-09-201-3/+6
| | * | | Bluetooth: Fix hci_link_tx_to RCU lock usageYing Hsu2023-09-201-0/+5
| | * | | Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTERLuiz Augusto von Dentz2023-09-201-9/+4
| | * | | Bluetooth: Delete unused hci_req_prepare_suspend() declarationYao Xiao2023-09-201-2/+0