summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-11-179p: fix slab cache name creation for realLinus Torvalds1-1/+3
2024-11-179p: Avoid creating multiple slab caches with the same namePedro Falcato1-1/+9
2024-11-17vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim1-0/+1
2024-11-17hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim1-0/+1
2024-11-17net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov1-0/+5
2024-11-17sctp: properly validate chunk size in sctp_sf_ootb()Xin Long1-1/+1
2024-11-08mac80211: always have ieee80211_sta_restart()Johannes Berg1-1/+1
2024-11-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau1-1/+2
2024-11-08netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso1-0/+3
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin1-0/+4
2024-11-08net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long1-1/+12
2024-11-08net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela1-1/+1
2024-11-08mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala3-3/+45
2024-11-08mac80211: do drv_reconfig_complete() before restarting allJohannes Berg1-7/+7
2024-11-08wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau1-17/+25
2024-11-08xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca1-1/+5
2024-11-08net: sched: fix use-after-free in taprio_change()Dmitry Antipov1-1/+2
2024-11-08Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin1-2/+1
2024-11-08genetlink: hold RCU in genlmsg_mcast()Eric Dumazet3-22/+18
2024-11-08ipv4: give an IPv4 dev to blackhole_netdevXin Long1-10/+25
2024-11-08mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef1-16/+36
2024-11-08Bluetooth: Remove debugfs directory on module init failureAaron Thompson1-0/+1
2024-11-08wifi: mac80211: fix potential key use-after-freeJohannes Berg2-1/+4
2024-11-08net: Fix an unsafe loop on the listAnastasia Kovaleva1-1/+2
2024-11-08sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long1-5/+13
2024-11-08net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet8-9/+9
2024-11-08net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet6-6/+6
2024-11-08net/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+6
2024-11-08Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz1-2/+0
2024-11-08netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin1-0/+5
2024-11-08tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell1-0/+13
2024-11-08tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell1-2/+16
2024-11-08tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() processJason Xing1-0/+3
2024-11-08ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP familyIdo Schimmel1-1/+1
2024-11-08ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).Kuniyuki Iwashima1-4/+2
2024-11-08tipc: guard against string buffer overrunSimon Horman1-2/+6
2024-11-08net: sched: consistently use rcu_replace_pointer() in taprio_change()Dmitry Antipov1-1/+3
2024-11-08sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long1-1/+3
2024-11-08ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov1-3/+3
2024-11-08net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7
2024-11-08net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet1-1/+1
2024-11-08netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet2-4/+10
2024-11-08netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...Simon Horman1-5/+2
2024-11-08net: qrtr: Update packets cloning when broadcastingYoussef Samir1-1/+1
2024-11-08netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet1-12/+2
2024-11-08net: tipc: avoid possible garbage valueSu Hui1-1/+1
2024-11-08can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima1-1/+3
2024-11-08sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet1-0/+1
2024-11-08wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov1-1/+16
2024-11-08mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef2-34/+35