summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-6.6-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds2023-10-131-2/+2
|\
| * libceph: use kernel_connect()Jordan Rife2023-10-091-2/+2
* | nfc: nci: assert requested protocol is validJeremy Cline2023-10-121-0/+5
* | af_packet: Fix fortified memcpy() without flex array.Kuniyuki Iwashima2023-10-121-1/+6
* | net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski2023-10-111-0/+1
* | net/smc: Fix pos miscalculation in statisticsNils Hoppmann2023-10-111-5/+9
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-101-0/+10
|\ \
| * | xdp: Fix zero-size allocation warning in xskq_create()Andrew Kanner2023-10-091-0/+10
* | | ethtool: Fix mod state of verbose no_mask bitsetKory Maincent2023-10-101-6/+26
* | | Merge tag 'linux-can-fixes-for-6.6-20231009' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-10-101-11/+8
|\ \ \
| * | | can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel2023-10-061-11/+8
* | | | net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet2023-10-101-18/+12
* | | | mctp: perform route lookups under a RCU read-side lockJeremy Kerr2023-10-101-6/+16
* | | | net/smc: Fix dependency of SMC on ISMGerd Bayer2023-10-101-0/+1
* | | | net: refine debug info in skb_checksum_help()Eric Dumazet2023-10-091-2/+6
* | | | devlink: Hold devlink lock on health reporter dump getMoshe Shemesh2023-10-061-14/+16
| |/ / |/| |
* | | net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva2023-10-061-1/+1
| |/ |/|
* | 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