summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-10-10net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMCD. Wythe
2024-10-10phonet: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-10mpls: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-10mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-10bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-10rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima
2024-10-10Merge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-10-10net: do not delay dst_entries_add() in dst_release()Eric Dumazet
2024-10-09mptcp: pm: do not remove closing subflowsMatthieu Baerts (NGI0)
2024-10-09mptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)
2024-10-09tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni
2024-10-09mptcp: handle consistently DSS corruptionPaolo Abeni
2024-10-09net: dsa: refuse cross-chip mirroring operationsVladimir Oltean
2024-10-09netfilter: fib: check correct rtable in vrf setupsFlorian Westphal
2024-10-09netfilter: xtables: avoid NFPROTO_UNSPEC where neededFlorian Westphal
2024-10-09sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long
2024-10-09net/9p/usbg: Fix build errorJinjie Ruan
2024-10-08net/sched: accept TCA_STAB only for root qdiscEric Dumazet
2024-10-08wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau
2024-10-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau
2024-10-08wifi: mac80211: Convert color collision detection to wiphy workRemi Pommarel
2024-10-08wifi: cfg80211: Add wiphy_delayed_work_pending()Remi Pommarel
2024-10-08wifi: cfg80211: Do not create BSS entries for unsupported channelsChenming Huang
2024-10-08wifi: mac80211: Fix setting txpower with emulate_chanctxBen Greear
2024-10-08mac80211: MAC80211_MESSAGE_TRACING should depend on TRACINGGeert Uytterhoeven
2024-10-07Merge tag 'for-net-2024-10-04' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-10-07net: explicitly clear the sk pointer, when pf->create failsIgnat Korchagin
2024-10-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-10-07vsock/virtio: use GFP_ATOMIC under RCU read lockMichael S. Tsirkin
2024-10-07xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca
2024-10-04net: Fix an unsafe loop on the listAnastasia Kovaleva
2024-10-04Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_syncLuiz Augusto von Dentz
2024-10-04Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz
2024-10-04netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin
2024-10-03rxrpc: Fix uninitialised variable in rxrpc_send_data()David Howells
2024-10-03rxrpc: Fix a race between socket set up and I/O thread creationDavid Howells
2024-10-03tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits outNeal Cardwell
2024-10-03tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell
2024-10-03tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-03sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long
2024-10-03Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-10-03net/ncsi: Disable the ncsi work before freeing the associated structureEddie James
2024-10-02gso: fix udp gso fraglist segmentation after pull from frag_listWillem de Bruijn
2024-10-02bridge: mcast: Fail MDB get request on empty entryIdo Schimmel
2024-10-02net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau
2024-10-02Merge tag 'for-net-2024-09-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-10-02Merge tag 'ieee802154-for-net-2024-09-27' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-01bpf: Make sure internal and UAPI bpf_redirect flags don't overlapToke Høiland-Jørgensen