summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgb
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
|\
| * ixgb: remove ndo_poll_controllerEric Dumazet2018-09-241-25/+0Star
* | intel-ethernet: use correct module licenseJesse Brandeburg2018-09-191-1/+1
|/
* ixgb: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-08-241-3/+2Star
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-4/+6
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-2711-297/+15Star
* 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/+4Star
* drivers: net: ixgb: use setup_timer() helper.Allen Pais2017-09-211-3/+2Star
* ixgb: Omit private ndo_get_stats functionTobias Klauser2017-04-211-16/+0Star
* 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/+4Star
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-3/+0Star
* ixgb: call netif_carrier_off early on downEliezer Tamir2015-03-211-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-071-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/+4Star
* 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/+0Star
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-131-11/+5Star
|\
| * DMA-API: net: intel/ixgb: fix 32-bit DMA mask handlingRussell King2013-09-211-11/+5Star
* | intel: Remove extern from function prototypesJoe Perches2013-09-242-27/+20Star
|/
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-301-2/+2
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-2/+2
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-5/+7
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-1/+6
|\
| * ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffersChristoph Paasch2013-03-271-1/+6
* | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-2/+1Star
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-4/+0Star
|/
* drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-081-8/+2Star
* remove init of dev->perm_addr in driversJiri Pirko2013-01-091-2/+1Star
* net/intel: remove __dev* attributesBill Pemberton2012-12-032-8/+8
* netdev: make pci_error_handlers constStephen Hemminger2012-09-081-1/+1
* ixgb: use PCI_VENDOR_ID_INTELJon Mason2012-07-203-12/+8Star
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-3/+3
* intel: make wired ethernet driver message level consistent (rev2)stephen hemminger2012-03-281-3/+3
* ixgb: Remove unnecessary defines, use pr_debugJoe Perches2012-03-142-14/+2Star
* drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-131-7/+5Star
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+1Star
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-201-1/+1
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-091-4/+8
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-221-1/+0Star
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-4/+4