summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-09net: no longer reset transport_header in __netif_receive_skb_core()Eric Dumazet1-0/+6
2025-01-08netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski1-13/+30
2025-01-08net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net().Kuniyuki Iwashima1-6/+10
2025-01-08net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net().Kuniyuki Iwashima1-4/+6
2025-01-08net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier().Kuniyuki Iwashima1-2/+13
2025-01-08net: 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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2025-01-03net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn1-1/+3
2024-12-06xdp: register system page pool as an XDP memory modelToke Høiland-Jørgensen1-1/+9
2024-12-06bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin1-5/+5
2024-12-04net: Make napi_hash_lock irq safeJoe Damato1-6/+12
2024-11-12net: Add control functions for irq suspensionMartin Karsten1-0/+37
2024-11-12net: Add napi_struct parameter irq_suspend_timeoutMartin Karsten1-0/+2
2024-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2024-10-31net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin1-0/+4
2024-10-15net: napi: Add napi_configJoe Damato1-7/+73
2024-10-15net: napi: Make gro_flush_timeout per-NAPIJoe Damato1-6/+6
2024-10-15net: napi: Make napi_defer_hard_irqs per-NAPIJoe Damato1-5/+5
2024-10-10net-shapers: implement shaper cleanup on queue deletionPaolo Abeni1-0/+2
2024-10-10net-shapers: implement NL get operationPaolo Abeni1-0/+6
2024-10-01net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7
2024-10-01net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet1-1/+1
2024-10-01net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann1-1/+1
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2024-09-12net: add support for skbs with unreadable fragsMina Almasry1-0/+4
2024-09-12net: support non paged skb fragsMina Almasry1-1/+2
2024-09-12netdev: support binding dma-buf to netdeviceMina Almasry1-0/+26
2024-09-10net: remove dev_pick_tx_cpu_id()Jakub Kicinski1-7/+0
2024-09-07net/core: make use of the helper macro LIST_HEAD()Hongbo Li1-4/+2
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-2/+2
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin1-2/+2
2024-08-29net: prefer strscpy over strcpyHongbo Li1-1/+1
2024-08-26net: Correct spelling in net/coreSimon Horman1-3/+3
2024-08-26Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-0/+1
2024-08-24net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry1-0/+9
2024-08-23net: phy: Introduce ethernet link topology representationMaxime Chevallier1-0/+15
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos1-2/+2
2024-08-19netfilter: nfnetlink_queue: unbreak SCTP trafficAntonio Ojea1-0/+1
2024-08-16netdev: Add missing __percpu qualifier to a castUros Bizjak1-1/+1
2024-08-10net: Make USO depend on CSUM offloadJakub Sitnicki1-9/+17
2024-07-29tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()Jeongjun Park1-0/+1
2024-07-12netdevice: define and allocate &net_device _properly_Alexander Lobakin1-24/+6
2024-07-06tun: Assign missing bpf_net_context.Sebastian Andrzej Siewior1-0/+5
2024-06-29net: ethtool: add a mutex protecting RSS contextsEdward Cree1-0/+5
2024-06-29net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree1-1/+1
2024-06-29net: ethtool: let the core choose RSS context IDsEdward Cree1-1/+5
2024-06-29net: ethtool: attach an XArray of custom RSS contexts to a netdeviceEdward Cree1-0/+27
2024-06-29net: move ethtool-related netdev state into its own structEdward Cree1-0/+4
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+6