index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-06
net: hold netdev instance lock during sysfs operations
Stanislav Fomichev
3
-46
/
+79
2025-03-06
net: hold netdev instance lock during ioctl operations
Stanislav Fomichev
3
-29
/
+72
2025-03-06
net: hold netdev instance lock during rtnetlink operations
Stanislav Fomichev
5
-144
/
+295
2025-03-06
net: hold netdev instance lock during queue operations
Stanislav Fomichev
1
-0
/
+5
2025-03-06
net: hold netdev instance lock during nft ndo_setup_tc
Stanislav Fomichev
1
-0
/
+18
2025-03-06
net: hold netdev instance lock during ndo_open/ndo_stop
Stanislav Fomichev
2
-2
/
+16
2025-03-05
inet: fix lwtunnel_valid_encap_type() lock imbalance
Eric Dumazet
1
-11
/
+12
2025-03-04
net: Prevent use after free in netif_napi_set_irq_locked()
Dan Carpenter
1
-1
/
+1
2025-03-04
net: plumb extack in __dev_change_net_namespace()
Nicolas Dichtel
2
-10
/
+35
2025-03-04
net: advertise netns_immutable property via netlink
Nicolas Dichtel
1
-0
/
+3
2025-03-04
net: rename netns_local to netns_immutable
Nicolas Dichtel
1
-2
/
+2
2025-03-04
net: pktgen: remove all superfluous index assignements
Peter Seiderer
1
-46
/
+6
2025-03-04
net: pktgen: fix mpls reset parsing
Peter Seiderer
1
-1
/
+6
2025-03-04
net: pktgen: fix access outside of user given buffer in pktgen_if_write()
Peter Seiderer
1
-60
/
+118
2025-03-04
net: pktgen: fix mpls maximum labels list parsing
Peter Seiderer
1
-2
/
+4
2025-03-04
net: pktgen: remove some superfluous variable initializing
Peter Seiderer
1
-2
/
+2
2025-03-04
net: pktgen: remove extra tmp variable (re-use len instead)
Peter Seiderer
1
-5
/
+4
2025-03-04
net: pktgen: fix mix of int/long
Peter Seiderer
1
-18
/
+20
2025-03-03
sock: add sock_kmemdup helper
Geliang Tang
1
-0
/
+16
2025-02-27
net-sysfs: remove unused initial ret values
Antoine Tenart
1
-5
/
+5
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-30
/
+52
2025-02-27
Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
6
-17
/
+40
2025-02-27
xdp: remove xdp_alloc_skb_bulk()
Alexander Lobakin
1
-10
/
+0
2025-02-27
net: skbuff: introduce napi_skb_cache_get_bulk()
Alexander Lobakin
1
-0
/
+62
2025-02-27
net: gro: expose GRO init/cleanup to use outside of NAPI
Alexander Lobakin
2
-34
/
+37
2025-02-27
net: gro: decouple GRO from the NAPI layer
Alexander Lobakin
2
-70
/
+65
2025-02-27
pktgen: avoid unused-const-variable warning
Arnd Bergmann
1
-7
/
+2
2025-02-26
net: move aRFS rmap management and CPU affinity to core
Ahmed Zaki
1
-0
/
+169
2025-02-26
net: Handle napi_schedule() calls from non-interrupt
Frederic Weisbecker
1
-1
/
+1
2025-02-26
net: Clear old fragment checksum value in napi_reuse_skb
Mohammad Heib
1
-0
/
+1
2025-02-26
net: Use rtnl_net_dev_lock() in register_netdevice_notifier_dev_net().
Kuniyuki Iwashima
1
-9
/
+3
2025-02-26
bpf: add get_netns_cookie helper to cgroup_skb programs
Mahe Tardy
1
-0
/
+2
2025-02-25
tcp: devmem: don't write truncated dmabuf CMSGs to userspace
Stanislav Fomichev
1
-0
/
+10
2025-02-25
ipvs: Always clear ipvs_property flag in skb_scrub_packet()
Philo Lu
1
-1
/
+1
2025-02-24
net: Remove shadow variable in netdev_run_todo()
Breno Leitao
1
-3
/
+2
2025-02-24
net: remove '__' from __skb_flow_get_ports()
Nicolas Dichtel
1
-5
/
+5
2025-02-24
net-sysfs: restore behavior for not running devices
Eric Dumazet
1
-1
/
+4
2025-02-21
net: set the minimum for net_hotdata.netdev_budget_usecs
Jiri Slaby (SUSE)
1
-1
/
+2
2025-02-21
net: fib_rules: Enable DSCP mask usage
Ido Schimmel
1
-1
/
+1
2025-02-21
net: fib_rules: Add DSCP mask attribute
Ido Schimmel
1
-0
/
+1
2025-02-21
net: better track kernel sockets lifetime
Eric Dumazet
1
-5
/
+22
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
5
-6
/
+146
2025-02-21
rtnetlink: Create link directly in target net namespace
Xiao Liang
1
-7
/
+2
2025-02-21
rtnetlink: Remove "net" from newlink params
Xiao Liang
1
-6
/
+0
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
1
-4
/
+11
2025-02-21
rtnetlink: Lookup device in target netns when creating link
Xiao Liang
1
-2
/
+8
2025-02-20
neighbour: Replace kvzalloc() with kzalloc() when GFP_ATOMIC is specified
Kohei Enju
1
-2
/
+2
2025-02-20
net: pktgen: fix access outside of user given buffer in pktgen_thread_write()
Peter Seiderer
1
-3
/
+4
2025-02-20
net: pktgen: fix ctrl interface command parsing
Peter Seiderer
1
-6
/
+8
2025-02-20
net: pktgen: fix 'ratep 0' error handling (return -EINVAL)
Peter Seiderer
1
-1
/
+1
[prev]
[next]