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-09-09
ipv4: udp: fix typos in comments
Alok Tiwari
1
-3
/
+3
2025-09-09
xsk: Fix immature cq descriptor production
Maciej Fijalkowski
2
-14
/
+111
2025-09-09
tunnels: reset the GSO metadata before reusing the skb
Antoine Tenart
1
-0
/
+6
2025-09-09
hsr: use netdev_master_upper_dev_link() when linking lower ports
Hangbin Liu
1
-1
/
+4
2025-09-08
net: bridge: Bounce invalid boolopts
Petr Machata
1
-0
/
+7
2025-09-08
rds: ib: Remove unused extern definition
HÃ¥kon Bugge
1
-1
/
+0
2025-09-08
xfrm: snmp: do not use SNMP_MIB_SENTINEL anymore
Eric Dumazet
1
-6
/
+6
2025-09-08
tls: snmp: do not use SNMP_MIB_SENTINEL anymore
Eric Dumazet
1
-4
/
+6
2025-09-08
sctp: snmp: do not use SNMP_MIB_SENTINEL anymore
Eric Dumazet
1
-6
/
+6
2025-09-08
mptcp: snmp: do not use SNMP_MIB_SENTINEL anymore
Eric Dumazet
1
-6
/
+6
2025-09-08
ipv4: snmp: do not use SNMP_MIB_SENTINEL anymore
Eric Dumazet
1
-32
/
+33
2025-09-08
ipv6: snmp: do not track per idev ICMP6_MIB_RATELIMITHOST
Eric Dumazet
2
-3
/
+6
2025-09-08
ipv6: snmp: do not use SNMP_MIB_SENTINEL anymore
Eric Dumazet
1
-19
/
+24
2025-09-08
ipv6: snmp: remove icmp6type2name[]
Eric Dumazet
1
-22
/
+22
2025-09-08
genetlink: fix genl_bind() invoking bind() after -EPERM
Alok Tiwari
1
-0
/
+3
2025-09-08
net: mctp: fix typo in comment
Alok Tiwari
1
-1
/
+1
2025-09-06
SUNRPC: call xs_sock_process_cmsg for all cmsg
Justin Worrell
1
-3
/
+3
2025-09-06
Revert "SUNRPC: Don't allow waiting for exiting tasks"
Trond Myklebust
1
-2
/
+0
2025-09-05
batman-adv: remove includes for extern declarations
Sven Eckelmann
5
-3
/
+2
2025-09-05
batman-adv: keep skb crc32 helper local in BLA
Sven Eckelmann
3
-35
/
+34
2025-09-05
batman-adv: remove network coding support
Sven Eckelmann
15
-2302
/
+4
2025-09-05
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2025-09-04
net: call cond_resched() less often in __release_sock()
Eric Dumazet
1
-4
/
+8
2025-09-04
tcp: use tcp_eat_recv_skb in __tcp_close()
Eric Dumazet
1
-2
/
+2
2025-09-04
tcp: fix __tcp_close() to only send RST when required
Eric Dumazet
1
-4
/
+5
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
26
-100
/
+150
2025-09-04
net/smc: Improve log message for devices w/o pnetid
Alexandra Winter
2
-11
/
+20
2025-09-04
Merge tag 'nf-25-09-04' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
1
-11
/
+31
2025-09-04
wifi: mac80211: Fix 6 GHz Band capabilities element advertisement in lower bands
Ramya Gnanasekar
2
-1
/
+5
2025-09-04
wifi: mac80211: reduce the scope of rts_threshold
Miri Korenblit
1
-2
/
+3
2025-09-04
wifi: mac80211: reduce the scope of link_id
Miri Korenblit
1
-1
/
+2
2025-09-04
wifi: nl80211: strict checking attributes for NL80211_CMD_SET_BSS
Arend van Spriel
1
-7
/
+45
2025-09-04
wifi: drivers: indicate support for attributes in NL80211_CMD_SET_BSS
Arend van Spriel
1
-0
/
+8
2025-09-04
wifi: nl80211: allow drivers to support subset of NL80211_CMD_SET_BSS
Arend van Spriel
2
-2
/
+46
2025-09-04
wifi: nl80211: Add EHT fixed Tx rate support
Muna Sinada
1
-5
/
+224
2025-09-04
wifi: mac80211: consider links for validating SCAN_FLAG_AP in scan request during MLO
Aditya Kumar Singh
1
-4
/
+17
2025-09-04
wifi: mac80211: simplify return value handling of cfg80211_get_radio_idx_by_chan()
Aditya Kumar Singh
3
-33
/
+6
2025-09-04
wifi: cfg80211: fix return value in cfg80211_get_radio_idx_by_chan()
Aditya Kumar Singh
1
-1
/
+1
2025-09-04
wifi: mac80211: kunit: add kunit tests for S1G PVB decoding
Lachlan Hodges
2
-1
/
+357
2025-09-04
wifi: mac80211: support parsing S1G TIM PVB
Lachlan Hodges
2
-2
/
+3
2025-09-04
wifi: mac80211: support block bitmap S1G TIM encoding
Lachlan Hodges
4
-49
/
+154
2025-09-04
net: add helper to pre-check if PP for an Rx queue will be unreadable
Jakub Kicinski
1
-0
/
+9
2025-09-04
ipv6: sit: Add ipip6_tunnel_dst_find() for cleanup
Yue Haibing
1
-56
/
+48
2025-09-04
net: atm: fix memory leak in atm_register_sysfs when device_register fail
Wang Liang
1
-2
/
+4
2025-09-04
netfilter: nf_tables: Introduce NFTA_DEVICE_PREFIX
Phil Sutter
1
-11
/
+31
2025-09-03
ax25: properly unshare skbs in ax25_kiss_rcv()
Eric Dumazet
1
-0
/
+4
2025-09-03
mctp: return -ENOPROTOOPT for unknown getsockopt options
Alok Tiwari
1
-1
/
+1
2025-09-03
net/smc: Remove validation of reserved bits in CLC Decline message
Mahanta Jambigi
1
-2
/
+0
2025-09-03
ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()
Dan Carpenter
1
-4
/
+3
2025-09-03
net: lockless sock_i_ino()
Eric Dumazet
3
-24
/
+1
[prev]
[next]