index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-28
net/handshake: Close the submit-side sock_hold race
Chuck Lever
1
-12
/
+0
2026-05-28
net/handshake: hand off the pinned file reference to accept_doit
Chuck Lever
3
-5
/
+28
2026-05-28
net/handshake: Take a long-lived file reference at submit
Chuck Lever
3
-13
/
+37
2026-05-28
net/handshake: Pass negative errno through handshake_complete()
Chuck Lever
7
-8
/
+10
2026-05-28
net/handshake: Use spin_lock_bh for hn_lock
Chuck Lever
3
-9
/
+11
2026-05-28
net: skbuff: fix missing zerocopy reference in pskb_carve helpers
Minh Nguyen
1
-0
/
+4
2026-05-28
net/sched: act_mirred: Fix return code in early mirred redirect error paths
Victor Nogueira
1
-5
/
+13
2026-05-28
net/sched: act_mirred: Fix blockcast recursion bypass leading to stack overflow
Kito Xu (veritas501)
1
-7
/
+11
2026-05-28
net/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loop
Jamal Hadi Salim
1
-17
/
+30
2026-05-28
net/sched: fix packet loop on netem when duplicate is on
Jamal Hadi Salim
1
-4
/
+3
2026-05-28
net/sched: Revert "net/sched: Restrict conditions for adding duplicating nete...
Jamal Hadi Salim
1
-40
/
+0
2026-05-28
wifi: cfg80211: use strscpy in cfg80211_wext_giwname
Thorsten Blum
1
-1
/
+2
2026-05-28
wifi: mac80211: fix channel evacuation logic
Miri Korenblit
3
-13
/
+75
2026-05-28
wifi: mac80211: refactor ieee80211_nan_try_evacuate
Miri Korenblit
2
-26
/
+54
2026-05-28
wifi: mac80211: add an option to filter out a channel in combinations check
Miri Korenblit
2
-17
/
+51
2026-05-28
wifi: nl80211: re-check wiphy netns in testmode and vendor dump continuations
Maoyi Xie
1
-0
/
+19
2026-05-28
wifi: mac80211: add KUnit coverage for negotiated TTLM parser
Michael Bommarito
5
-2
/
+186
2026-05-27
ipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress()
Rahul Chandelkar
1
-1
/
+1
2026-05-27
net: sch_fq: update flow delivery time on earlier EDT packet
Willem de Bruijn
1
-4
/
+30
2026-05-27
net/sched: cls_bpf: prevent unbounded recursion in offload rollback
Jiayuan Chen
1
-4
/
+6
2026-05-27
ethtool: eeprom: add more safeties to EEPROM Netlink fallback
Jakub Kicinski
1
-1
/
+4
2026-05-27
ethtool: eeprom: add missing ethnl_ops_begin() / _complete() during fallback
Jakub Kicinski
1
-3
/
+2
2026-05-27
ethtool: strset: fix header attribute index in ethnl_req_get_phydev()
Jakub Kicinski
1
-1
/
+1
2026-05-27
ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failure
Jakub Kicinski
1
-4
/
+2
2026-05-27
ethtool: tsinfo: fix uninitialized stats on the by-PHC path
Jakub Kicinski
1
-0
/
+13
2026-05-27
ethtool: tsconfig: fix missing ethnl_ops_complete()
Jakub Kicinski
1
-2
/
+4
2026-05-27
ethtool: pse-pd: fix missing ethnl_ops_complete()
Jakub Kicinski
1
-5
/
+5
2026-05-27
ethtool: linkstate: fix unbalanced ethnl_ops_complete() on PHY lookup error
Jakub Kicinski
1
-4
/
+2
2026-05-27
ethtool: tsconfig: fix reply error handling
Jakub Kicinski
1
-2
/
+7
2026-05-27
ethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILES
Jakub Kicinski
1
-0
/
+6
2026-05-27
net: page_pool: silence static analysis warnings in page_pool_nl_stats_fill()
Zhao Dongdong
1
-0
/
+2
2026-05-27
ipv6: frags: cleanup __IP6_INC_STATS() confusion
Eric Dumazet
1
-25
/
+21
2026-05-27
bridge: Fix sleep in atomic context in sysfs path
Ido Schimmel
2
-9
/
+22
2026-05-27
bridge: Fix sleep in atomic context in netlink path
Ido Schimmel
1
-10
/
+7
2026-05-27
ipv6: mcast: annotate data-races around mca_users
Yuyang Huang
1
-4
/
+7
2026-05-27
net/dns_resolver: consolidate namelen checks in dns_query
Thorsten Blum
1
-3
/
+1
2026-05-27
Bluetooth: hci_sync: fix UAF in hci_le_create_cis_sync
Doruk Tan Ozturk
1
-1
/
+3
2026-05-27
Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt()
Zhao Dongdong
1
-0
/
+2
2026-05-27
Bluetooth: HIDP: fix missing length checks in hidp_input_report()
Muhammad Bilal
1
-5
/
+18
2026-05-27
Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen()
Siwei Zhang
1
-7
/
+9
2026-05-27
Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout() on !conn
Siwei Zhang
1
-1
/
+3
2026-05-27
Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()
Pavitra Jha
1
-1
/
+3
2026-05-26
rtnetlink: add RTEXT_FILTER_NAME_ONLY support to rtnl_dump_ifinfo()
Eric Dumazet
1
-4
/
+15
2026-05-26
rtnetlink: do not assume RTNL is held in link_master_filtered()
Eric Dumazet
1
-6
/
+8
2026-05-26
rtnetlink: do not acquire RTNL in rtnl_getlink() with RTEXT_FILTER_NAME_ONLY
Eric Dumazet
1
-27
/
+67
2026-05-26
net: defer netdev_name_node_alt_flush() call to netdev_run_todo()
Eric Dumazet
1
-2
/
+2
2026-05-26
rtnetlink: use nla_nest_end_safe() in rtnl_fill_prop_list()
Eric Dumazet
1
-1
/
+4
2026-05-26
ipv6: validate extension header length before copying to cmsg
Qi Tang
1
-8
/
+46
2026-05-26
net: hsr: require valid EOT supervision TLV
Luka Gejak
1
-1
/
+1
2026-05-26
Merge tag 'nfc-7.1-rc6' of https://codeberg.org/linux-nfc/linux
Jakub Kicinski
4
-0
/
+33
[prev]
[next]