summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-01-16dev: Hold rtnl_net_lock() for dev_ifsioc().Kuniyuki Iwashima
2025-01-16dev: Remove devnet_rename_sem.Kuniyuki Iwashima
2025-01-16dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().Kuniyuki Iwashima
2025-01-16selftests: drv-net-hw: inject pp_alloc_fail errors in the right placeJohn Daley
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski
2025-01-15Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'Jakub Kicinski
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)Eric Dumazet
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)Eric Dumazet
2025-01-15net: no longer hold RTNL while calling flush_all_backlogs()Eric Dumazet
2025-01-15net: no longer assume RTNL is held in flush_all_backlogs()Eric Dumazet
2025-01-15net: expedite synchronize_net() for cleanup_net()Eric Dumazet
2025-01-15netdev-genl: remove rtnl_lock protection from NAPI opsJakub Kicinski
2025-01-15net: protect NAPI config fields with netdev_lock()Jakub Kicinski
2025-01-15net: protect napi->irq with netdev_lock()Jakub Kicinski
2025-01-15net: protect threaded status of NAPI with netdev_lock()Jakub Kicinski
2025-01-15net: make netdev netlink ops hold netdev_lock()Jakub Kicinski
2025-01-15net: protect NAPI enablement with netdev_lock()Jakub Kicinski
2025-01-15net: protect netdev->napi_list with netdev_lock()Jakub Kicinski
2025-01-15net: add netdev->up protected by netdev_lock()Jakub Kicinski
2025-01-15net: add helpers for lookup and walking netdevs under netdev_lock()Jakub Kicinski
2025-01-15net: make netdev_lock() protect netdev->reg_stateJakub Kicinski
2025-01-15net: disallow setup single buffer XDP when tcp-data-split is enabled.Taehee Yoo
2025-01-15net: devmem: add ring parameter filteringTaehee Yoo
2025-01-15net: ethtool: add hds_config member in ethtool_netdev_stateTaehee Yoo
2025-01-14net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck
2025-01-14net: ti: icssg-prueth: Add Multicast Filtering support for VLAN in MAC modeMD Danish Anwar
2025-01-13net: cleanup init_dummy_netdev_core()Jakub Kicinski
2025-01-13net: remove init_dummy_netdev()Jakub Kicinski
2025-01-13pktgen: Avoid out-of-bounds access in get_imix_entriesArtem Chernyshev
2025-01-10net: hide the definition of dev_get_by_napi_id()Jakub Kicinski
2025-01-10net: warn during dump if NAPI list is not sortedJakub Kicinski
2025-01-10xsk: Bring back busy polling supportStanislav Fomichev
2025-01-10bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-09netdev: define NETDEV_INTERNALJakub Kicinski
2025-01-09net: make sure we retain NAPI ordering on netdev->napi_listJakub Kicinski
2025-01-09net: no longer reset transport_header in __netif_receive_skb_core()Eric Dumazet
2025-01-08bpf: Disable migration when cloning sock storageHou Tao
2025-01-08bpf: Disable migration when destroying sock storageHou Tao
2025-01-08netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski
2025-01-07ipvlan: Fix use-after-free in ipvlan_get_iflink().Kuniyuki Iwashima
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net().Kuniyuki Iwashima
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net().Kuniyuki Iwashima
2025-01-07net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier().Kuniyuki Iwashima
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet
2025-01-07dev: Hold per-netns RTNL in (un)?register_netdev().Kuniyuki Iwashima
2025-01-07rtnetlink: Add rtnl_net_lock_killable().Kuniyuki Iwashima
2025-01-07net: don't dump Tx and uninitialized NAPIsJakub Kicinski
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski