summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-11-08mac80211: always have ieee80211_sta_restart()Johannes Berg
2024-11-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau
2024-11-08netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin
2024-11-08net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long
2024-11-08net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela
2024-11-08mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala
2024-11-08mac80211: do drv_reconfig_complete() before restarting allJohannes Berg
2024-11-08wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau
2024-11-08xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca
2024-11-08net: sched: fix use-after-free in taprio_change()Dmitry Antipov
2024-11-08Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin
2024-11-08genetlink: hold RCU in genlmsg_mcast()Eric Dumazet
2024-11-08ipv4: give an IPv4 dev to blackhole_netdevXin Long
2024-11-08mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef
2024-11-08Bluetooth: Remove debugfs directory on module init failureAaron Thompson
2024-11-08wifi: mac80211: fix potential key use-after-freeJohannes Berg
2024-11-08net: Fix an unsafe loop on the listAnastasia Kovaleva
2024-11-08sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long
2024-11-08net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet
2024-11-08net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet
2024-11-08net/sched: accept TCA_STAB only for root qdiscEric Dumazet
2024-11-08Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz
2024-11-08netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin
2024-11-08tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell
2024-11-08tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell
2024-11-08tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() processJason Xing
2024-11-08ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP familyIdo Schimmel
2024-11-08ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).Kuniyuki Iwashima
2024-11-08tipc: guard against string buffer overrunSimon Horman
2024-11-08net: sched: consistently use rcu_replace_pointer() in taprio_change()Dmitry Antipov
2024-11-08sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long
2024-11-08ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov
2024-11-08net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet
2024-11-08net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet
2024-11-08netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet
2024-11-08netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...Simon Horman
2024-11-08net: qrtr: Update packets cloning when broadcastingYoussef Samir
2024-11-08netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet
2024-11-08net: tipc: avoid possible garbage valueSu Hui
2024-11-08can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima
2024-11-08sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet
2024-11-08wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov
2024-11-08mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef
2024-11-08wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov
2024-11-08wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov
2024-11-08netfilter: nf_tables: reject expiration higher than timeoutPablo Neira Ayuso
2024-11-08netfilter: nf_tables: reject element expiration with no timeoutPablo Neira Ayuso
2024-11-08netfilter: nf_tables: elements with timeout below CONFIG_HZ never expirePablo Neira Ayuso
2024-11-08can: j1939: use correct function name in commentZhang Changzhong