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-04-14
rxrpc: Remove some socket lock acquire/release annotations
David Howells
3
-4
/
+5
2025-04-14
rxrpc: Pull out certain app callback funcs into an ops table
David Howells
4
-35
/
+32
2025-04-14
rxrpc: kdoc: Update function descriptions and add link from rxrpc.rst
David Howells
6
-16
/
+50
2025-04-14
net: Remove ->exit_batch_rtnl().
Kuniyuki Iwashima
1
-7
/
+1
2025-04-14
bridge: Convert br_net_exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
1
-9
/
+8
2025-04-14
xfrm: Convert xfrmi_exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
1
-19
/
+15
2025-04-14
ipv6: Convert tunnel devices' ->exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
4
-69
/
+27
2025-04-14
ipv4: ip_tunnel: Convert ip_tunnel_delete_nets() callers to ->exit_rtnl().
Kuniyuki Iwashima
4
-43
/
+27
2025-04-14
nexthop: Convert nexthop_net_exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
1
-8
/
+5
2025-04-14
net: Add ->exit_rtnl() hook to struct pernet_operations.
Kuniyuki Iwashima
1
-14
/
+39
2025-04-14
net: Add ops_undo_single for module load/unload.
Kuniyuki Iwashima
1
-30
/
+24
2025-04-14
net: Factorise setup_net() and cleanup_net().
Kuniyuki Iwashima
1
-55
/
+51
2025-04-14
page_pool: Track DMA-mapped pages and unmap them when destroying the pool
Toke Høiland-Jørgensen
2
-14
/
+95
2025-04-14
page_pool: Move pp_magic check into helper functions
Toke Høiland-Jørgensen
3
-16
/
+9
2025-04-14
net: openvswitch: fix nested key length validation in the set() action
Ilya Maximets
1
-1
/
+2
2025-04-14
net: bridge: mcast: Notify on mdb offload failure
Joseph Huang
3
-5
/
+34
2025-04-14
net: bridge: Add offload_fail_notification bopt
Joseph Huang
2
-0
/
+6
2025-04-14
net: bridge: mcast: Add offload failed mdb flag
Joseph Huang
3
-9
/
+22
2025-04-14
net: pktgen: fix code style (WARNING: quoted string split across lines)
Peter Seiderer
1
-4
/
+2
2025-04-14
net: pktgen: fix code style (WARNING: macros should not use a trailing semicolon)
Peter Seiderer
1
-3
/
+3
2025-04-14
net: pktgen: fix code style (WARNING: Missing a blank line after declarations)
Peter Seiderer
1
-0
/
+16
2025-04-14
net: pktgen: fix code style (WARNING: Block comments)
Peter Seiderer
1
-16
/
+23
2025-04-14
net: pktgen: fix code style (WARNING: suspect code indent for conditional statements)
Peter Seiderer
1
-1
/
+1
2025-04-14
net: pktgen: fix code style (ERROR: space prohibited after that '&')
Peter Seiderer
1
-1
/
+1
2025-04-14
net: pktgen: fix code style (ERROR: "foo * bar" should be "foo *bar")
Peter Seiderer
1
-4
/
+4
2025-04-14
net: convert dev->rtnl_link_state to a bool
Jakub Kicinski
2
-11
/
+10
2025-04-14
udp: properly deal with xfrm encap and ADDRFORM
Paolo Abeni
2
-5
/
+28
2025-04-14
net: don't mix device locking in dev_close_many() calls
Jakub Kicinski
1
-4
/
+13
2025-04-14
net: hsr: sync hw addr of slave2 according to slave1 hw addr on PRP
Fernando Fernandez Mancera
4
-0
/
+17
2025-04-14
espintcp: remove encap socket caching to avoid reference leak
Sabrina Dubroca
3
-93
/
+8
2025-04-14
espintcp: fix skb leaks
Sabrina Dubroca
3
-3
/
+9
2025-04-13
batman-adv: Drop unused net_namespace.h include
Sven Eckelmann
1
-1
/
+0
2025-04-13
batman-adv: Switch to crc32 header for crc32c
Sven Eckelmann
2
-2
/
+2
2025-04-12
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-36
/
+44
2025-04-11
tcp: Rename tcp_or_dccp_get_hashinfo().
Kuniyuki Iwashima
2
-11
/
+12
2025-04-11
net: Unexport shared functions for DCCP.
Kuniyuki Iwashima
6
-47
/
+20
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
43
-13586
/
+4
2025-04-11
net: mctp: Set SOCK_RCU_FREE
Matt Johnston
1
-0
/
+3
2025-04-11
ethtool: cmis_cdb: use correct rpl size in ethtool_cmis_module_poll()
Damodharam Ammepalli
1
-1
/
+1
2025-04-11
Merge tag 'wireless-2025-04-11' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
Jakub Kicinski
1
-0
/
+3
2025-04-11
Merge tag 'for-net-2025-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Jakub Kicinski
3
-5
/
+11
2025-04-11
sock: Correct error checking condition for (assign|release)_proto_idx()
Zijun Hu
1
-2
/
+2
2025-04-11
smc: Fix lockdep false-positive for IPPROTO_SMC.
Kuniyuki Iwashima
1
-0
/
+5
2025-04-11
Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()"
Johannes Berg
1
-1
/
+0
2025-04-11
xfrm: Remove unnecessary strscpy_pad() size arguments
Thorsten Blum
1
-5
/
+5
2025-04-10
ipv4: remove unnecessary judgment in ip_route_output_key_hash_rcu
Zhengchao Shao
1
-2
/
+1
2025-04-10
ipv6: add exception routes to GC list in rt6_insert_exception
Xin Long
1
-0
/
+1
2025-04-10
trace: tcp: Add tracepoint for tcp_sendmsg_locked()
Breno Leitao
1
-0
/
+2
2025-04-10
tcp: add LINUX_MIB_PAWS_TW_REJECTED counter
Jiayuan Chen
2
-1
/
+2
2025-04-10
tcp: add TCP_RFC7323_TW_PAWS drop reason
Jiayuan Chen
3
-4
/
+9
[prev]
[next]