summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/fungible
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+6
2026-01-10net: funeth: convert to use .get_rx_ring_countBreno Leitao-11/+3
2025-10-20funeth: convert to ndo_hwtstamp APIVadim Fedorenko-28/+16
2025-09-26ethtool: add FEC bins histogram reportVadim Fedorenko-1/+2
2024-11-18net/fungible: Remove unused fun_create_queueDr. David Alan Gilbert-66/+0
2024-09-09net/funeth: Remove setting of RX software timestampGal Pressman-4/+1
2024-08-07net/fungible: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-10/+7
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-1/+1
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-3/+3
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki-20/+20
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com-4/+4
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski-0/+1
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski-2/+1
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin-3/+2
2023-03-24net/fungible: Remove redundant pci_clear_masterCai Huoqing-2/+0
2023-03-08net/fungible: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas-5/+0
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka-0/+6
2023-01-12net: remove redundant config PCI dependency for some network driver configsLukas Bulwahn-1/+1
2022-11-30net: devlink: clean-up empty devlink_ops::info_get()Vincent Mailhol-7/+0
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol-1/+1
2022-11-03net: remove unused ndo_get_devlink_portJiri Pirko-8/+0
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko-4/+1
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner-2/+2
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-2/+1
2022-09-27funeth: unregister devlink port after netdevice unregisterJiri Pirko-1/+1
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2022-08-30funeth: remove pointless check of devlink pointer in create/destroy_netdev() ...Jiri Pirko-8/+4
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior-2/+2
2022-08-01net/funeth: Tx handling of XDP with fragments.Dimitris Michailidis-10/+20
2022-08-01net/funeth: Unify skb/XDP packet mapping.Dimitris Michailidis-15/+17
2022-08-01net/funeth: Unify skb/XDP gather list writing.Dimitris Michailidis-15/+31
2022-08-01net/funeth: Unify skb/XDP Tx packet unmapping.Dimitris Michailidis-21/+12
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-15/+16
2022-07-28net/funeth: Fix fun_xdp_tx() and XDP packet reclaimDimitris Michailidis-15/+16
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet-1/+1
2022-06-28net/funeth: Support for ethtool -mDimitris Michailidis-0/+74
2022-06-24net/funeth: Support UDP segmentation offloadDimitris Michailidis-2/+27
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski-2/+1
2022-04-30net/funeth: simplify the return expression of fun_dl_info_get()Minghao Chi-7/+1
2022-04-01net/fungible: Fix reference to __udivdi3 on 32b buildsDimitris Michailidis-2/+2
2022-03-09net/fungible: fix errors when CONFIG_TLS_DEVICE=nDimitris Michailidis-8/+8
2022-03-09net/fungible: CONFIG_FUN_CORE needs SBITMAPDimitris Michailidis-0/+1
2022-03-09net/fungible: Fix local_memory_node errorDimitris Michailidis-2/+2
2022-02-27net/fungible: Kconfig, Makefiles, and MAINTAINERSDimitris Michailidis-0/+61
2022-02-27net/funeth: add kTLS TX control partDimitris Michailidis-0/+186
2022-02-27net/funeth: add the data pathDimitris Michailidis-0/+1969