index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-16
dev: Remove devnet_rename_sem.
Kuniyuki Iwashima
1
-14
/
+2
2025-01-16
dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().
Kuniyuki Iwashima
1
-0
/
+2
2025-01-16
selftests: drv-net-hw: inject pp_alloc_fail errors in the right place
John Daley
1
-1
/
+1
2025-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-23
/
+38
2025-01-16
netdev: avoid CFI problems with sock priv helpers
Jakub Kicinski
1
-2
/
+12
2025-01-15
Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'
Jakub Kicinski
2
-22
/
+80
2025-01-15
net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)
Eric Dumazet
1
-2
/
+1
2025-01-15
net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)
Eric Dumazet
1
-0
/
+3
2025-01-15
net: no longer hold RTNL while calling flush_all_backlogs()
Eric Dumazet
1
-3
/
+28
2025-01-15
net: no longer assume RTNL is held in flush_all_backlogs()
Eric Dumazet
1
-18
/
+35
2025-01-15
net: expedite synchronize_net() for cleanup_net()
Eric Dumazet
2
-1
/
+15
2025-01-15
netdev-genl: remove rtnl_lock protection from NAPI ops
Jakub Kicinski
1
-10
/
+0
2025-01-15
net: protect NAPI config fields with netdev_lock()
Jakub Kicinski
1
-2
/
+3
2025-01-15
net: protect napi->irq with netdev_lock()
Jakub Kicinski
1
-1
/
+1
2025-01-15
net: protect threaded status of NAPI with netdev_lock()
Jakub Kicinski
2
-2
/
+34
2025-01-15
net: make netdev netlink ops hold netdev_lock()
Jakub Kicinski
3
-23
/
+27
2025-01-15
net: protect NAPI enablement with netdev_lock()
Jakub Kicinski
1
-7
/
+34
2025-01-15
net: protect netdev->napi_list with netdev_lock()
Jakub Kicinski
1
-5
/
+10
2025-01-15
net: add netdev->up protected by netdev_lock()
Jakub Kicinski
2
-2
/
+14
2025-01-15
net: add helpers for lookup and walking netdevs under netdev_lock()
Jakub Kicinski
2
-0
/
+126
2025-01-15
net: make netdev_lock() protect netdev->reg_state
Jakub Kicinski
1
-0
/
+6
2025-01-15
net: disallow setup single buffer XDP when tcp-data-split is enabled.
Taehee Yoo
1
-0
/
+15
2025-01-15
net: devmem: add ring parameter filtering
Taehee Yoo
1
-0
/
+11
2025-01-15
net: ethtool: add hds_config member in ethtool_netdev_state
Taehee Yoo
1
-0
/
+12
2025-01-14
net: netpoll: ensure skb_pool list is always initialized
John Sperbeck
1
-5
/
+5
2025-01-14
net: ti: icssg-prueth: Add Multicast Filtering support for VLAN in MAC mode
MD Danish Anwar
1
-3
/
+4
2025-01-13
net: cleanup init_dummy_netdev_core()
Jakub Kicinski
1
-10
/
+4
2025-01-13
net: remove init_dummy_netdev()
Jakub Kicinski
1
-22
/
+0
2025-01-13
pktgen: Avoid out-of-bounds access in get_imix_entries
Artem Chernyshev
1
-3
/
+3
2025-01-10
net: hide the definition of dev_get_by_napi_id()
Jakub Kicinski
2
-2
/
+1
2025-01-10
net: warn during dump if NAPI list is not sorted
Jakub Kicinski
1
-0
/
+7
2025-01-10
xsk: Bring back busy polling support
Stanislav Fomichev
1
-1
/
+0
2025-01-10
bpf: Fix bpf_sk_select_reuseport() memory leak
Michal Luczaj
1
-12
/
+18
2025-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-23
/
+44
2025-01-09
netdev: define NETDEV_INTERNAL
Jakub Kicinski
1
-0
/
+1
2025-01-09
net: make sure we retain NAPI ordering on netdev->napi_list
Jakub Kicinski
1
-6
/
+36
2025-01-09
net: no longer reset transport_header in __netif_receive_skb_core()
Eric Dumazet
1
-0
/
+6
2025-01-08
bpf: Disable migration when cloning sock storage
Hou Tao
1
-0
/
+2
2025-01-08
bpf: Disable migration when destroying sock storage
Hou Tao
1
-4
/
+5
2025-01-08
netdev: prevent accessing NAPI instances from another namespace
Jakub Kicinski
3
-18
/
+34
2025-01-07
ipvlan: Fix use-after-free in ipvlan_get_iflink().
Kuniyuki Iwashima
1
-3
/
+7
2025-01-07
net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net().
Kuniyuki Iwashima
1
-6
/
+10
2025-01-07
net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net().
Kuniyuki Iwashima
1
-4
/
+6
2025-01-07
net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier().
Kuniyuki Iwashima
1
-2
/
+13
2025-01-07
net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()
Eric Dumazet
1
-1
/
+1
2025-01-07
dev: Hold per-netns RTNL in (un)?register_netdev().
Kuniyuki Iwashima
1
-4
/
+10
2025-01-07
rtnetlink: Add rtnl_net_lock_killable().
Kuniyuki Iwashima
1
-1
/
+10
2025-01-07
net: don't dump Tx and uninitialized NAPIs
Jakub Kicinski
1
-2
/
+3
2025-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-12
/
+35
2025-01-03
Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-3
/
+12
[prev]
[next]