summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgb
Commit message (Expand)AuthorAgeFilesLines
* ixgb: Remove ixgb driverTony Nguyen2023-03-1911-6274/+0
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-1/+1
* intel: remove unused macrosJesse Brandeburg2022-06-302-3/+0
* ixgb: Fix typos in commentsJiaqing Zhao2022-06-091-2/+2
* ixgb: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-14/+5
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethernet: ixgb: use eth_hw_addr_set()Jakub Kicinski2021-10-161-2/+6
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-142-2/+2
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* intel: handle unused assignmentsJesse Brandeburg2020-09-251-72/+63
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-251-6/+11
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-2/+2
|\
| * PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-2/+2
* | net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-253-8/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-2/+2
|\
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
|/
* PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-142-2/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-3/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-4/+4
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-25/+0
|\
| * ixgb: remove ndo_poll_controllerEric Dumazet2018-09-231-25/+0
* | intel-ethernet: use correct module licenseJesse Brandeburg2018-09-181-1/+1
|/
* ixgb: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-08-241-3/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-4/+6
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-2711-297/+15
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-236-0/+6
* ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+4
* drivers: net: ixgb: use setup_timer() helper.Allen Pais2017-09-211-3/+2
* ixgb: Omit private ndo_get_stats functionTobias Klauser2017-04-201-16/+0
* ixgb: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-211-16/+23
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-181-12/+4
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-3/+0
* ixgb: call netif_carrier_off early on downEliezer Tamir2015-03-201-1/+2
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* ethernet/intel: Use napi_alloc_skbAlexander Duyck2014-12-101-3/+3
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* ixgb: remove open-coded skb_cow_headFrancois Romieu2014-04-111-6/+4
* ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman2014-03-121-3/+3
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-11/+5
|\
| * DMA-API: net: intel/ixgb: fix 32-bit DMA mask handlingRussell King2013-09-211-11/+5
* | intel: Remove extern from function prototypesJoe Perches2013-09-242-27/+20
|/
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-2/+2