index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
2025-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4
Alexei Starovoitov
2025-04-28
net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid
Christian Brauner
2025-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-04-23
net: Fix wild-memory-access in __register_pernet_operations() when CONFIG_NET...
Kuniyuki Iwashima
2025-04-22
xdp: create locked/unlocked instances of xdp redirect target setters
Joshua Washington
2025-04-22
net: Drop hold_rtnl arg from ops_undo_list().
Kuniyuki Iwashima
2025-04-22
net: lwtunnel: disable BHs when required
Justin Iurman
2025-04-22
net: selftests: initialize TCP header and skb payload with zero
Oleksij Rempel
2025-04-21
net: Use nlmsg_payload in rtnetlink file
Breno Leitao
2025-04-21
net: Use nlmsg_payload in neighbour file
Breno Leitao
2025-04-21
net: fix the missing unlock for detached devices
Jakub Kicinski
2025-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
2025-04-17
netdev: fix the locking for netdev notifications
Jakub Kicinski
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-04-17
Merge tag 'net-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2025-04-17
net: pktgen: fix code style (WARNING: Prefer strscpy over strcpy)
Peter Seiderer
2025-04-17
net: pktgen: fix code style (WARNING: please, no space before tabs)
Peter Seiderer
2025-04-17
net: pktgen: fix code style (ERROR: else should follow close brace '}')
Peter Seiderer
2025-04-17
skb: implement skb_send_sock_locked_with_flags()
Antonio Quartulli
2025-04-17
net, pidfd: report EINVAL for ESRCH
Christian Brauner
2025-04-16
net: don't try to ops lock uninitialized devs
Jakub Kicinski
2025-04-15
net: fib_rules: Fix iif / oif matching on L3 master device
Ido Schimmel
2025-04-15
net: fib_rules: Use nlmsg_payload in fib_{new,del}rule()
Breno Leitao
2025-04-15
net: fib_rules: Use nlmsg_payload in fib_valid_dumprule_req
Breno Leitao
2025-04-15
rtnetlink: Use nlmsg_payload in valid_fdb_dump_strict
Breno Leitao
2025-04-15
neighbour: Use nlmsg_payload in neigh_valid_get_req
Breno Leitao
2025-04-15
neighbour: Use nlmsg_payload in neightbl_valid_dump_info
Breno Leitao
2025-04-14
net: Remove ->exit_batch_rtnl().
Kuniyuki Iwashima
2025-04-14
net: Add ->exit_rtnl() hook to struct pernet_operations.
Kuniyuki Iwashima
2025-04-14
net: Add ops_undo_single for module load/unload.
Kuniyuki Iwashima
2025-04-14
net: Factorise setup_net() and cleanup_net().
Kuniyuki Iwashima
2025-04-14
page_pool: Track DMA-mapped pages and unmap them when destroying the pool
Toke Høiland-Jørgensen
2025-04-14
page_pool: Move pp_magic check into helper functions
Toke Høiland-Jørgensen
2025-04-14
net: pktgen: fix code style (WARNING: quoted string split across lines)
Peter Seiderer
2025-04-14
net: pktgen: fix code style (WARNING: macros should not use a trailing semico...
Peter Seiderer
2025-04-14
net: pktgen: fix code style (WARNING: Missing a blank line after declarations)
Peter Seiderer
2025-04-14
net: pktgen: fix code style (WARNING: Block comments)
Peter Seiderer
2025-04-14
net: pktgen: fix code style (WARNING: suspect code indent for conditional sta...
Peter Seiderer
2025-04-14
net: pktgen: fix code style (ERROR: space prohibited after that '&')
Peter Seiderer
2025-04-14
net: pktgen: fix code style (ERROR: "foo * bar" should be "foo *bar")
Peter Seiderer
2025-04-14
net: convert dev->rtnl_link_state to a bool
Jakub Kicinski
2025-04-14
net: don't mix device locking in dev_close_many() calls
Jakub Kicinski
2025-04-12
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2025-04-11
net: Unexport shared functions for DCCP.
Kuniyuki Iwashima
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
2025-04-11
sock: Correct error checking condition for (assign|release)_proto_idx()
Zijun Hu
2025-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-04-10
Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2025-04-09
bpf: support SKF_NET_OFF and SKF_LL_OFF on skb frags
Willem de Bruijn
2025-04-09
bpf, sockmap: Fix panic when calling skb_linearize
Jiayuan Chen
[prev]
[next]