aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-29igb: Enable auto-crossover during forced operation on 82580 and above.Matthew Vick2-12/+21
2012-10-29igbvf: Check for error on dma_map_single callGreg Rose1-0/+13
2012-10-29ixgbevf: Do not forward LLDP type framesGreg Rose1-0/+5
2012-10-29ixgbe: reduce PTP rx path overheadJiri Benc1-2/+4
2012-10-29ixgbe: add/update descriptor maps in commentsJosh Hay1-6/+55
2012-10-29ixgbe: Do not decrement budget in ixgbe_clean_rx_irqAlexander Duyck1-5/+4
2012-10-29ixgbe: Return success or failure on VF MAC filter setGreg Rose1-1/+1
2012-10-29ixgbe: clean up the condition for turning on/off the laserEmil Tantilov1-23/+8
2012-10-29net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend2-1/+4
2012-10-29ixgbe: Fix return value from macvlan filter functionGreg Rose1-1/+2
2012-10-29ixgbe: Add support for pipeline resetDon Skidmore3-32/+153
2012-10-26r8169: enable ALDPS for power savinghayeswang1-10/+46
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller4-30/+62
2012-10-23be2net: Fix smatch warnings in be_main.cPadmanabh Ratnakar3-7/+16
2012-10-23ixgbevf: Update version stringGreg Rose1-1/+1
2012-10-23ixgbevf: fix softirq-safe to unsafe splat on internal mbx_lockJohn Fastabend1-20/+20
2012-10-23ixgbevf: Check for error on dma_map_single callGreg Rose1-1/+7
2012-10-23ixgbevf: make netif_napi_add and netif_napi_del symmetricJohn Fastabend1-7/+2
2012-10-23igb: Update versionCarolyn Wyborny1-1/+1
2012-10-23igb: Update get cable length function for i210/i211Carolyn Wyborny1-0/+20
2012-10-23e1000e: Minimum packet size must be 17 bytesTushar Dave1-0/+11
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller16-167/+539
2012-10-23net/at91_ether: add pdata flag for reverse Eth addrJoachim Eastwood2-4/+2
2012-10-23net/at91_ether: select MACB in KconfigJoachim Eastwood2-2/+2
2012-10-23net/cadence: get rid of HAVE_NET_MACBJoachim Eastwood1-5/+0
2012-10-23net/macb: fix truncate warningsJoachim Eastwood1-4/+4
2012-10-22ixgbe: Fix possible memory leak in ixgbe_set_ringparamAlexander Duyck1-52/+50
2012-10-22ixgbe: Add function ixgbe_reset_pipeline_82599Don Skidmore2-0/+45
2012-10-22ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_lenAlexander Duyck1-3/+0
2012-10-22ixgbe: Correcting small packet paddingTushar Dave1-0/+1
2012-10-22ixgbe: using is_zero_ether_addr() to simplify the codeWei Yongjun1-2/+1
2012-10-22ixgbe: (PTP) refactor init, cyclecounter and resetJacob Keller3-73/+66
2012-10-22ixgbe: add WOL support for new subdevice idEmil Tantilov2-0/+2
2012-10-22ixgbevf: Add VF DCB + SR-IOV supportAlexander Duyck6-8/+232
2012-10-22ixgbe: Enable support for VF API version 1.1 in the PF.Alexander Duyck1-8/+21
2012-10-22ixgbe: Add support for GET_QUEUES message to get DCB configurationAlexander Duyck2-0/+52
2012-10-22ixgbe: Add support for tracking the default user priority to SR-IOVAlexander Duyck3-20/+55
2012-10-22ixgbe: Add support for IPv6 and UDP to ixgbe_get_headlenAlexander Duyck1-1/+14
2012-10-21be2net: Update driver versionPadmanabh Ratnakar1-1/+1
2012-10-21be2net: Fix skyhawk VF PCI Device IDPadmanabh Ratnakar2-1/+6
2012-10-21be2net: Fix FW flashing on Skyhawk-RPadmanabh Ratnakar2-76/+173
2012-10-21be2net: Enabling Wake-on-LAN is not supported in S5 statePadmanabh Ratnakar1-3/+0
2012-10-21be2net: Fix VF driver load on newer Lancer FWPadmanabh Ratnakar3-0/+42
2012-10-21be2net: Fix unnecessary delay in PCI EEHPadmanabh Ratnakar1-2/+6
2012-10-21be2net: Fix issues in error recovery due to wrong queue statePadmanabh Ratnakar1-4/+5
2012-10-21be2net: Fix ethtool get_settings output for VFPadmanabh Ratnakar1-31/+42
2012-10-21be2net: Fix error messages while driver load for VFsPadmanabh Ratnakar5-2/+173
2012-10-21be2net: Fix configuring VLAN for VF for LancerPadmanabh Ratnakar1-2/+10
2012-10-21be2net: Wait till resources are available for VF in error recoveryPadmanabh Ratnakar3-2/+37
2012-10-21be2net: Fix change MAC operation for VF for LancerPadmanabh Ratnakar1-10/+42