summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorLines
2025-01-08netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski-13/+30
2025-01-02net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn-1/+3
2024-12-03net: Make napi_hash_lock irq safeJoe Damato-6/+12
2024-11-11net: Add control functions for irq suspensionMartin Karsten-0/+37
2024-11-11net: Add napi_struct parameter irq_suspend_timeoutMartin Karsten-0/+2
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2024-10-30net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin-0/+4
2024-10-14net: napi: Add napi_configJoe Damato-7/+73
2024-10-14net: napi: Make gro_flush_timeout per-NAPIJoe Damato-6/+6
2024-10-14net: napi: Make napi_defer_hard_irqs per-NAPIJoe Damato-5/+5
2024-10-10net-shapers: implement shaper cleanup on queue deletionPaolo Abeni-0/+2
2024-10-10net-shapers: implement NL get operationPaolo Abeni-0/+6
2024-10-01net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet-3/+7
2024-10-01net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet-1/+1
2024-10-01net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann-1/+1
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2024-09-11net: add support for skbs with unreadable fragsMina Almasry-0/+4
2024-09-11net: support non paged skb fragsMina Almasry-1/+2
2024-09-11netdev: support binding dma-buf to netdeviceMina Almasry-0/+26
2024-09-09net: remove dev_pick_tx_cpu_id()Jakub Kicinski-7/+0
2024-09-06net/core: make use of the helper macro LIST_HEAD()Hongbo Li-4/+2
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin-2/+2
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin-2/+2
2024-08-29net: prefer strscpy over strcpyHongbo Li-1/+1
2024-08-26net: Correct spelling in net/coreSimon Horman-3/+3
2024-08-26Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-0/+1
2024-08-24net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry-0/+9
2024-08-23net: phy: Introduce ethernet link topology representationMaxime Chevallier-0/+15
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos-2/+2
2024-08-19netfilter: nfnetlink_queue: unbreak SCTP trafficAntonio Ojea-0/+1
2024-08-15netdev: Add missing __percpu qualifier to a castUros Bizjak-1/+1
2024-08-09net: Make USO depend on CSUM offloadJakub Sitnicki-9/+17
2024-07-29tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()Jeongjun Park-0/+1
2024-07-11netdevice: define and allocate &net_device _properly_Alexander Lobakin-24/+6
2024-07-05tun: Assign missing bpf_net_context.Sebastian Andrzej Siewior-0/+5
2024-06-28net: ethtool: add a mutex protecting RSS contextsEdward Cree-0/+5
2024-06-28net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree-1/+1
2024-06-28net: ethtool: let the core choose RSS context IDsEdward Cree-1/+5
2024-06-28net: ethtool: attach an XArray of custom RSS contexts to a netdeviceEdward Cree-0/+27
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree-0/+4
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+6
2024-06-24net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior-1/+28
2024-06-24dev: Use nested-BH locking for softnet_data.process_queue.Sebastian Andrzej Siewior-1/+11
2024-06-24dev: Remove PREEMPT_RT ifdefs from backlog_lock.*().Sebastian Andrzej Siewior-4/+4
2024-06-24net: softnet_data: Make xmit per task.Sebastian Andrzej Siewior-0/+14
2024-06-21net: add softirq safety to netdev_rename_lockEric Dumazet-6/+6
2024-06-19net: add rx_sk to trace_kfree_skbYan Zhai-1/+1
2024-06-11net: core: Implement dstats-type stats collectionsJeremy Kerr-0/+50
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2024-06-01net: rps: fix error when CONFIG_RFS_ACCEL is offJason Xing-1/+2