summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
6 daysnet: dsa: microchip: linearize skb for tail-tagging switchesJakob Unterwurzacher1-4/+15
6 daysnet: dsa: microchip: update tag_ksz masks for KSZ9477 familyPieter Van Trappen1-2/+3
6 daysbatman-adv: fix OOB read/write in network-coding decodeStanislav Fort1-1/+6
6 daysnet: atm: fix memory leak in atm_register_sysfs when device_register failWang Liang1-2/+4
6 daysax25: properly unshare skbs in ax25_kiss_rcv()Eric Dumazet1-0/+4
6 daysipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()Dan Carpenter1-4/+3
6 daysicmp: fix icmp_ndo_send address translation for reply directionFabian Bläse2-4/+8
6 daysBluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()Kuniyuki Iwashima1-0/+3
6 daysnetfilter: conntrack: helper: Replace -EEXIST by -EBUSYPhil Sutter1-2/+2
6 dayswifi: cfg80211: fix use-after-free in cmp_bss()Dmitry Antipov1-1/+2
11 dayssctp: initialize more fields in sctp_v6_from_sk()Eric Dumazet1-0/+2
11 daysatm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima1-3/+12
11 daysBluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalancedLuiz Augusto von Dentz1-1/+11
11 daysnet: ipv4: fix regression in local-broadcast routesOscar Maes1-3/+7
2025-08-28netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal2-7/+4
2025-08-28netfilter: nft_reject_inet: allow to use reject from inet ingressPablo Neira Ayuso3-5/+20
2025-08-28netfilter: nft_reject: unify reject init and dump into nft_rejectJose M. Guisado Gomez3-117/+15
2025-08-28net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...William Liu1-1/+1
2025-08-28net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limitWilliam Liu1-2/+12
2025-08-28ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_addMinhong He1-0/+3
2025-08-28net/sched: ets: use old 'nbands' while purging unused classesDavide Caratti1-5/+6
2025-08-28net_sched: sch_ets: implement lockless ets_dump()Eric Dumazet1-11/+14
2025-08-28net/sched: sch_ets: properly init all active DRR list handlesDavide Caratti1-3/+9
2025-08-28sch_htb: make htb_deactivate() idempotentCong Wang1-9/+6
2025-08-28codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()Cong Wang2-8/+3
2025-08-28sch_qfq: make qfq_qlen_notify() idempotentCong Wang1-2/+5
2025-08-28sch_hfsc: make hfsc_qlen_notify() idempotentCong Wang1-2/+6
2025-08-28sch_drr: make drr_qlen_notify() idempotentCong Wang1-3/+4
2025-08-28sch_htb: make htb_qlen_notify() idempotentCong Wang1-0/+2
2025-08-28net, hsr: reject HSR frame if skb can't hold tagJakub Acs1-1/+7
2025-08-28net: ncsi: Fix buffer overflow in fetching version idHari Kalavakunta2-1/+2
2025-08-28net: ipv4: fix incorrect MTU in broadcast routesOscar Maes1-1/+0
2025-08-28wifi: cfg80211: reject HTC bit for management framesJohannes Berg1-1/+2
2025-08-28sctp: linearize cloned gso packets in sctp_rcvXin Long1-1/+1
2025-08-28netfilter: ctnetlink: fix refcount leak on table dumpFlorian Westphal1-11/+13
2025-08-28udp: also consider secpath when evaluating ipsec use for checksummingSabrina Dubroca1-1/+1
2025-08-28netlink: avoid infinite retry looping in netlink_unicast()Fedor Pchelkin1-1/+1
2025-08-28vsock: Do not allow binding to VMADDR_PORT_ANYBudimir Markovic1-1/+2
2025-08-28net/packet: fix a race in packet_set_ring() and packet_notifier()Quang Le1-6/+6
2025-08-28ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet1-1/+3
2025-08-28netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski1-0/+7
2025-08-28bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon1-0/+3
2025-08-28netfilter: xt_nfacct: don't assume acct name is null-terminatedFlorian Westphal1-2/+2
2025-08-28Reapply "wifi: mac80211: Update skb's control block key in ieee80211_tx_deque...Remi Pommarel1-0/+1
2025-08-28wifi: mac80211: Check 802.11 encaps offloading in ieee80211_tx_h_select_key()Remi Pommarel1-0/+6
2025-08-28net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet1-8/+11
2025-08-28net/sched: Restrict conditions for adding duplicating netems to qdisc treeWilliam Liu1-0/+40
2025-08-28netfilter: nf_tables: adjust lockdep assertions handlingFedor Pchelkin1-2/+2
2025-08-28tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo1-1/+2
2025-08-28caif: reduce stack size, againArnd Bergmann1-150/+144