index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-06
net: skbuff: generalize the skb->decrypted bit
Jakub Kicinski
1
-3
/
+2
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-2
/
+9
2024-04-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+6
2024-04-03
net: enable timestamp static key if CPU
Marcelo Tosatti
1
-0
/
+5
2024-04-02
page_pool: try direct bulk recycling
Alexander Lobakin
1
-2
/
+5
2024-04-02
page_pool: check for PP direct cache locality later
Alexander Lobakin
2
-51
/
+50
2024-04-02
bpf, sockmap: Prevent lock inversion deadlock in map delete elem
Jakub Sitnicki
1
-0
/
+6
2024-04-01
net: rps: add rps_input_queue_head_add() helper
Eric Dumazet
1
-5
/
+8
2024-04-01
net: rps: change input_queue_tail_incr_save()
Eric Dumazet
1
-8
/
+12
2024-04-01
net: enqueue_to_backlog() cleanup
Eric Dumazet
1
-13
/
+11
2024-04-01
net: make softnet_data.dropped an atomic_t
Eric Dumazet
2
-5
/
+11
2024-04-01
net: enqueue_to_backlog() change vs not running device
Eric Dumazet
1
-4
/
+5
2024-04-01
net: move dev_xmit_recursion() helpers to net/core/dev.h
Eric Dumazet
1
-0
/
+17
2024-04-01
net: move kick_defer_list_purge() to net/core/dev.h
Eric Dumazet
1
-3
/
+3
2024-04-01
pfcp: always set pfcp metadata
Michal Swiatkowski
1
-5
/
+2
2024-04-01
net: net_test: add tests for IP tunnel flags conversion helpers
Alexander Lobakin
2
-9
/
+125
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
2
-18
/
+28
2024-03-29
netlink: introduce type-checking attribute iteration
Johannes Berg
2
-22
/
+16
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
1
-4
/
+4
2024-03-29
net: do not consume a cacheline for system_page_pool
Eric Dumazet
1
-1
/
+1
2024-03-29
af_unix: Link struct unix_edge when queuing skb.
Kuniyuki Iwashima
1
-0
/
+2
2024-03-29
af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.
Kuniyuki Iwashima
1
-0
/
+2
2024-03-29
af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.
Kuniyuki Iwashima
1
-0
/
+7
2024-03-29
gro: fix ownership transfer
Antoine Tenart
1
-1
/
+2
2024-03-29
net: sched: make skip_sw actually skip software
Asbjørn Sloth Tønnesen
1
-0
/
+10
2024-03-28
net: remove gfp_mask from napi_alloc_skb()
Jakub Kicinski
1
-5
/
+4
2024-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-03-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+0
2024-03-26
net: pin system percpu page_pools to the corresponding NUMA nodes
Alexander Lobakin
1
-1
/
+1
2024-03-26
net: remove skb_free_datagram_locked()
Eric Dumazet
1
-19
/
+0
2024-03-26
net: Rename rps_lock to backlog_lock.
Sebastian Andrzej Siewior
1
-17
/
+17
2024-03-26
net: Use backlog-NAPI to clean up the defer_list.
Sebastian Andrzej Siewior
2
-6
/
+23
2024-03-26
net: Allow to use SMP threads for backlog NAPI.
Sebastian Andrzej Siewior
1
-35
/
+113
2024-03-26
net: Remove conditional threaded-NAPI wakeup based on task state.
Sebastian Andrzej Siewior
1
-12
/
+2
2024-03-25
net: mark racy access on sk->sk_rcvbuf
linke li
1
-2
/
+2
2024-03-20
net: report RCU QS on threaded NAPI repolling
Yan Zhai
1
-0
/
+3
2024-03-19
bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog types
Yonghong Song
1
-2
/
+0
2024-03-19
net: move dev->state into net_device_read_txrx group
Eric Dumazet
1
-1
/
+2
2024-03-18
packet: annotate data-races around ignore_outgoing
Eric Dumazet
1
-1
/
+1
2024-03-12
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
25
-518
/
+1227
2024-03-11
net: page_pool: factor out page_pool recycle check
Mina Almasry
1
-2
/
+7
2024-03-11
Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-14
/
+43
2024-03-11
Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-1
/
+1
2024-03-08
net: add skb_data_unref() helper
Eric Dumazet
1
-3
/
+1
2024-03-08
net: dqs: add NIC stall detector based on BQL
Jakub Kicinski
1
-0
/
+62
2024-03-07
netdev: add queue stat for alloc failures
Jakub Kicinski
1
-1
/
+2
2024-03-07
netdev: add per-queue statistics
Jakub Kicinski
3
-0
/
+227
2024-03-07
net: move rps_sock_flow_table to net_hotdata
Eric Dumazet
2
-12
/
+9
2024-03-07
net: introduce include/net/rps.h
Eric Dumazet
3
-0
/
+3
2024-03-07
net: move skbuff_cache(s) to net_hotdata
Eric Dumazet
2
-26
/
+23
[next]