summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-10-131-0/+2
|\
| * net/9p/usbg: Fix build errorJinjie Ruan2024-10-091-0/+2
* | Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-10-121-7/+4
|\ \
| * | sunrpc: fix prog selection loop in svc_process_commonNeilBrown2024-09-301-7/+4
| |/
* | Merge tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-1049-287/+720
|\ \
| * | net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMCD. Wythe2024-10-101-0/+11
| * | phonet: Handle error of rtnl_register_module().Kuniyuki Iwashima2024-10-101-17/+11
| * | mpls: Handle error of rtnl_register_module().Kuniyuki Iwashima2024-10-101-11/+21
| * | mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima2024-10-104-35/+65
| * | bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima2024-10-103-13/+17
| * | rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima2024-10-101-0/+29
| * | Merge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-10-1018-170/+426
| |\ \
| | * | netfilter: fib: check correct rtable in vrf setupsFlorian Westphal2024-10-092-5/+4
| | * | netfilter: xtables: avoid NFPROTO_UNSPEC where neededFlorian Westphal2024-10-0916-165/+422
| * | | net: do not delay dst_entries_add() in dst_release()Eric Dumazet2024-10-101-5/+12
| * | | mptcp: pm: do not remove closing subflowsMatthieu Baerts (NGI0)2024-10-101-1/+2
| * | | mptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)2024-10-101-1/+1
| * | | tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni2024-10-101-4/+1
| * | | mptcp: handle consistently DSS corruptionPaolo Abeni2024-10-104-4/+28
| * | | net: dsa: refuse cross-chip mirroring operationsVladimir Oltean2024-10-101-3/+8
| |/ /
| * | sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long2024-10-091-5/+13
| * | net/sched: accept TCA_STAB only for root qdiscEric Dumazet2024-10-091-1/+6
| * | Merge tag 'for-net-2024-10-04' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-10-082-2/+3
| |\ \
| | * | Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_syncLuiz Augusto von Dentz2024-10-041-0/+3
| | * | Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz2024-10-041-2/+0
| * | | net: explicitly clear the sk pointer, when pf->create failsIgnat Korchagin2024-10-081-1/+6
| * | | net: Fix an unsafe loop on the listAnastasia Kovaleva2024-10-051-1/+2
| |/ /
| * | netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin2024-10-041-0/+5
| * | rxrpc: Fix uninitialised variable in rxrpc_send_data()David Howells2024-10-041-5/+5
| * | rxrpc: Fix a race between socket set up and I/O thread creationDavid Howells2024-10-043-4/+10
| * | tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits outNeal Cardwell2024-10-041-2/+9
| * | tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell2024-10-041-0/+13
| * | tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell2024-10-041-2/+16
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-10-071-4/+4
|\ \ \ | |/ / |/| |
| * | vsock/virtio: use GFP_ATOMIC under RCU read lockMichael S. Tsirkin2024-10-071-4/+4
* | | Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-0317-54/+98
|\ \ \
| * | | sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long2024-10-031-1/+3
| * | | Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-10-032-4/+10
| |\ \ \
| | * | | netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet2024-09-272-4/+10
| * | | | net/ncsi: Disable the ncsi work before freeing the associated structureEddie James2024-10-031-0/+2
| * | | | gso: fix udp gso fraglist segmentation after pull from frag_listWillem de Bruijn2024-10-031-2/+20
| * | | | bridge: mcast: Fail MDB get request on empty entryIdo Schimmel2024-10-031-1/+1
| * | | | net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau2024-10-032-4/+16
| * | | | Merge tag 'for-net-2024-09-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-10-034-26/+22
| |\ \ \ \
| | * | | | Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LELuiz Augusto von Dentz2024-09-271-8/+5
| | * | | | Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz2024-09-273-9/+3
| | * | | | Bluetooth: MGMT: Fix possible crash on mgmt_index_removedLuiz Augusto von Dentz2024-09-271-9/+14
| * | | | | Merge tag 'ieee802154-for-net-2024-09-27' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2024-10-031-1/+3
| |\ \ \ \ \
| | * | | | | mac802154: Fix potential RCU dereference issue in mac802154_scan_workerJiawei Ye2024-09-241-1/+3
| * | | | | | ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov2024-10-011-3/+3