summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: add Linux NICS mailing list to contact infoJacob Keller2014-03-1223-0/+23
* ixgbe: move setting rx_pb_size into get_invariantsJacob Keller2014-03-123-4/+3
* ixgbe: Fix format string in ixgbe_fcoe.cMasanari Iida2014-03-121-1/+1
* net: ixgbe calls skb_set_hashTom Herbert2014-03-121-1/+3
* ixgbe: implement SIOCGHWTSTAMP ioctlJacob Keller2014-03-023-8/+24
* ixgbe: Check config reads for removalMark Rustad2014-03-024-15/+75
* ixgbe: Fix up some ethtool results when adapter is removedMark Rustad2014-03-021-1/+8
* ixgbe: Restore hw_addr in LER recovery pathsMark Rustad2014-03-021-2/+4
* ixgbe: Add check for FW veto bitDon Skidmore2014-02-284-4/+63
* ixgbe: fix bit toggled for 82599 reset fix.Don Skidmore2014-02-281-1/+2
* ixgbe: collect all 82599 AUTOC code in one functionDon Skidmore2014-02-287-141/+161
* ixgbe: fix to use correct timeout interval for memory read completionDon Skidmore2014-02-282-3/+64
* ixgbe: Add WoL support for a new deviceMark Rustad2014-02-262-0/+2
* ixgbe: don't use magic size number to assign ptp_caps.nameJacob Keller2014-02-261-2/+6
* ixgbe: modify behavior on receiving a HW ECC error.Don Skidmore2014-02-261-6/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-191-3/+3
|\
| * netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-171-3/+3
* | ixgbe: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-12/+4
|/
* ixgbe: bump version numberDon Skidmore2014-01-171-1/+1
* ixgbe: add braces around else condition in ixgbe_qv_lock_* callsJacob Keller2014-01-171-2/+4
* ixgbe: set driver_max_VFs should be done before enabling SRIOVethan.zhao2014-01-171-1/+1
* ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63ethan.zhao2014-01-173-4/+9
* ixgbe: Fix incorrect logic for fixed fiber eeprom writeDon Skidmore2014-01-161-1/+1
* ixgbe: reinit_locked() should be called with rtnl_lockJohn Fastabend2014-01-161-0/+2
* ixgbe: Clear head write-back registers on VF resetAlexander Duyck2014-01-152-0/+17
* ixgbe: Force QDE via PFQDE for VFs during resetAlexander Duyck2014-01-152-3/+18
* ixgbe: Additional adapter removal checksMark Rustad2014-01-142-0/+38
* ixgbe: Check for adapter removal on register writesMark Rustad2014-01-143-5/+12
* ixgbe: Check register reads for adapter removalMark Rustad2014-01-143-5/+53
* ixgbe: Make ethtool register test use accessorsMark Rustad2014-01-141-51/+47
* ixgbe: Use static inlines instead of macrosMark Rustad2014-01-143-12/+33
* ixbge: Protect ixgbe_down with __IXGBE_DOWN bitMark Rustad2014-01-141-1/+3
* ixgbe: Indicate removal state explicitlyMark Rustad2014-01-142-4/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-20/+13
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-20/+13
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-0/+2
|\ \ | |/
| * ixgbe: fix for unused variable warning with certain configDon Skidmore2013-12-171-0/+2
* | net: ixgbe: slight optimization of addr comparedingtianhong2013-12-311-2/+1
* | ixgbe: Start temperature sensor attribute index with 1Guenter Roeck2013-12-171-4/+4
* | ixgbe: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2013-12-172-48/+36
|/
* ixgbe: Make ixgbe_identify_qsfp_module_generic staticMark Rustad2013-11-302-2/+2
* ixgbe: turn NETIF_F_HW_L2FW_DOFFLOAD off by defaultJohn Fastabend2013-11-301-3/+2
* ixgbe: ixgbe_fwd_ring_down needs to be staticJohn Fastabend2013-11-301-2/+2
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+4
|\
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+4
* | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-10/+5
|\ \
| * | DMA-API: net: intel/ixgbe: fix 32-bit DMA mask handlingRussell King2013-09-211-10/+5
* | | ixgbe: add warning when max_vfs is out of range.Jacob Keller2013-11-112-8/+13
* | | ixgbe: deleting dfwd stations out of order can cause null ptr derefJohn Fastabend2013-11-081-2/+6
* | | ixgbe: fix build err, num_rx_queues is only available with CONFIG_RPSJohn Fastabend2013-11-081-6/+10
OpenPOWER on IntegriCloud