aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-23/+38
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski1-2/+12
2025-01-15Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'Jakub Kicinski2-22/+80
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)Eric Dumazet1-2/+1
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)Eric Dumazet1-0/+3
2025-01-15net: no longer hold RTNL while calling flush_all_backlogs()Eric Dumazet1-3/+28
2025-01-15net: no longer assume RTNL is held in flush_all_backlogs()Eric Dumazet1-18/+35
2025-01-15net: expedite synchronize_net() for cleanup_net()Eric Dumazet2-1/+15
2025-01-15netdev-genl: remove rtnl_lock protection from NAPI opsJakub Kicinski1-10/+0
2025-01-15net: protect NAPI config fields with netdev_lock()Jakub Kicinski1-2/+3
2025-01-15net: protect napi->irq with netdev_lock()Jakub Kicinski1-1/+1
2025-01-15net: protect threaded status of NAPI with netdev_lock()Jakub Kicinski2-2/+34
2025-01-15net: make netdev netlink ops hold netdev_lock()Jakub Kicinski3-23/+27
2025-01-15net: protect NAPI enablement with netdev_lock()Jakub Kicinski1-7/+34
2025-01-15net: protect netdev->napi_list with netdev_lock()Jakub Kicinski1-5/+10
2025-01-15net: add netdev->up protected by netdev_lock()Jakub Kicinski2-2/+14
2025-01-15net: add helpers for lookup and walking netdevs under netdev_lock()Jakub Kicinski2-0/+126
2025-01-15net: make netdev_lock() protect netdev->reg_stateJakub Kicinski1-0/+6
2025-01-15net: disallow setup single buffer XDP when tcp-data-split is enabled.Taehee Yoo1-0/+15
2025-01-15net: devmem: add ring parameter filteringTaehee Yoo1-0/+11
2025-01-15net: ethtool: add hds_config member in ethtool_netdev_stateTaehee Yoo1-0/+12
2025-01-14net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck1-5/+5
2025-01-14net: ti: icssg-prueth: Add Multicast Filtering support for VLAN in MAC modeMD Danish Anwar1-3/+4
2025-01-13net: cleanup init_dummy_netdev_core()Jakub Kicinski1-10/+4
2025-01-13net: remove init_dummy_netdev()Jakub Kicinski1-22/+0
2025-01-13pktgen: Avoid out-of-bounds access in get_imix_entriesArtem Chernyshev1-3/+3
2025-01-10net: hide the definition of dev_get_by_napi_id()Jakub Kicinski2-2/+1
2025-01-10net: warn during dump if NAPI list is not sortedJakub Kicinski1-0/+7
2025-01-10xsk: Bring back busy polling supportStanislav Fomichev1-1/+0
2025-01-10bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj1-12/+18
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-23/+44
2025-01-09netdev: define NETDEV_INTERNALJakub Kicinski1-0/+1
2025-01-09net: make sure we retain NAPI ordering on netdev->napi_listJakub Kicinski1-6/+36
2025-01-09net: no longer reset transport_header in __netif_receive_skb_core()Eric Dumazet1-0/+6
2025-01-08bpf: Disable migration when cloning sock storageHou Tao1-0/+2
2025-01-08bpf: Disable migration when destroying sock storageHou Tao1-4/+5
2025-01-08netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski3-18/+34
2025-01-07ipvlan: Fix use-after-free in ipvlan_get_iflink().Kuniyuki Iwashima1-3/+7
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net().Kuniyuki Iwashima1-6/+10
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net().Kuniyuki Iwashima1-4/+6
2025-01-07net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier().Kuniyuki Iwashima1-2/+13
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet1-1/+1
2025-01-07dev: Hold per-netns RTNL in (un)?register_netdev().Kuniyuki Iwashima1-4/+10
2025-01-07rtnetlink: Add rtnl_net_lock_killable().Kuniyuki Iwashima1-1/+10
2025-01-07net: don't dump Tx and uninitialized NAPIsJakub Kicinski1-2/+3
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-12/+35
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-3/+12
2025-01-02net: restrict SO_REUSEPORT to inet socketsEric Dumazet1-1/+4
2025-01-02net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn1-1/+3
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-9/+23