summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* e1000e: Exclude device from suspend direct complete optimizationKai-Heng Feng2019-04-051-0/+2
* e1000e: fix cyclic resets at link up with active txKonstantin Khlebnikov2019-04-051-9/+6
* e1000e: Fix -Wformat-truncation warningsFlorian Fainelli2019-04-051-2/+2
* ice: fix ice_remove_rule_internal vsi_list handlingJacob Keller2019-04-051-2/+13
* ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OKJan Sokolowski2019-02-211-1/+2
* i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel2019-02-212-3/+15
* ixgbe: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-02-212-3/+21
* i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-02-212-1/+17
* ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher2019-02-211-2/+5
* Revert "igb: reduce CPU0 latency when updating statistics"Jeff Kirsher2019-01-153-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-161-1/+1
|\
| * ixgbe: fix Kconfig when driver is not a moduleJeff Kirsher2019-01-041-1/+1
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-084-12/+12
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-12-2013-26/+373
|\
| * ixgbe: use mii_bus to handle MII related ioctlsSteve Douthit2018-12-201-0/+18
| * ixgbe: register a mdiobusSteve Douthit2018-12-205-0/+309
| * igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng2018-12-201-3/+5
| * ice: Do not enable NAPI on q_vectors that have no ringsYoung Xiao2018-12-201-4/+12
| * i40e: extend PTP gettime function to read system clockMiroslav Lichvar2018-12-201-6/+12
| * i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko2018-12-201-0/+3
| * e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_waitYueHaibing2018-12-201-2/+2
| * igb: Change RXPBSIZE size when setting Qav modeJesus Sanchez-Palencia2018-12-202-1/+2
| * igb: reduce CPU0 latency when updating statisticsJeff Kirsher2018-12-203-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-205-53/+32
|\ \ | |/ |/|
| * ixgbe: Fix race when the VF driver does a resetRoss Lagerwall2018-12-121-1/+10
| * i40e: DRY rx_ptype handling codeMichał Mirosław2018-12-123-15/+6
| * i40e: fix VLAN.TCI == 0 RX HW offloadMichał Mirosław2018-12-123-30/+9
| * i40e: fix mac filter delete when setting mac addressStefan Assmann2018-12-121-7/+7
* | xfrm: prefer secpath_set over secpath_dupFlorian Westphal2018-12-192-8/+10
* | drivers: net: intel: use secpath helpers in more placesFlorian Westphal2018-12-194-7/+12
* | net: ndo_bridge_setlink: Add extackPetr Machata2018-12-123-3/+7
* | net: documentation: build a directory structure for driversJakub Kicinski2018-12-051-12/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-284-9/+12
|\ \ | |/
| * i40e: fix kerneldoc for xsk methodsJan Sokolowski2018-11-281-7/+7
| * ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser2018-11-281-1/+3
| * i40e: Fix deletion of MAC filtersLihong Yang2018-11-281-1/+1
| * igb: fix uninitialized variablesYunjian Wang2018-11-281-0/+1
* | igc: Remove obsolete IGC_ERR defineSasha Neftin2018-11-212-3/+1
* | ixgbe: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-211-3/+3
* | ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-2111-54/+73
* | igb: Fix format with line continuation whitespaceJoe Perches2018-11-211-7/+6
* | ice: Fix possible NULL pointer de-referenceBruce Allan2018-11-201-0/+3
* | ice: Use Tx|Rx in commentsAnirudh Venkataramanan2018-11-209-42/+42
* | ice: Cosmetic formatting changesAnirudh Venkataramanan2018-11-2011-84/+83
* | ice: Cleanup short function signaturesBruce Allan2018-11-203-8/+4
* | ice: Cleanup ice_tx_timeout()Bruce Allan2018-11-201-13/+9
* | ice: Fix return value from NAPI pollDave Ertman2018-11-201-1/+2
* | ice: Constify global structures that can/should beBruce Allan2018-11-201-2/+2
* | ice: Do not set LAN_EN for MAC-VLAN filtersYashaswini Raghuram Prathivadi Bhayankaram2018-11-201-13/+24
* | ice: Pass the return value of ice_init_def_sw_recp()Jaroslaw Ilgiewicz2018-11-201-3/+1
OpenPOWER on IntegriCloud