summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-10ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).Kuniyuki Iwashima
2024-10-10tipc: guard against string buffer overrunSimon Horman
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-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
2024-10-10ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov
2024-10-10net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet
2024-10-10net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet
2024-10-10net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann
2024-10-10net: Add netif_get_gro_max_size helper for GRODaniel Borkmann
2024-10-10net: dsa: improve shutdown sequenceVladimir Oltean
2024-10-10Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz
2024-10-10Bluetooth: MGMT: Fix possible crash on mgmt_index_removedLuiz Augusto von Dentz
2024-10-10netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet
2024-10-04icmp: change the order of rate limitsEric Dumazet
2024-10-04netfilter: nf_tables: missing objects with no memcg accountingPablo Neira Ayuso
2024-10-04netfilter: nf_tables: use rcu chain hook list iterator from netlink dump pathPablo Neira Ayuso
2024-10-04netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...Simon Horman
2024-10-04netfilter: nf_tables: Keep deleted flowtable hooks until after RCUPhil Sutter
2024-10-04net: qrtr: Update packets cloning when broadcastingYoussef Samir
2024-10-04net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNELThomas Weißschuh
2024-10-04netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet
2024-10-04bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-10-04bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song
2024-10-04ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet
2024-10-04net: tipc: avoid possible garbage valueSu Hui
2024-10-04net: ipv6: rpl_iptunnel: Fix memory leak in rpl_inputJustin Iurman
2024-10-04xsk: fix batch alloc API on non-coherent systemsMaciej Fijalkowski
2024-10-04can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima
2024-10-04net: hsr: Use the seqnr lock for frames received via interlink port.Sebastian Andrzej Siewior
2024-10-04sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet
2024-10-04Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCELLuiz Augusto von Dentz
2024-10-04Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz
2024-10-04wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov
2024-10-04wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov