summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
...
* | ixgbe: Handle failures in the ixgbe_setup_rx/tx_resources callsAlexander Duyck2012-07-171-4/+16
* | ixgbe: Ping the VFs on link status change to trigger link changeAlexander Duyck2012-07-171-0/+6
* | ixgbevf: Use igb style interrupt masks instead of ixgbe styleAlexander Duyck2012-07-173-146/+105
* | ixgbevf: Move Tx clean-up into NAPI contextAlexander Duyck2012-07-173-182/+89
* | ixgbevf: Update q_vector to contain ring pointers instead of bitmapsAlexander Duyck2012-07-172-105/+65
* | ixgbevf: Cleanup accounting for space needed at start of xmit_frameAlexander Duyck2012-07-171-22/+24
* | ixgbevf: Drop use of eitr_low and eitr_high for hard coded valuesAlexander Duyck2012-07-172-10/+4
* | ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flagAlexander Duyck2012-07-172-20/+2
* | ixgbevf: Drop netdev_registered value since that is already stored in netdevAlexander Duyck2012-07-172-6/+1
* | ixgbevf: Drop all dead or unnecessary codeAlexander Duyck2012-07-173-228/+22
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-07-1611-225/+265
|\ \
| * | ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB configAlexander Duyck2012-07-142-147/+129
| * | ixgbe: Add function for obtaining FCoE TC based on FCoE user priorityAlexander Duyck2012-07-144-15/+22
| * | ixgbe: Populate the prio_tc_map in ixgbe_setup_tcAlexander Duyck2012-07-144-23/+35
| * | ixgbe: Cleanup unpacking code for DCBAlexander Duyck2012-07-141-25/+22
| * | ixgbe: Simplify logic for getting traffic class from user priorityAlexander Duyck2012-07-141-7/+23
| * | e1000e: Program the correct register for ITR when using MSI-X.Matthew Vick2012-07-143-7/+31
| * | e1000e: Cleanup code logic in e1000_check_for_serdes_link_82571()Tushar Dave2012-07-141-6/+8
* | | ethernet: Use eth_random_addrJoe Perches2012-07-162-3/+3
|/ /
* | ixgbe: Merge RSS and flow director ring register caching and configurationAlexander Duyck2012-07-111-74/+24
* | ixgbe: Clean up a useless switch statement and dead code in configure_srrctlAlexander Duyck2012-07-111-21/+15
* | ixgbe: Add feature offset value to ring featuresAlexander Duyck2012-07-114-18/+16
* | ixgbe: Add upper limit to ring featuresAlexander Duyck2012-07-114-8/+14
* | ixgbe: count q_vectors instead of MSI-X vectorsAlexander Duyck2012-07-114-89/+59
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-101-0/+5
|\ \ | |/
| * ixgbe: DCB and SR-IOV can not co-exist and will cause hangsAlexander Duyck2012-07-091-0/+5
* | drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings2012-07-101-6/+3
* | drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-1013-63/+68
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-053-72/+33
|\ \ | |/
| * e1000e: remove use of IP payload checksumBruce Allan2012-07-012-61/+15
| * igbvf: fix divide by zeroMitch A Williams2012-06-301-11/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-283-7/+13
|\ \ | |/
| * ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDPAlexander Duyck2012-06-263-7/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-254-8/+19
|\ \ | |/
| * ixgbe: Fix memory leak in ixgbe when receiving traffic on DDP enabled ringsAlexander Duyck2012-06-201-1/+1
| * Kconfig: Fix Kconfig for Intel ixgbe and igb PTP support.Carolyn Wyborny2012-06-201-3/+7
| * igb: Fix incorrect RAR address entries for i210/i211 device.Carolyn Wyborny2012-06-201-2/+0
| * ixgbe: Fix PHC loophole allowing misconfiguration of increment registerJacob Keller2012-06-171-2/+11
* | ixgbe: simplify padding and length checksStephen Hemminger2012-06-211-7/+2
* | ixgbe: clean up ixgbe_get_settings ethtool functionJacob Keller2012-06-201-85/+62
* | ixgbe: add support for 1G SX modulesJacob Keller2012-06-203-5/+24
* | igb: Version bumpCarolyn Wyborny2012-06-201-3/+3
* | igb: Update firmware info outputCarolyn Wyborny2012-06-203-10/+89
* | igb: Streamline RSS queue and queue pairing assignment logic.Matthew Vick2012-06-202-33/+55
* | igb: Support the get_ts_info ethtool method.Carolyn Wyborny2012-06-201-0/+35
* | igb: Add switch case for supported hardware to igb_ptp_remove.Carolyn Wyborny2012-06-201-1/+11
* | igb: A fix to VF TX rate limitLior Levy2012-06-202-0/+6
* | e1000: Combining Bitwise OR in one expression.Tushar Dave2012-06-201-6/+6
* | ixgbe: Check PTP Rx timestamps via BPF filterJacob Keller2012-06-143-14/+104
* | ixgbe: PTP Fix hwtstamp mode settingsJacob Keller2012-06-141-15/+8
OpenPOWER on IntegriCloud