summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Add control functions for irq suspensionMartin Karsten2024-11-121-0/+37
* net: Add napi_struct parameter irq_suspend_timeoutMartin Karsten2024-11-121-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-011-0/+4
|\
| * net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin2024-10-311-0/+4
* | net: napi: Add napi_configJoe Damato2024-10-151-7/+73
* | net: napi: Make gro_flush_timeout per-NAPIJoe Damato2024-10-151-6/+6
* | net: napi: Make napi_defer_hard_irqs per-NAPIJoe Damato2024-10-151-5/+5
* | net-shapers: implement shaper cleanup on queue deletionPaolo Abeni2024-10-101-0/+2
* | net-shapers: implement NL get operationPaolo Abeni2024-10-101-0/+6
|/
* net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet2024-10-011-3/+7
* net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet2024-10-011-1/+1
* net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann2024-10-011-1/+1
* Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-171-2/+2
|\
| * softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos2024-08-201-2/+2
* | net: add support for skbs with unreadable fragsMina Almasry2024-09-121-0/+4
* | net: support non paged skb fragsMina Almasry2024-09-121-1/+2
* | netdev: support binding dma-buf to netdeviceMina Almasry2024-09-121-0/+26
* | net: remove dev_pick_tx_cpu_id()Jakub Kicinski2024-09-101-7/+0
* | net/core: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-071-4/+2
* | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-031-2/+2
* | netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin2024-09-031-2/+2
* | net: prefer strscpy over strcpyHongbo Li2024-08-291-1/+1
* | net: Correct spelling in net/coreSimon Horman2024-08-261-3/+3
* | Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-08-261-0/+1
|\ \
| * | netfilter: nfnetlink_queue: unbreak SCTP trafficAntonio Ojea2024-08-191-0/+1
* | | net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry2024-08-241-0/+9
* | | net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-08-231-0/+15
|/ /
* | netdev: Add missing __percpu qualifier to a castUros Bizjak2024-08-161-1/+1
* | net: Make USO depend on CSUM offloadJakub Sitnicki2024-08-101-9/+17
* | tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()Jeongjun Park2024-07-291-0/+1
|/
* netdevice: define and allocate &net_device _properly_Alexander Lobakin2024-07-121-24/+6
* tun: Assign missing bpf_net_context.Sebastian Andrzej Siewior2024-07-061-0/+5
* net: ethtool: add a mutex protecting RSS contextsEdward Cree2024-06-291-0/+5
* net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree2024-06-291-1/+1
* net: ethtool: let the core choose RSS context IDsEdward Cree2024-06-291-1/+5
* net: ethtool: attach an XArray of custom RSS contexts to a netdeviceEdward Cree2024-06-291-0/+27
* net: move ethtool-related netdev state into its own structEdward Cree2024-06-291-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-271-6/+6
|\
| * net: add softirq safety to netdev_rename_lockEric Dumazet2024-06-211-6/+6
* | net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior2024-06-251-1/+28
* | dev: Use nested-BH locking for softnet_data.process_queue.Sebastian Andrzej Siewior2024-06-251-1/+11
* | dev: Remove PREEMPT_RT ifdefs from backlog_lock.*().Sebastian Andrzej Siewior2024-06-251-4/+4
* | net: softnet_data: Make xmit per task.Sebastian Andrzej Siewior2024-06-251-0/+14
* | net: add rx_sk to trace_kfree_skbYan Zhai2024-06-191-1/+1
* | net: core: Implement dstats-type stats collectionsJeremy Kerr2024-06-121-0/+50
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-061-1/+2
|\|
| * net: rps: fix error when CONFIG_RFS_ACCEL is offJason Xing2024-06-021-1/+2
* | net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan2024-05-231-1/+1
|/
* net: revert partially applied PHY topology seriesJakub Kicinski2024-05-141-9/+0
* rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet2024-05-071-4/+7