index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
23
-129
/
+1355
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+6
2024-01-08
Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2024-01-07
fib: rules: remove repeated assignment in fib_nl2rule
Zhengchao Shao
1
-1
/
+0
2024-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+10
2024-01-04
Revert "Introduce PHY listing and link_topology tracking"
Jakub Kicinski
1
-3
/
+0
2024-01-04
net: Implement missing SO_TIMESTAMPING_NEW cmsg support
Thomas Lange
1
-0
/
+1
2024-01-03
net-device: move xdp_prog to net_device_read_rx
Eric Dumazet
1
-1
/
+1
2024-01-03
fib: remove unnecessary input parameters in fib_default_rule_add
Zhengchao Shao
1
-2
/
+1
2024-01-02
net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)
Jörn-Thorben Hinz
1
-2
/
+9
2024-01-02
net-device: move gso_partial_features to net_device_read_tx
Eric Dumazet
1
-1
/
+2
2024-01-01
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
1
-0
/
+3
2023-12-29
skbuff: use mempool KASAN hooks
Andrey Konovalov
1
-4
/
+6
2023-12-29
kasan: rename and document kasan_(un)poison_object_data
Andrey Konovalov
1
-4
/
+4
2023-12-29
genetlink: Use internal flags for multicast groups
Ido Schimmel
1
-1
/
+1
2023-12-27
net: pktgen: Use wait_event_freezable_timeout() for freezable kthread
Kevin Hao
1
-4
/
+2
2023-12-27
net: rename dsa_realloc_skb to skb_ensure_writable_head_tail
Radu Pirea (NXP OSS)
1
-0
/
+25
2023-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-1
/
+8
2023-12-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
1
-0
/
+2
2023-12-21
net: check dev->gso_max_size in gso_features_check()
Eric Dumazet
1
-0
/
+3
2023-12-21
net: avoid build bug in skb extension length calculation
Thomas Weißschuh
1
-0
/
+2
2023-12-20
net: sched: Make tc-related drop reason more flexible for remaining qdiscs
Victor Nogueira
1
-2
/
+5
2023-12-20
net: sched: Move drop_reason to struct tc_skb_cb
Victor Nogueira
1
-2
/
+2
2023-12-20
rtnetlink: bridge: Enable MDB bulk deletion
Ido Schimmel
1
-1
/
+2
2023-12-20
rtnetlink: bridge: Invoke MDB bulk deletion when needed
Ido Schimmel
1
-0
/
+8
2023-12-20
rtnetlink: bridge: Use a different policy for MDB bulk delete
Ido Schimmel
1
-2
/
+49
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
1
-18
/
+18
2023-12-19
bpf: Use nla_ok() instead of checking nla_len directly
Jakub Kicinski
1
-1
/
+1
2023-12-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-18
/
+51
2023-12-18
net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*
Pedro Tammela
1
-9
/
+3
2023-12-17
skbuff: Optimization of SKB coalescing for page pool
Liang Chen
1
-12
/
+40
2023-12-17
skbuff: Add a function to check if a page belongs to page_pool
Liang Chen
1
-1
/
+6
2023-12-17
page_pool: halve BIAS_MAX for multiple user references of a fragment
Liang Chen
1
-1
/
+1
2023-12-15
net: Namespace-ify sysctl_optmem_max
Eric Dumazet
5
-21
/
+23
2023-12-15
net: increase optmem_max default value
Eric Dumazet
1
-2
/
+4
2023-12-15
net: Return error from sk_stream_wait_connect() if sk_wait_event() fails
Shigeru Yoshida
1
-1
/
+1
2023-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-2
/
+16
2023-12-13
net: page_pool: factor out releasing DMA from releasing the page
Jakub Kicinski
1
-9
/
+16
2023-12-13
page_pool: transition to reference count management after page draining
Liang Chen
1
-6
/
+6
2023-12-13
net: prevent mss overflow in skb_segment()
Eric Dumazet
1
-1
/
+2
2023-12-13
bpf: syzkaller found null ptr deref in unix_bpf proto add
John Fastabend
1
-0
/
+2
2023-12-13
xdp: Add VLAN tag hint
Larysa Zaremba
1
-0
/
+33
2023-12-12
file: stop exposing receive_fd_user()
Christian Brauner
1
-1
/
+1
2023-12-11
Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"
Johannes Berg
1
-3
/
+12
2023-12-09
io_uring/af_unix: disable sending io_uring over sockets
Pavel Begunkov
1
-0
/
+6
2023-12-08
net: sysfs: fix locking in carrier read
Johannes Berg
1
-2
/
+7
2023-12-08
neighbour: Don't let neigh_forced_gc() disable preemption for long
Judy Hsiao
1
-1
/
+8
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+22
2023-12-07
drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group
Ido Schimmel
1
-1
/
+3
2023-12-07
bpf: sockmap, updating the sg structure should also update curr
John Fastabend
1
-0
/
+19
[next]