index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-16
netdev: avoid CFI problems with sock priv helpers
Jakub Kicinski
1
-2
/
+12
2025-01-15
Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'
Jakub Kicinski
2
-22
/
+80
2025-01-15
net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)
Eric Dumazet
1
-2
/
+1
2025-01-15
net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)
Eric Dumazet
1
-0
/
+3
2025-01-15
net: no longer hold RTNL while calling flush_all_backlogs()
Eric Dumazet
1
-3
/
+28
2025-01-15
net: no longer assume RTNL is held in flush_all_backlogs()
Eric Dumazet
1
-18
/
+35
2025-01-15
net: expedite synchronize_net() for cleanup_net()
Eric Dumazet
2
-1
/
+15
2025-01-15
netdev-genl: remove rtnl_lock protection from NAPI ops
Jakub Kicinski
1
-10
/
+0
2025-01-15
net: protect NAPI config fields with netdev_lock()
Jakub Kicinski
1
-2
/
+3
2025-01-15
net: protect napi->irq with netdev_lock()
Jakub Kicinski
1
-1
/
+1
2025-01-15
net: protect threaded status of NAPI with netdev_lock()
Jakub Kicinski
2
-2
/
+34
2025-01-15
net: make netdev netlink ops hold netdev_lock()
Jakub Kicinski
3
-23
/
+27
2025-01-15
net: protect NAPI enablement with netdev_lock()
Jakub Kicinski
1
-7
/
+34
2025-01-15
net: protect netdev->napi_list with netdev_lock()
Jakub Kicinski
1
-5
/
+10
2025-01-15
net: add netdev->up protected by netdev_lock()
Jakub Kicinski
2
-2
/
+14
2025-01-15
net: add helpers for lookup and walking netdevs under netdev_lock()
Jakub Kicinski
2
-0
/
+126
2025-01-15
net: make netdev_lock() protect netdev->reg_state
Jakub Kicinski
1
-0
/
+6
2025-01-15
net: add netdev_lock() / netdev_unlock() helpers
Jakub Kicinski
1
-3
/
+3
2025-01-15
inet: ipmr: fix data-races
Eric Dumazet
3
-31
/
+31
2025-01-15
net: disallow setup single buffer XDP when tcp-data-split is enabled.
Taehee Yoo
1
-0
/
+15
2025-01-15
net: ethtool: add ring parameter filtering
Taehee Yoo
1
-0
/
+13
2025-01-15
net: devmem: add ring parameter filtering
Taehee Yoo
1
-0
/
+11
2025-01-15
net: ethtool: add support for configuring hds-thresh
Taehee Yoo
2
-4
/
+26
2025-01-15
net: ethtool: add hds_config member in ethtool_netdev_state
Taehee Yoo
2
-0
/
+24
2025-01-15
mptcp: fix for setting remote ipv4mapped address
Geliang Tang
1
-1
/
+1
2025-01-15
Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_sync
Mazin Al Haddad
1
-1
/
+11
2025-01-15
Bluetooth: Allow reset via sysfs
Hsin-chen Chuang
1
-0
/
+19
2025-01-15
Bluetooth: Get rid of cmd_timeout and use the reset callback
Hsin-chen Chuang
1
-2
/
+2
2025-01-15
Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc
Fedor Pchelkin
1
-1
/
+2
2025-01-15
Bluetooth: hci: Remove deadcode
Dr. David Alan Gilbert
2
-44
/
+0
2025-01-15
Bluetooth: MGMT: Mark LL Privacy as stable
Luiz Augusto von Dentz
2
-154
/
+31
2025-01-15
wifi: cfg80211: adjust allocation of colocated AP data
Dmitry Antipov
1
-3
/
+1
2025-01-15
wifi: mac80211: fix memory leak in ieee80211_mgd_assoc_ml_reconf()
Dan Carpenter
1
-2
/
+4
2025-01-15
saner replacement for debugfs_rename()
Al Viro
3
-20
/
+5
2025-01-14
net: netpoll: ensure skb_pool list is always initialized
John Sperbeck
1
-5
/
+5
2025-01-14
socket: Remove unused kernel_sendmsg_locked
Dr. David Alan Gilbert
1
-28
/
+0
2025-01-14
mptcp: fix spurious wake-up on under memory pressure
Paolo Abeni
1
-2
/
+7
2025-01-14
mptcp: be sure to send ack when mptcp-level window re-opens
Paolo Abeni
1
-2
/
+4
2025-01-14
Bluetooth: iso: Allow BIG re-sync
Iulia Tanasescu
1
-0
/
+36
2025-01-14
tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counter
Eric Dumazet
2
-3
/
+5
2025-01-14
tcp: add TCP_RFC7323_PAWS_ACK drop reason
Eric Dumazet
1
-1
/
+9
2025-01-14
tcp: add drop_reason support to tcp_disordered_ack()
Eric Dumazet
1
-34
/
+43
2025-01-14
net: pse-pd: Split ethtool_get_status into multiple callbacks
Kory Maincent
1
-4
/
+4
2025-01-14
vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]
Stefano Garzarella
1
-0
/
+9
2025-01-14
vsock: reset socket state when de-assigning the transport
Stefano Garzarella
1
-0
/
+9
2025-01-14
vsock/virtio: cancel close work in the destructor
Stefano Garzarella
1
-8
/
+21
2025-01-14
vsock/bpf: return early if transport is not assigned
Stefano Garzarella
1
-0
/
+9
2025-01-14
vsock/virtio: discard packets if the transport changes
Stefano Garzarella
1
-2
/
+5
2025-01-14
net: hsr: Create and export hsr_get_port_ndev()
MD Danish Anwar
2
-9
/
+13
2025-01-14
net: ti: icssg-prueth: Add Multicast Filtering support for VLAN in MAC mode
MD Danish Anwar
1
-3
/
+4
[prev]
[next]