summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-10-17mptcp: pm: do not remove closing subflowsMatthieu Baerts (NGI0)
2024-10-17mptcp: handle consistently DSS corruptionPaolo Abeni
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva
2024-10-17net: explicitly clear the sk pointer, when pf->create failsIgnat Korchagin
2024-10-17mptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)
2024-10-17Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_syncLuiz Augusto von Dentz
2024-10-17net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMCD. Wythe
2024-10-17phonet: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-17mpls: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-17mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-17bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-17rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima
2024-10-17net: do not delay dst_entries_add() in dst_release()Eric Dumazet
2024-10-17net: dsa: refuse cross-chip mirroring operationsVladimir Oltean
2024-10-17netfilter: fib: check correct rtable in vrf setupsFlorian Westphal
2024-10-17netfilter: xtables: avoid NFPROTO_UNSPEC where neededFlorian Westphal
2024-10-17sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long
2024-10-17net/sched: accept TCA_STAB only for root qdiscEric Dumazet
2024-10-17Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz
2024-10-17netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin
2024-10-17rxrpc: Fix uninitialised variable in rxrpc_send_data()David Howells
2024-10-17tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits outNeal Cardwell
2024-10-17tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell
2024-10-17tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell
2024-10-17netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=nSimon Horman
2024-10-17netfilter: nf_nat: don't try nat source port reallocation for reverse dir clashFlorian Westphal
2024-10-10rxrpc: Fix a race between socket set up and I/O thread creationDavid Howells
2024-10-10sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown
2024-10-10mac802154: Fix potential RCU dereference issue in mac802154_scan_workerJiawei Ye
2024-10-10Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LELuiz Augusto von Dentz
2024-10-10gso: fix udp gso fraglist segmentation after pull from frag_listWillem de Bruijn
2024-10-10net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau
2024-10-10net: napi: Prevent overflow of napi_defer_hard_irqsJoe Damato
2024-10-10netdev-genl: Set extack and fix error on napi-getJoe Damato
2024-10-10wifi: mac80211: fix RCU list iterationsJohannes Berg
2024-10-10tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() processJason Xing
2024-10-10netpoll: Ensure clean state on setup failuresBreno Leitao
2024-10-10ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP familyIdo Schimmel
2024-10-10netfilter: nf_tables: do not remove elements if set backend implements .abortPablo Neira Ayuso
2024-10-10ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).Kuniyuki Iwashima
2024-10-10net: skbuff: sprinkle more __GFP_NOWARN on ingress allocsJakub Kicinski
2024-10-10tipc: guard against string buffer overrunSimon Horman
2024-10-10l2tp: use rcu list add/del when updating listsJames Chapman
2024-10-10l2tp: free sessions using rcuJames Chapman
2024-10-10net: sched: consistently use rcu_replace_pointer() in taprio_change()Dmitry Antipov
2024-10-10wifi: cfg80211: Set correct chandef when starting CACIssam Hamdi
2024-10-10l2tp: prevent possible tunnel refcount underflowJames Chapman
2024-10-10sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long
2024-10-10net/ncsi: Disable the ncsi work before freeing the associated structureEddie James
2024-10-10bridge: mcast: Fail MDB get request on empty entryIdo Schimmel