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
/
core
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-27
xsk: add missing virtual address conversion for page
Bui Quang Minh
1
-2
/
+1
2025-05-27
net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storage
Kees Cook
2
-4
/
+7
2025-05-27
rtnetlink: do_setlink: Use struct sockaddr_storage
Kees Cook
1
-15
/
+4
2025-05-27
net: core: Convert dev_set_mac_address() to struct sockaddr_storage
Kees Cook
2
-3
/
+4
2025-05-27
net: core: Switch netif_set_mac_address() to struct sockaddr_storage
Kees Cook
3
-8
/
+8
2025-05-27
net: core: Convert inet_addr_is_any() to sockaddr_storage
Kees Cook
1
-4
/
+4
2025-05-26
net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connected_output()
Qiu Yutan
1
-2
/
+2
2025-05-26
net: devmem: support single IOV with sendmsg
Stanislav Fomichev
1
-1
/
+2
2025-05-23
af_unix: Introduce SO_PASSRIGHTS.
Kuniyuki Iwashima
1
-0
/
+14
2025-05-23
af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.
Kuniyuki Iwashima
2
-36
/
+37
2025-05-23
net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.
Kuniyuki Iwashima
1
-0
/
+18
2025-05-23
tcp: Restrict SO_TXREHASH to TCP socket.
Kuniyuki Iwashima
1
-0
/
+5
2025-05-23
scm: Move scm_recv() from scm.h to scm.c.
Kuniyuki Iwashima
1
-0
/
+123
2025-05-21
net: add debug checks in ____napi_schedule() and napi_poll()
Eric Dumazet
1
-2
/
+8
2025-05-21
net: remove skb_copy_and_hash_datagram_iter()
Eric Biggers
1
-37
/
+0
2025-05-21
net: add skb_copy_and_crc32c_datagram_iter()
Eric Biggers
1
-0
/
+33
2025-05-21
net: fold __skb_checksum() into skb_checksum()
Eric Biggers
1
-52
/
+7
2025-05-21
net: use skb_crc32c() in skb_crc32c_csum_help()
Eric Biggers
1
-5
/
+3
2025-05-21
net: add skb_crc32c()
Eric Biggers
1
-0
/
+73
2025-05-21
net: introduce CONFIG_NET_CRC32C
Eric Biggers
1
-0
/
+2
2025-05-20
inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().
Kuniyuki Iwashima
1
-12
/
+3
2025-05-20
selftests: net: validate team flags propagation
Stanislav Fomichev
1
-1
/
+9
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-0
/
+22
2025-05-15
net: devmem: fix kernel panic when netlink socket close after module unload
Taehee Yoo
3
-0
/
+20
2025-05-15
xdp: Use nested-BH locking for system_page_pool
Sebastian Andrzej Siewior
2
-10
/
+20
2025-05-15
net: dst_cache: Use nested-BH locking for dst_cache::cache
Sebastian Andrzej Siewior
1
-3
/
+27
2025-05-15
net: page_pool: Don't recycle into cache on PREEMPT_RT
Sebastian Andrzej Siewior
1
-0
/
+4
2025-05-13
net: check for driver support in netmem TX
Mina Almasry
3
-2
/
+45
2025-05-13
net: devmem: Implement TX path
Mina Almasry
6
-42
/
+279
2025-05-13
net: devmem: TCP tx netlink api
Stanislav Fomichev
3
-0
/
+20
2025-05-13
net: add get_netmem/put_netmem support
Mina Almasry
3
-0
/
+60
2025-05-13
netmem: add niov->type attribute to distinguish different net_iov types
Mina Almasry
1
-1
/
+2
2025-05-12
net: Lock lower level devices when updating features
Cosmin Ratiu
1
-0
/
+2
2025-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-33
/
+78
2025-05-08
net: export a helper for adding up queue stats
Jakub Kicinski
1
-19
/
+50
2025-05-07
bpf: Scrub packet on bpf_redirect_peer
Paul Chaignon
1
-0
/
+1
2025-05-06
net: add missing instance lock to dev_set_promiscuity
Stanislav Fomichev
2
-13
/
+24
2025-05-06
net: Lock netdevices during dev_shutdown
Cosmin Ratiu
1
-1
/
+3
2025-04-29
xsk: convert xdp_copy_frags_from_zc() to use page_pool_dev_alloc()
Bui Quang Minh
1
-7
/
+7
2025-04-29
xsk: respect the offsets when copying frags
Bui Quang Minh
1
-3
/
+4
2025-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-14
/
+39
2025-04-23
net: Fix wild-memory-access in __register_pernet_operations() when CONFIG_NET_NS=n.
Kuniyuki Iwashima
1
-6
/
+6
2025-04-22
xdp: create locked/unlocked instances of xdp redirect target setters
Joshua Washington
1
-4
/
+21
2025-04-22
net: Drop hold_rtnl arg from ops_undo_list().
Kuniyuki Iwashima
1
-6
/
+8
2025-04-22
net: lwtunnel: disable BHs when required
Justin Iurman
1
-6
/
+20
2025-04-22
net: selftests: initialize TCP header and skb payload with zero
Oleksij Rempel
1
-5
/
+13
2025-04-21
net: Use nlmsg_payload in rtnetlink file
Breno Leitao
1
-13
/
+12
2025-04-21
net: Use nlmsg_payload in neighbour file
Breno Leitao
1
-2
/
+2
2025-04-21
net: fix the missing unlock for detached devices
Jakub Kicinski
1
-3
/
+6
2025-04-17
netdev: fix the locking for netdev notifications
Jakub Kicinski
2
-1
/
+7
[next]