aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgb (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-1/+1
2022-06-30intel: remove unused macrosJesse Brandeburg2-3/+0
2022-06-09ixgb: Fix typos in commentsJiaqing Zhao1-2/+2
2022-01-27ixgb: Remove useless DMA-32 fallback configurationChristophe JAILLET1-14/+5
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-16ethernet: ixgb: use eth_hw_addr_set()Jakub Kicinski1-2/+6
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2-2/+2
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2020-09-25intel: handle unused assignmentsJesse Brandeburg1-72/+63
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-6/+11
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-2/+2
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher3-8/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2-2/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+0
2018-09-23ixgb: remove ndo_poll_controllerEric Dumazet1-25/+0
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg1-1/+1
2018-08-24ixgb: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-3/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-4/+6
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher11-297/+15
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher6-0/+6
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook1-5/+4
2017-09-21drivers: net: ixgb: use setup_timer() helper.Allen Pais1-3/+2
2017-04-20ixgb: Omit private ndo_get_stats functionTobias Klauser1-16/+0
2017-03-21ixgb: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes1-16/+23
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson1-12/+4
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-3/+0
2015-03-20ixgb: call netif_carrier_off early on downEliezer Tamir1-1/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck1-3/+3
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-11ixgb: remove open-coded skb_cow_headFrancois Romieu1-6/+4
2014-03-12ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-11/+5
2013-09-24intel: Remove extern from function prototypesJoe Perches2-27/+20
2013-09-21DMA-API: net: intel/ixgb: fix 32-bit DMA mask handlingRussell King1-11/+5
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-2/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-2/+2