summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igbvf
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+3
2025-10-29igbvf: fix misplaced newline in VLAN add warning messageAlok Tiwari-1/+1
2025-09-03igbvf: remove redundant counter rx_long_byte_count from ethtool statisticsKohei Enju-1/+0
2025-09-03igbvf: add lbtx_packets and lbtx_bytes to ethtool statisticsKohei Enju-1/+3
2025-07-18igbvf: remove unused fields from struct igbvf_adapterYuto Ohnuki-32/+0
2025-07-03igbvf: add tx_timeout_count to ethtool statisticsKohei Enju-0/+1
2025-07-03igbvf: remove unused interrupt counter fields from struct igbvf_adapterKohei Enju-6/+0
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2024-11-13igbvf: remove unused spinlockWander Lairson Costa-6/+0
2024-08-19igbvf: Remove two unused declarationsYue Haibing-2/+0
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen-1/+0
2024-06-10net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko-5/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg-3/+3
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet-1/+1
2023-12-18intel: legacy: field get conversionJesse Brandeburg-3/+3
2023-12-18intel: add bit macro includes where neededJesse Brandeburg-14/+14
2023-10-18igbvf: replace deprecated strncpy with strscpyJustin Stitt-1/+1
2023-09-05igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80Olga Zaborska-2/+2
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+16
2023-03-21igbvf: add PCI reset handler functionsDawid Wesierski-0/+29
2023-03-16igbvf: Regard vf reset nack as successAkihiko Odaki-3/+10
2023-03-16intel/igbvf: free irq on the error path in igbvf_request_msix()Gaosheng Cui-2/+6
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-2/+2
2022-06-30intel/igbvf:fix repeated words in commentsJilin Yuan-2/+2
2022-01-27igbvf: Remove useless DMA-32 fallback configurationChristophe JAILLET-16/+6
2021-12-21igbvf: Refactor traceKaren Sornek-1/+1
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2021-12-15igbvf: fix double free in `igbvf_probe`Letu Ren-0/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-2/+6
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski-5/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-2/+6
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-1/+1
2021-05-26igbvf: convert to strongly typed descriptorsJesse Brandeburg-21/+21
2021-05-26intel: call csum functions with well formatted argumentsJesse Brandeburg-1/+1
2021-05-26igb: handle vlan types with checker enabledJesse Brandeburg-2/+2
2021-01-19net: igbvf: use skb_csum_is_sctp instead of protocol checkXin Long-13/+1
2020-11-24igbvf: Refactor tracesKaren Sornek-2/+2
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg-5/+12
2020-07-30igbvf: use generic power managementVaibhav Gupta-29/+8
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher-2/+2
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher-7/+1
2020-03-12net: igbvf: reject unsupported coalescing paramsJakub Kicinski-0/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli-2/+2
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon-4/+0