summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 9p: Avoid creating multiple slab caches with the same namePedro Falcato2024-11-171-1/+9
* vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim2024-11-171-0/+1
* hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim2024-11-171-0/+1
* net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov2024-11-171-0/+5
* sctp: properly validate chunk size in sctp_sf_ootb()Xin Long2024-11-171-1/+1
* mac80211: always have ieee80211_sta_restart()Johannes Berg2024-11-081-1/+1
* wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau2024-11-081-1/+2
* netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso2024-11-081-0/+3
* net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin2024-11-081-0/+4
* net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long2024-11-081-1/+12
* net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela2024-11-081-1/+1
* mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala2024-11-083-3/+45
* mac80211: do drv_reconfig_complete() before restarting allJohannes Berg2024-11-081-7/+7
* wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau2024-11-081-17/+25
* xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca2024-11-081-1/+5
* net: sched: fix use-after-free in taprio_change()Dmitry Antipov2024-11-081-1/+2
* Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin2024-11-081-2/+1
* genetlink: hold RCU in genlmsg_mcast()Eric Dumazet2024-11-083-22/+18
* ipv4: give an IPv4 dev to blackhole_netdevXin Long2024-11-081-10/+25
* mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef2024-11-081-16/+36
* Bluetooth: Remove debugfs directory on module init failureAaron Thompson2024-11-081-0/+1
* wifi: mac80211: fix potential key use-after-freeJohannes Berg2024-11-082-1/+4
* net: Fix an unsafe loop on the listAnastasia Kovaleva2024-11-081-1/+2
* sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long2024-11-081-5/+13
* net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet2024-11-088-9/+9
* net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2024-11-086-6/+6
* net/sched: accept TCA_STAB only for root qdiscEric Dumazet2024-11-081-1/+6
* Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz2024-11-081-2/+0
* netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin2024-11-081-0/+5
* tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell2024-11-081-0/+13
* tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell2024-11-081-2/+16
* tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() processJason Xing2024-11-081-0/+3
* ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP familyIdo Schimmel2024-11-081-1/+1
* ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).Kuniyuki Iwashima2024-11-081-4/+2
* tipc: guard against string buffer overrunSimon Horman2024-11-081-2/+6
* net: sched: consistently use rcu_replace_pointer() in taprio_change()Dmitry Antipov2024-11-081-1/+3
* sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long2024-11-081-1/+3
* ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov2024-11-081-3/+3
* net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet2024-11-081-3/+7
* net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet2024-11-081-1/+1
* netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet2024-11-082-4/+10
* netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...Simon Horman2024-11-081-5/+2
* net: qrtr: Update packets cloning when broadcastingYoussef Samir2024-11-081-1/+1
* netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet2024-11-081-12/+2
* net: tipc: avoid possible garbage valueSu Hui2024-11-081-1/+1
* can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima2024-11-081-1/+3
* sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet2024-11-081-0/+1
* wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov2024-11-081-1/+16
* mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef2024-11-082-34/+35
* wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov2024-11-082-2/+4