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
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-08
virtio-net: fix total qstat values
Jakub Kicinski
1
-0
/
+4
2025-05-08
net: export a helper for adding up queue stats
Jakub Kicinski
2
-19
/
+56
2025-05-08
fbnic: Do not allow mailbox to toggle to ready outside fbnic_mbx_poll_tx_ready
Alexander Duyck
1
-17
/
+10
2025-05-08
fbnic: Pull fbnic_fw_xmit_cap_msg use out of interrupt context
Alexander Duyck
1
-27
/
+16
2025-05-08
fbnic: Improve responsiveness of fbnic_mbx_poll_tx_ready
Alexander Duyck
1
-8
/
+11
2025-05-08
fbnic: Cleanup handling of completions
Alexander Duyck
1
-0
/
+17
2025-05-08
fbnic: Actually flush_tx instead of stalling out
Alexander Duyck
1
-15
/
+16
2025-05-08
fbnic: Add additional handling of IRQs
Alexander Duyck
4
-59
/
+110
2025-05-08
fbnic: Gate AXI read/write enabling on FW mailbox
Alexander Duyck
3
-13
/
+33
2025-05-08
fbnic: Fix initialization of mailbox descriptor rings
Alexander Duyck
1
-9
/
+23
2025-05-07
net: dsa: b53: do not set learning and unicast/multicast on up
Jonas Gorski
3
-8
/
+15
2025-05-07
net: dsa: b53: fix learning on VLAN unaware bridges
Jonas Gorski
1
-1
/
+1
2025-05-07
net: dsa: b53: fix toggling vlan_filtering
Jonas Gorski
2
-31
/
+75
2025-05-07
net: dsa: b53: do not program vlans when vlan filtering is off
Jonas Gorski
1
-20
/
+28
2025-05-07
net: dsa: b53: do not allow to configure VLAN 0
Jonas Gorski
1
-9
/
+27
2025-05-07
net: dsa: b53: always rejoin default untagged VLAN on bridge leave
Jonas Gorski
1
-5
/
+5
2025-05-07
net: dsa: b53: fix VLAN ID for untagged vlan on bridge leave
Jonas Gorski
1
-1
/
+2
2025-05-07
net: dsa: b53: fix flushing old pvid VLAN on pvid change
Jonas Gorski
1
-1
/
+1
2025-05-07
net: dsa: b53: fix clearing PVID of a port
Jonas Gorski
1
-2
/
+11
2025-05-07
net: dsa: b53: keep CPU port always tagged again
Jonas Gorski
1
-0
/
+8
2025-05-07
net: dsa: b53: allow leaky reserved multicast
Jonas Gorski
1
-2
/
+4
2025-05-07
net: ibmveth: Refactored veth_pool_store for better maintainability
Dave Marquardt
1
-44
/
+67
2025-05-07
netlink: specs: rt-link: remove implicit structs from devconf
Jakub Kicinski
1
-97
/
+10
2025-05-07
netlink: specs: remove implicit structs for SNMP counters
Jakub Kicinski
1
-48
/
+12
2025-05-07
netlink: specs: ovs: correct struct names
Jakub Kicinski
2
-9
/
+6
2025-05-07
netlink: specs: nl80211: drop structs which are not uAPI
Jakub Kicinski
1
-68
/
+0
2025-05-07
tools: ynl-gen: move the count into a presence struct too
Jakub Kicinski
2
-21
/
+16
2025-05-07
tools: ynl-gen: split presence metadata
Jakub Kicinski
4
-28
/
+28
2025-05-07
tools: ynl-gen: rename basic presence from 'bit' to 'present'
Jakub Kicinski
1
-6
/
+6
2025-05-07
net: ti: icssg-prueth: Report BQL before sending XDP packets
Meghana Malladi
1
-1
/
+7
2025-05-07
net: ti: icssg-prueth: Fix kernel panic during concurrent Tx queue access
Meghana Malladi
2
-2
/
+12
2025-05-07
net: ti: icssg-prueth: Set XDP feature flags for ndev
Meghana Malladi
1
-5
/
+4
2025-05-07
bpf: Clarify handling of mark and tstamp by redirect_peer
Paul Chaignon
2
-0
/
+6
2025-05-07
bpf: Scrub packet on bpf_redirect_peer
Paul Chaignon
1
-0
/
+1
2025-05-07
net: airoha: Add missing field to ppe_mbox_data struct
Lorenzo Bianconi
1
-4
/
+6
2025-05-07
openvswitch: Fix unsafe attribute parsing in output_userspace()
Eelco Chaudron
1
-2
/
+1
2025-05-07
netfilter: ipset: fix region locking in hash types
Jozsef Kadlecsik
1
-1
/
+1
2025-05-07
ipvs: fix uninit-value for saddr in do_output_route4
Julian Anastasov
1
-19
/
+8
2025-05-07
net: usb: lan78xx: Extract flow control configuration to helper
Oleksij Rempel
1
-18
/
+87
2025-05-07
net: usb: lan78xx: Refactor USB link power configuration into helper
Oleksij Rempel
1
-31
/
+59
2025-05-07
net: usb: lan78xx: Extract PHY interrupt acknowledgment to helper
Oleksij Rempel
1
-1
/
+15
2025-05-07
net: usb: lan78xx: move LED DT configuration to helper
Oleksij Rempel
1
-26
/
+46
2025-05-07
net: usb: lan78xx: refactor PHY init to separate detection and MAC configuration
Oleksij Rempel
1
-46
/
+128
2025-05-07
net: usb: lan78xx: remove explicit check for missing PHY driver
Oleksij Rempel
1
-4
/
+0
2025-05-07
net: usb: lan78xx: Improve error handling in PHY initialization
Oleksij Rempel
1
-16
/
+31
2025-05-07
s390/pci: Fix duplicate pci_dev_put() in disable_slot() when PF has child VFs
Niklas Schnelle
1
-1
/
+0
2025-05-07
s390/pci: Fix missing check for zpci_create_device() error return
Niklas Schnelle
1
-0
/
+2
2025-05-06
net: add missing instance lock to dev_set_promiscuity
Stanislav Fomichev
3
-13
/
+25
2025-05-07
erofs: ensure the extra temporary copy is valid for shortened bvecs
Gao Xiang
1
-17
/
+14
2025-05-06
net: Lock netdevices during dev_shutdown
Cosmin Ratiu
1
-1
/
+3
[next]