index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
net: dsa: microchip: linearize skb for tail-tagging switches
Jakob Unterwurzacher
1
-4
/
+15
6 days
net: dsa: microchip: update tag_ksz masks for KSZ9477 family
Pieter Van Trappen
1
-2
/
+3
6 days
batman-adv: fix OOB read/write in network-coding decode
Stanislav Fort
1
-1
/
+6
6 days
net: atm: fix memory leak in atm_register_sysfs when device_register fail
Wang Liang
1
-2
/
+4
6 days
ax25: properly unshare skbs in ax25_kiss_rcv()
Eric Dumazet
1
-0
/
+4
6 days
ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()
Dan Carpenter
1
-4
/
+3
6 days
icmp: fix icmp_ndo_send address translation for reply direction
Fabian Bläse
2
-4
/
+8
6 days
Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()
Kuniyuki Iwashima
1
-0
/
+3
6 days
netfilter: conntrack: helper: Replace -EEXIST by -EBUSY
Phil Sutter
1
-2
/
+2
6 days
wifi: cfg80211: fix use-after-free in cmp_bss()
Dmitry Antipov
1
-1
/
+2
11 days
sctp: initialize more fields in sctp_v6_from_sk()
Eric Dumazet
1
-0
/
+2
11 days
atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().
Kuniyuki Iwashima
1
-3
/
+12
11 days
Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalanced
Luiz Augusto von Dentz
1
-1
/
+11
11 days
net: ipv4: fix regression in local-broadcast routes
Oscar Maes
1
-3
/
+7
2025-08-28
netfilter: nf_reject: don't leak dst refcount for loopback packets
Florian Westphal
2
-7
/
+4
2025-08-28
netfilter: nft_reject_inet: allow to use reject from inet ingress
Pablo Neira Ayuso
3
-5
/
+20
2025-08-28
netfilter: nft_reject: unify reject init and dump into nft_reject
Jose M. Guisado Gomez
3
-117
/
+15
2025-08-28
net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...
William Liu
1
-1
/
+1
2025-08-28
net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit
William Liu
1
-2
/
+12
2025-08-28
ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_add
Minhong He
1
-0
/
+3
2025-08-28
net/sched: ets: use old 'nbands' while purging unused classes
Davide Caratti
1
-5
/
+6
2025-08-28
net_sched: sch_ets: implement lockless ets_dump()
Eric Dumazet
1
-11
/
+14
2025-08-28
net/sched: sch_ets: properly init all active DRR list handles
Davide Caratti
1
-3
/
+9
2025-08-28
sch_htb: make htb_deactivate() idempotent
Cong Wang
1
-9
/
+6
2025-08-28
codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()
Cong Wang
2
-8
/
+3
2025-08-28
sch_qfq: make qfq_qlen_notify() idempotent
Cong Wang
1
-2
/
+5
2025-08-28
sch_hfsc: make hfsc_qlen_notify() idempotent
Cong Wang
1
-2
/
+6
2025-08-28
sch_drr: make drr_qlen_notify() idempotent
Cong Wang
1
-3
/
+4
2025-08-28
sch_htb: make htb_qlen_notify() idempotent
Cong Wang
1
-0
/
+2
2025-08-28
net, hsr: reject HSR frame if skb can't hold tag
Jakub Acs
1
-1
/
+7
2025-08-28
net: ncsi: Fix buffer overflow in fetching version id
Hari Kalavakunta
2
-1
/
+2
2025-08-28
net: ipv4: fix incorrect MTU in broadcast routes
Oscar Maes
1
-1
/
+0
2025-08-28
wifi: cfg80211: reject HTC bit for management frames
Johannes Berg
1
-1
/
+2
2025-08-28
sctp: linearize cloned gso packets in sctp_rcv
Xin Long
1
-1
/
+1
2025-08-28
netfilter: ctnetlink: fix refcount leak on table dump
Florian Westphal
1
-11
/
+13
2025-08-28
udp: also consider secpath when evaluating ipsec use for checksumming
Sabrina Dubroca
1
-1
/
+1
2025-08-28
netlink: avoid infinite retry looping in netlink_unicast()
Fedor Pchelkin
1
-1
/
+1
2025-08-28
vsock: Do not allow binding to VMADDR_PORT_ANY
Budimir Markovic
1
-1
/
+2
2025-08-28
net/packet: fix a race in packet_set_ring() and packet_notifier()
Quang Le
1
-6
/
+6
2025-08-28
ipv6: reject malicious packets in ipv6_gso_segment()
Eric Dumazet
1
-1
/
+3
2025-08-28
netpoll: prevent hanging NAPI when netcons gets enabled
Jakub Kicinski
1
-0
/
+7
2025-08-28
bpf: Check flow_dissector ctx accesses are aligned
Paul Chaignon
1
-0
/
+3
2025-08-28
netfilter: xt_nfacct: don't assume acct name is null-terminated
Florian Westphal
1
-2
/
+2
2025-08-28
Reapply "wifi: mac80211: Update skb's control block key in ieee80211_tx_deque...
Remi Pommarel
1
-0
/
+1
2025-08-28
wifi: mac80211: Check 802.11 encaps offloading in ieee80211_tx_h_select_key()
Remi Pommarel
1
-0
/
+6
2025-08-28
net_sched: act_ctinfo: use atomic64_t for three counters
Eric Dumazet
1
-8
/
+11
2025-08-28
net/sched: Restrict conditions for adding duplicating netems to qdisc tree
William Liu
1
-0
/
+40
2025-08-28
netfilter: nf_tables: adjust lockdep assertions handling
Fedor Pchelkin
1
-2
/
+2
2025-08-28
tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK range
xin.guo
1
-1
/
+2
2025-08-28
caif: reduce stack size, again
Arnd Bergmann
1
-150
/
+144
[next]