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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-19
net: fib_rules: Add flow label selector attributes
Ido Schimmel
1
-0
/
+2
2024-12-18
netdev-genl: avoid empty messages in queue dump
Jakub Kicinski
1
-2
/
+2
2024-12-17
rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().
Kuniyuki Iwashima
1
-2
/
+3
2024-12-17
net: page_pool: rename page_pool_is_last_ref()
Jakub Kicinski
1
-1
/
+1
2024-12-16
sock: Introduce SO_RCVPRIORITY socket option
Anna Emese Nyiri
1
-0
/
+8
2024-12-16
sock: support SO_PRIORITY cmsg
Anna Emese Nyiri
1
-0
/
+7
2024-12-16
sock: Introduce sk_set_prio_allowed helper function
Anna Emese Nyiri
1
-3
/
+8
2024-12-16
netdev: fix repeated netlink messages in queue stats
Jakub Kicinski
1
-2
/
+2
2024-12-16
netdev: fix repeated netlink messages in queue dump
Jakub Kicinski
1
-7
/
+4
2024-12-16
net: Add the possibility to support a selected hwtstamp in netdevice
Kory Maincent
2
-7
/
+86
2024-12-16
net: Make net_hwtstamp_validate accessible
Kory Maincent
2
-1
/
+2
2024-12-16
net: Make dev_get_hwtstamp_phylib accessible
Kory Maincent
2
-2
/
+4
2024-12-14
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2
-37
/
+32
2024-12-12
page_pool: disable sync for cpu for dmabuf memory provider
Mina Almasry
2
-0
/
+2
2024-12-12
page_pool: Set `dma_sync` to false for devmem memory provider
Samiullah Khawaja
2
-5
/
+7
2024-12-12
net: page_pool: rename page_pool_alloc_netmem to *_netmems
Mina Almasry
1
-4
/
+4
2024-12-12
xdp: make __xdp_return() MP-agnostic
Alexander Lobakin
2
-34
/
+22
2024-12-12
xdp: get rid of xdp_frame::mem.id
Alexander Lobakin
2
-20
/
+20
2024-12-12
page_pool: allow mixing PPs within one bulk
Alexander Lobakin
2
-64
/
+72
2024-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+22
2024-12-10
rtnetlink: switch rtnl_fdb_dump() to for_each_netdev_dump()
Eric Dumazet
1
-57
/
+35
2024-12-10
rtnetlink: add ndo_fdb_dump_context
Eric Dumazet
1
-12
/
+14
2024-12-10
net: pktgen: Use kthread_create_on_cpu()
Frederic Weisbecker
1
-5
/
+2
2024-12-10
bpf: consider that tail calls invalidate packet pointers
Eduard Zingerman
1
-0
/
+2
2024-12-10
bpf: refactor bpf_helper_changes_pkt_data to use helper number
Eduard Zingerman
1
-34
/
+27
2024-12-10
bpf, sockmap: Fix race between element replace and close()
Michal Luczaj
1
-3
/
+2
2024-12-10
bpf, sockmap: Fix update element with same
Michal Luczaj
1
-0
/
+1
2024-12-07
rtnetlink: fix error code in rtnl_newlink()
Dan Carpenter
1
-1
/
+3
2024-12-06
net: defer final 'struct net' free in netns dismantle
Eric Dumazet
1
-1
/
+19
2024-12-05
page_pool: make page_pool_put_page_bulk() handle array of netmems
Alexander Lobakin
2
-18
/
+18
2024-12-05
xdp: register system page pool as an XDP memory model
Toke Høiland-Jørgensen
1
-1
/
+9
2024-12-05
xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()
Alexander Lobakin
1
-0
/
+3
2024-12-05
xdp: allow attaching already registered memory model to xdp_rxq_info
Alexander Lobakin
1
-0
/
+56
2024-12-05
bpf, xdp: constify some bpf_prog * function arguments
Alexander Lobakin
3
-19
/
+22
2024-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-28
/
+41
2024-12-05
net: avoid potential UAF in default_operstate()
Eric Dumazet
1
-1
/
+6
2024-12-04
netpoll: Make netpoll_send_udp return status instead of void
Maksym Kutsevol
1
-3
/
+3
2024-12-04
netpoll: Use rtnl_dereference() for npinfo pointer access
Breno Leitao
1
-2
/
+2
2024-12-03
net: Make napi_hash_lock irq safe
Joe Damato
1
-6
/
+12
2024-12-03
rtnetlink: fix double call of rtnl_link_get_net_ifla()
Cong Wang
1
-21
/
+23
2024-11-24
rtnetlink: fix rtnl_dump_ifinfo() error path
Eric Dumazet
1
-4
/
+10
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
23
-789
/
+1582
2024-11-21
Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-3
/
+3
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2024-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
3
-3
/
+5
2024-11-18
bpf: fix recursive lock when verdict program return SK_PASS
Jiayuan Chen
1
-2
/
+2
2024-11-18
netpoll: Use rcu_access_pointer() in __netpoll_setup
Breno Leitao
1
-1
/
+1
2024-11-18
net/neighbor: clear error in case strict check is not set
Jakub Kicinski
1
-0
/
+1
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-6
/
+4
2024-11-15
ndo_fdb_del: Add a parameter to report whether notification was sent
Petr Machata
1
-3
/
+8
[prev]
[next]