index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: add rcu safety to rtnl_prop_list_size()
Eric Dumazet
2024-02-12
2
-7
/
+10
*
net-device: move lstats in net_device_read_txrx
Eric Dumazet
2024-02-12
1
-1
/
+2
*
net: Fix from address in memcpy_to_iter_csum()
Michael Lass
2024-02-02
1
-1
/
+1
*
xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL
Maciej Fijalkowski
2024-01-24
1
-0
/
+2
*
xsk: fix usage of multi-buffer BPF helpers for ZC XDP
Maciej Fijalkowski
2024-01-24
1
-6
/
+36
*
net: fix removing a namespace with conflicting altnames
Jakub Kicinski
2024-01-22
2
-0
/
+12
*
udp: fix busy polling
Eric Dumazet
2024-01-21
1
-2
/
+9
*
tcp: make sure init the accept_queue's spinlocks once
Zhengchao Shao
2024-01-19
1
-3
/
+0
*
Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2024-01-18
1
-7
/
+7
|
\
|
*
Revert "net: rtnetlink: Enslave device before bringing it up"
Nicolas Dichtel
2024-01-11
1
-7
/
+7
*
|
Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
2024-01-11
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
io_uring/unix: drop usage of io_uring socket
Jens Axboe
2023-12-19
1
-1
/
+1
|
*
Merge branch 'vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...
Jens Axboe
2023-12-12
1
-1
/
+1
|
|
\
|
*
\
Merge tag 'io_uring-6.7-2023-12-08' of git://git.kernel.dk/linux
Linus Torvalds
2023-12-08
1
-0
/
+6
|
|
\
\
|
|
*
|
io_uring/af_unix: disable sending io_uring over sockets
Pavel Begunkov
2023-12-07
1
-0
/
+6
*
|
|
|
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-01-11
23
-129
/
+1355
|
\
\
\
\
|
*
|
|
|
fib: rules: remove repeated assignment in fib_nl2rule
Zhengchao Shao
2024-01-07
1
-1
/
+0
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-01-04
1
-2
/
+10
|
|
\
\
\
\
|
*
|
|
|
|
Revert "Introduce PHY listing and link_topology tracking"
Jakub Kicinski
2024-01-04
1
-3
/
+0
|
*
|
|
|
|
net-device: move xdp_prog to net_device_read_rx
Eric Dumazet
2024-01-03
1
-1
/
+1
|
*
|
|
|
|
fib: remove unnecessary input parameters in fib_default_rule_add
Zhengchao Shao
2024-01-03
1
-2
/
+1
|
*
|
|
|
|
net-device: move gso_partial_features to net_device_read_tx
Eric Dumazet
2024-01-02
1
-1
/
+2
|
*
|
|
|
|
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
2024-01-01
1
-0
/
+3
|
*
|
|
|
|
genetlink: Use internal flags for multicast groups
Ido Schimmel
2023-12-29
1
-1
/
+1
|
*
|
|
|
|
net: pktgen: Use wait_event_freezable_timeout() for freezable kthread
Kevin Hao
2023-12-27
1
-4
/
+2
|
*
|
|
|
|
net: rename dsa_realloc_skb to skb_ensure_writable_head_tail
Radu Pirea (NXP OSS)
2023-12-27
1
-0
/
+25
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-12-21
4
-1
/
+8
|
|
\
\
\
\
\
|
*
|
|
|
|
|
net: sched: Make tc-related drop reason more flexible for remaining qdiscs
Victor Nogueira
2023-12-20
1
-2
/
+5
|
*
|
|
|
|
|
net: sched: Move drop_reason to struct tc_skb_cb
Victor Nogueira
2023-12-20
1
-2
/
+2
|
*
|
|
|
|
|
rtnetlink: bridge: Enable MDB bulk deletion
Ido Schimmel
2023-12-20
1
-1
/
+2
|
*
|
|
|
|
|
rtnetlink: bridge: Invoke MDB bulk deletion when needed
Ido Schimmel
2023-12-20
1
-0
/
+8
|
*
|
|
|
|
|
rtnetlink: bridge: Use a different policy for MDB bulk delete
Ido Schimmel
2023-12-20
1
-2
/
+49
|
*
|
|
|
|
|
Revert BPF token-related functionality
Andrii Nakryiko
2023-12-19
1
-18
/
+18
|
*
|
|
|
|
|
bpf: Use nla_ok() instead of checking nla_len directly
Jakub Kicinski
2023-12-19
1
-1
/
+1
|
*
|
|
|
|
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-12-18
2
-18
/
+51
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
xdp: Add VLAN tag hint
Larysa Zaremba
2023-12-13
1
-0
/
+33
|
|
*
|
|
|
|
|
bpf: consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
2023-12-06
1
-2
/
+2
|
|
*
|
|
|
|
|
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
2023-12-06
1
-16
/
+16
|
*
|
|
|
|
|
|
net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*
Pedro Tammela
2023-12-18
1
-9
/
+3
|
*
|
|
|
|
|
|
skbuff: Optimization of SKB coalescing for page pool
Liang Chen
2023-12-17
1
-12
/
+40
|
*
|
|
|
|
|
|
skbuff: Add a function to check if a page belongs to page_pool
Liang Chen
2023-12-17
1
-1
/
+6
|
*
|
|
|
|
|
|
page_pool: halve BIAS_MAX for multiple user references of a fragment
Liang Chen
2023-12-17
1
-1
/
+1
|
*
|
|
|
|
|
|
net: Namespace-ify sysctl_optmem_max
Eric Dumazet
2023-12-15
5
-21
/
+23
|
*
|
|
|
|
|
|
net: increase optmem_max default value
Eric Dumazet
2023-12-15
1
-2
/
+4
|
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-14
3
-2
/
+16
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
net: page_pool: factor out releasing DMA from releasing the page
Jakub Kicinski
2023-12-13
1
-9
/
+16
|
*
|
|
|
|
|
|
|
page_pool: transition to reference count management after page draining
Liang Chen
2023-12-13
1
-6
/
+6
|
*
|
|
|
|
|
|
|
Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"
Johannes Berg
2023-12-11
1
-3
/
+12
|
*
|
|
|
|
|
|
|
net: sysfs: fix locking in carrier read
Johannes Berg
2023-12-08
1
-2
/
+7
|
*
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-07
2
-1
/
+22
|
|
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
|
[next]