summaryrefslogtreecommitdiffstats
path: root/net/core/dev.h
AgeCommit message (Expand)AuthorLines
2025-01-08netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski-1/+2
2024-11-11net: Add napi_struct parameter irq_suspend_timeoutMartin Karsten-0/+25
2024-10-14net: napi: Add napi_configJoe Damato-0/+12
2024-10-14net: napi: Make gro_flush_timeout per-NAPIJoe Damato-0/+40
2024-10-14net: napi: Make napi_defer_hard_irqs per-NAPIJoe Damato-0/+36
2024-10-10net-shapers: implement shaper cleanup on queue deletionPaolo Abeni-0/+4
2024-10-10net-shapers: implement NL get operationPaolo Abeni-0/+6
2024-06-24net: softnet_data: Make xmit per task.Sebastian Andrzej Siewior-0/+18
2024-06-17net: Move dev_set_hwtstamp_phylib to net/core/dev.hKory Maincent-0/+4
2024-04-30net: move sysctl_skb_defer_max to net_hotdataEric Dumazet-1/+0
2024-04-01net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet-0/+17
2024-04-01net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet-3/+3
2024-03-07net: move netdev_tstamp_prequeue into net_hotdataEric Dumazet-1/+0
2024-03-07net: move netdev_budget and netdev_budget to net_hotdataEric Dumazet-2/+0
2024-02-14net-sysfs: use dev_addr_sem to remove races in address_show()Eric Dumazet-0/+3
2024-01-29net: free altname using an RCU callbackJakub Kicinski-0/+1
2024-01-22net: fix removing a namespace with conflicting altnamesJakub Kicinski-0/+3
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg-1/+0
2023-12-04netdev-genl: Add netlink framework functions for napiAmritha Nambiar-0/+2
2023-10-26Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski-0/+6
2023-10-19net: check for altname conflicts when changing netdev's netnsJakub Kicinski-0/+3
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior-0/+6
2023-02-09net-sysctl: factor-out rpm mask manipulation helpersPaolo Abeni-0/+2
2023-02-01net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long-0/+18
2022-10-31net: add new helper unregister_netdevice_many_notifyHangbin Liu-0/+3
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu-0/+4
2022-05-16net: add skb_defer_max sysctlEric Dumazet-1/+1
2022-05-06net: move netif_set_gso_max helpersJakub Kicinski-0/+21
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski-0/+91