summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-05netlink: annotate data-races around sk->sk_errEric Dumazet1-4/+4
2023-10-05sctp: update hb timer immediately after users change hb_intervalXin Long1-0/+1
2023-10-05sctp: update transport state when processing a dupcook packetXin Long1-2/+1
2023-10-05tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell1-0/+13
2023-10-05tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell1-4/+3
2023-10-05Merge tag 'nf-23-10-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski4-44/+102
2023-10-04tipc: fix a potential deadlock on &tx->lockChengfeng Ye1-2/+2
2023-10-04ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier1-0/+2
2023-10-04Merge tag 'wireless-2023-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski15-76/+205
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-9/+9
2023-10-04netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failureFlorian Westphal1-17/+29
2023-10-04netfilter: nf_tables: Deduplicate nft_register_obj audit logsPhil Sutter1-16/+28
2023-10-04netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long1-10/+33
2023-10-04netfilter: nft_payload: rebuild vlan header on h_proto accessFlorian Westphal1-1/+12
2023-10-03net: nfc: llcp: Add lock when modifying device listJeremy Cline1-0/+2
2023-10-03ethtool: plca: fix plca enable data type while parsing the valueParthiban Veerasooran1-16/+29
2023-10-03ipv6: tcp: add a missing nf_reset_ct() in 3WHS handlingIlya Maximets1-3/+7
2023-10-03ipv4/fib: send notify when delete source address routesHangbin Liu2-0/+5
2023-10-01net: prevent address rewrite in kernel_bind()Jordan Rife4-5/+10
2023-10-01net: prevent rewrite of msg_name in sock_sendmsg()Jordan Rife1-6/+23
2023-10-01net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife2-3/+3
2023-10-01ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()David Howells1-1/+1
2023-10-01neighbour: fix data-races around n->outputEric Dumazet2-6/+6
2023-10-01net: fix possible store tearing in neigh_periodic_work()Eric Dumazet1-1/+3
2023-10-01Merge tag 'for-net-2023-09-20' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller6-45/+58
2023-09-29bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki1-0/+4
2023-09-29bpf, sockmap: Do not inc copied_seq when PEEK flag setJohn Fastabend1-1/+3
2023-09-29bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend1-8/+2
2023-09-27SUNRPC/TLS: Lock the lower_xprt during the tls handshakeAnna Schumaker1-0/+6
2023-09-27Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust1-2/+1
2023-09-27SUNRPC: Fail quickly when server does not recognize TLSChuck Lever3-6/+19
2023-09-26wifi: mac80211: Create resources for disabled linksBenjamin Berg1-3/+4
2023-09-26wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg1-1/+1
2023-09-25wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong1-1/+2
2023-09-25wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg6-7/+44
2023-09-25wifi: cfg80211: Fix 6GHz scan configurationIlan Peer1-0/+4
2023-09-25wifi: mac80211: fix potential key leakJohannes Berg1-5/+15
2023-09-25wifi: mac80211: fix potential key use-after-freeJohannes Berg2-1/+4
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds24-187/+257
2023-09-21Merge tag 'nf-23-09-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni2-4/+22
2023-09-20Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz3-0/+3
2023-09-20Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz1-3/+5
2023-09-20Bluetooth: Avoid redundant authenticationYing Hsu1-28/+35
2023-09-20Bluetooth: ISO: Fix handling of listen for unicastLuiz Augusto von Dentz1-3/+6
2023-09-20Bluetooth: Fix hci_link_tx_to RCU lock usageYing Hsu1-0/+5
2023-09-20Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTERLuiz Augusto von Dentz1-9/+4
2023-09-20Bluetooth: Delete unused hci_req_prepare_suspend() declarationYao Xiao1-2/+0