summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgb
Commit message (Expand)AuthorAge
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-23
* ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-18
* drivers: net: ixgb: use setup_timer() helper.Allen Pais2017-09-21
* ixgb: Omit private ndo_get_stats functionTobias Klauser2017-04-20
* ixgb: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-21
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-30
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-18
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-16
* ixgb: call netif_carrier_off early on downEliezer Tamir2015-03-20
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-13
* ethernet/intel: Use napi_alloc_skbAlexander Duyck2014-12-10
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-12
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-06
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-13
* ixgb: remove open-coded skb_cow_headFrancois Romieu2014-04-11
* ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman2014-03-12
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-16
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-14
|\
| * DMA-API: net: intel/ixgb: fix 32-bit DMA mask handlingRussell King2013-09-21
* | intel: Remove extern from function prototypesJoe Perches2013-09-24
|/
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-29
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-19
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-19
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-01
|\
| * ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffersChristoph Paasch2013-03-27
* | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-17
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-15
|/
* drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-08
* remove init of dev->perm_addr in driversJiri Pirko2013-01-08
* net/intel: remove __dev* attributesBill Pemberton2012-12-03
* netdev: make pci_error_handlers constStephen Hemminger2012-09-07
* ixgb: use PCI_VENDOR_ID_INTELJon Mason2012-07-20
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-10
* intel: make wired ethernet driver message level consistent (rev2)stephen hemminger2012-03-27
* ixgb: Remove unnecessary defines, use pr_debugJoe Perches2012-03-14
* drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-13
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-31
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-19
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-08
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-22
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-16
* Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones2011-11-14
* net: add skb frag size accessorsEric Dumazet2011-10-19
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-07
* ixgb: finish conversion to ndo_fix_featuresMichał Mirosław2011-09-23
* ixgb: eliminate checkstack warningsJesse Brandeburg2011-09-23
* ixgb: convert to ndo_fix_featuresMichał Mirosław2011-09-16
* intel: convert to SKB paged frag API.Ian Campbell2011-08-30