aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAge
* ixgbevf: make netif_napi_add and netif_napi_del symmetricJohn Fastabend2012-10-23
* igb: Update versionCarolyn Wyborny2012-10-23
* igb: Update get cable length function for i210/i211Carolyn Wyborny2012-10-23
* e1000e: Minimum packet size must be 17 bytesTushar Dave2012-10-23
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-10-23
|\
| * ixgbe: Fix possible memory leak in ixgbe_set_ringparamAlexander Duyck2012-10-23
| * ixgbe: Add function ixgbe_reset_pipeline_82599Don Skidmore2012-10-23
| * ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_lenAlexander Duyck2012-10-23
| * ixgbe: Correcting small packet paddingTushar Dave2012-10-23
| * ixgbe: using is_zero_ether_addr() to simplify the codeWei Yongjun2012-10-23
| * ixgbe: (PTP) refactor init, cyclecounter and resetJacob Keller2012-10-23
| * ixgbe: add WOL support for new subdevice idEmil Tantilov2012-10-23
| * ixgbevf: Add VF DCB + SR-IOV supportAlexander Duyck2012-10-23
| * ixgbe: Enable support for VF API version 1.1 in the PF.Alexander Duyck2012-10-23
| * ixgbe: Add support for GET_QUEUES message to get DCB configurationAlexander Duyck2012-10-23
| * ixgbe: Add support for tracking the default user priority to SR-IOVAlexander Duyck2012-10-23
| * ixgbe: Add support for IPv6 and UDP to ixgbe_get_headlenAlexander Duyck2012-10-23
* | net/at91_ether: add pdata flag for reverse Eth addrJoachim Eastwood2012-10-23
* | net/at91_ether: select MACB in KconfigJoachim Eastwood2012-10-23
* | net/cadence: get rid of HAVE_NET_MACBJoachim Eastwood2012-10-23
* | net/macb: fix truncate warningsJoachim Eastwood2012-10-23
|/
* be2net: Update driver versionPadmanabh Ratnakar2012-10-21
* be2net: Fix skyhawk VF PCI Device IDPadmanabh Ratnakar2012-10-21
* be2net: Fix FW flashing on Skyhawk-RPadmanabh Ratnakar2012-10-21
* be2net: Enabling Wake-on-LAN is not supported in S5 statePadmanabh Ratnakar2012-10-21
* be2net: Fix VF driver load on newer Lancer FWPadmanabh Ratnakar2012-10-21
* be2net: Fix unnecessary delay in PCI EEHPadmanabh Ratnakar2012-10-21
* be2net: Fix issues in error recovery due to wrong queue statePadmanabh Ratnakar2012-10-21
* be2net: Fix ethtool get_settings output for VFPadmanabh Ratnakar2012-10-21
* be2net: Fix error messages while driver load for VFsPadmanabh Ratnakar2012-10-21
* be2net: Fix configuring VLAN for VF for LancerPadmanabh Ratnakar2012-10-21
* be2net: Wait till resources are available for VF in error recoveryPadmanabh Ratnakar2012-10-21
* be2net: Fix change MAC operation for VF for LancerPadmanabh Ratnakar2012-10-21
* be2net: Fix setting QoS for VF for LancerPadmanabh Ratnakar2012-10-21
* be2net: Fix driver load failure for different FW configs in LancerPadmanabh Ratnakar2012-10-21
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-10-19
|\
| * igb: Split igb_update_dca into separate Tx and Rx functionsAlexander Duyck2012-10-19
| * igb: Move the calls to set the Tx and Rx queues into igb_openAlexander Duyck2012-10-19
| * igb: Combine q_vector and ring allocation into a single functionAlexander Duyck2012-10-19
| * igb: Lock buffer size at 2K even on systems with larger pagesAlexander Duyck2012-10-19
| * igb: Move rx_buffer related code in Rx cleanup path into separate functionAlexander Duyck2012-10-19
| * igb: Map entire page and sync half instead of mapping and unmapping half pagesAlexander Duyck2012-10-19
| * igb: Combine post-processing of skb into a single functionAlexander Duyck2012-10-19
| * igb: Do not use header split, instead receive all frames into a single bufferAlexander Duyck2012-10-19
| * igb: Split Rx timestamping into two separate functionsAlexander Duyck2012-10-19
| * igb: Correcting and improving small packet check and paddingTushar Dave2012-10-19
| * ixgbe: Add mailbox API version negotiation support to ixgbe PFAlexander Duyck2012-10-19
| * ixgbe: Move message handling routines into their own functionsAlexander Duyck2012-10-19
| * ixgbe: Enable jumbo frames support w/ SR-IOVAlexander Duyck2012-10-19
| * ixgbe: Initialize q_vector cpu and affinity masks correctlyAlexander Duyck2012-10-19