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
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-30
net: update netdev_lock_{type,name}
Eric Dumazet
1
-6
/
+19
2026-01-11
net: Allow to use SMP threads for backlog NAPI.
Sebastian Andrzej Siewior
1
-35
/
+113
2026-01-11
net: Remove conditional threaded-NAPI wakeup based on task state.
Sebastian Andrzej Siewior
1
-12
/
+2
2025-08-28
net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUM
Jakub Ramaseuski
1
-0
/
+12
2025-05-09
net: Rename mono_delivery_time to tstamp_type for scalabilty
Abhishek Chauhan
1
-1
/
+1
2025-03-22
net: Handle napi_schedule() calls from non-interrupt
Frederic Weisbecker
1
-1
/
+1
2025-02-27
net: Add non-RCU dev_getbyhwaddr() helper
Breno Leitao
1
-3
/
+34
2025-02-08
net: xdp: Disallow attaching device-bound programs in generic mode
Toke Høiland-Jørgensen
1
-0
/
+4
2025-01-09
net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets
Willem de Bruijn
1
-1
/
+3
2024-11-08
net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
Benoît Monin
1
-0
/
+4
2024-10-10
net: add more sanity checks to qdisc_pkt_len_init()
Eric Dumazet
1
-3
/
+7
2024-10-10
net: avoid potential underflow in qdisc_pkt_len_init() with UFO
Eric Dumazet
1
-1
/
+1
2024-10-10
net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_size
Daniel Borkmann
1
-1
/
+1
2024-06-12
net: give more chances to rcu in netdev_wait_allrefs_any()
Eric Dumazet
1
-1
/
+2
2024-03-26
net: report RCU QS on threaded NAPI repolling
Yan Zhai
1
-0
/
+3
2024-03-26
packet: annotate data-races around ignore_outgoing
Eric Dumazet
1
-1
/
+1
2024-01-31
net: fix removing a namespace with conflicting altnames
Jakub Kicinski
1
-0
/
+9
2024-01-01
net: check dev->gso_max_size in gso_features_check()
Eric Dumazet
1
-0
/
+3
2023-12-03
bpf: Fix dev's rx stats for bpf_redirect_peer traffic
Peilin Ye
1
-0
/
+8
2023-12-03
net: Move {l,t,d}stats allocation to core and convert veth & vrf
Daniel Borkmann
1
-1
/
+48
2023-10-19
net: move altnames together with the netdevice
Jakub Kicinski
1
-4
/
+9
2023-10-19
net: avoid UAF on deleted altname
Jakub Kicinski
1
-1
/
+6
2023-10-19
net: check for altname conflicts when changing netdev's netns
Jakub Kicinski
1
-1
/
+8
2023-10-19
net: fix ifname in netlink ntf during netns move
Jakub Kicinski
1
-13
/
+31
2023-10-09
net: refine debug info in skb_checksum_help()
Eric Dumazet
1
-2
/
+6
2023-09-16
net: core: Use the bitmap API to allocate bitmaps
Andy Shevchenko
1
-3
/
+3
2023-08-28
net: Make consumed action consistent in sch_handle_egress
Daniel Borkmann
1
-0
/
+2
2023-08-28
net: Fix skb consume leak in sch_handle_egress
Daniel Borkmann
1
-0
/
+1
2023-08-15
net: warn about attempts to register negative ifindex
Jakub Kicinski
1
-0
/
+5
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+5
2023-08-03
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
1
-0
/
+1
2023-08-02
bpf, xdp: Add tracepoint to xdp attaching failure
Leon Hwang
1
-1
/
+4
2023-08-01
net: make sure we never create ifindex = 0
Jakub Kicinski
1
-2
/
+1
2023-07-28
net: store netdevs in an xarray
Jakub Kicinski
1
-28
/
+54
2023-07-25
net: remove redundant NULL check in remove_xps_queue()
Zhengchao Shao
1
-2
/
+1
2023-07-19
bpf: Add fd-based tcx multi-prog infra with link support
Daniel Borkmann
1
-102
/
+163
2023-07-19
xsk: add new netlink attribute dedicated for ZC max frags
Maciej Fijalkowski
1
-0
/
+1
2023-07-11
net/core: Make use of assign_bit() API
Andy Shevchenko
1
-6
/
+2
2023-06-22
net: fix net device address assign type
Piotr Gardocki
1
-5
/
+5
2023-06-15
net: add check for current MAC address in dev_set_mac_address
Piotr Gardocki
1
-0
/
+2
2023-06-15
net: create device lookup API with reference tracking
Jakub Kicinski
1
-18
/
+45
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
1
-69
/
+1
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+5
2023-06-07
net: sched: add rcu annotations around qdisc->qdisc_sleeping
Eric Dumazet
1
-1
/
+1
2023-06-07
rfs: annotate lockless accesses to RFS sock flow table
Eric Dumazet
1
-2
/
+4
2023-06-05
Merge branch 'drm-i915-use-ref_tracker-library-for-tracking-wakerefs'
Jakub Kicinski
1
-1
/
+1
2023-06-05
lib/ref_tracker: improve printing stats
Andrzej Hajda
1
-1
/
+1
2023-05-31
net: don't set sw irq coalescing defaults in case of PREEMPT_RT
Heiner Kallweit
1
-2
/
+4
2023-05-26
net/core: Enable socket busy polling on -RT
Kurt Kanzenbach
1
-3
/
+6
2023-05-10
net: add vlan_get_protocol_and_depth() helper
Eric Dumazet
1
-1
/
+1
[next]