summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: add skb frag size accessorsEric Dumazet2011-10-1959-234/+237
* cs89x0: Move the driver into the Cirrus dirJeff Kirsher2011-10-186-23/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller2011-10-178-50/+246
|\
| * ixgbe: change the eeprom version reported by ethtoolEmil Tantilov2011-10-173-10/+13
| * ixgbe: allow eeprom writes via ethtoolEmil Tantilov2011-10-172-0/+73
| * ixgbe: fix endianess when writing driver version to firmwareEmil Tantilov2011-10-171-8/+8
| * igb: Check if subordinate VFs are assigned to virtual machinesGreg Rose2011-10-172-30/+150
| * igbvf: Fix trunk vlanGreg Rose2011-10-171-2/+2
* | ehea: Remove unused tcp_end field in send WQAnton Blanchard2011-10-172-3/+1
* | ehea: Add GRO supportAnton Blanchard2011-10-171-10/+5
* | ehea: Remove LRO supportAnton Blanchard2011-10-173-83/+1
* | ehea: Add 64bit statisticsAnton Blanchard2011-10-172-5/+5
* | ehea: Remove some unused definitionsAnton Blanchard2011-10-171-25/+0
* | ehea: Simplify type 3 transmit routineAnton Blanchard2011-10-171-16/+3
* | ehea: Merge swqe2 TSO and non TSO pathsAnton Blanchard2011-10-171-55/+21
* | ehea: Simplify ehea_xmit2 and ehea_xmit3Anton Blanchard2011-10-171-101/+36
* | ehea: Allocate large enough skbs to avoid partial cacheline DMA writesAnton Blanchard2011-10-171-2/+2
* | ehea: Add vlan_featuresAnton Blanchard2011-10-171-0/+2
* | ehea: Dont check NETIF_F_TSO in TX pathAnton Blanchard2011-10-171-1/+1
* | ehea: Remove num_tx_qps module optionAnton Blanchard2011-10-172-36/+18
* | ehea: Remove force_irq logic in napi poll routineAnton Blanchard2011-10-172-11/+3
* | ehea: Update multiqueue supportAnton Blanchard2011-10-173-62/+49
* | ehea: Remove NETIF_F_LLTXAnton Blanchard2011-10-172-11/+2
|/
* igbvf: convert to ndo_fix_featuresMichał Mirosław2011-10-162-62/+20
* igb: enable l4 timestamping for v2 event packetsJacob Keller2011-10-161-0/+1
* ixgbe: Add new netdev op to turn spoof checking on or off per VFGreg Rose2011-10-164-10/+52
* e1000e: locking bug introduced by commit 67fd4fcbBruce Allan2011-10-162-8/+14
* ftmac100: fix skb truesize underestimationEric Dumazet2011-10-131-1/+4
* niu: fix skb truesize underestimationEric Dumazet2011-10-131-8/+4
* ftgmac100: fix skb truesize underestimationEric Dumazet2011-10-131-1/+3
* sky2: fix skb truesize underestimationEric Dumazet2011-10-131-1/+1
* e1000e: fix skb truesize underestimationEric Dumazet2011-10-131-2/+2
* ixgbe: fix skb truesize underestimationEric Dumazet2011-10-131-1/+1
* igb: fix skb truesize underestimationEric Dumazet2011-10-131-1/+1
* e1000: fix skb truesize underestimationEric Dumazet2011-10-131-1/+1
* bnx2: fix skb truesize underestimationEric Dumazet2011-10-131-2/+1
* be2net: fix truesize errorsEric Dumazet2011-10-131-4/+3
* igb: Version bump.Carolyn Wyborny2011-10-121-2/+2
* igb: Loopback functionality supports for i350 devicesAkeem G. Abodunrin2011-10-122-6/+24
* igb: fix static function warnings reported by sparseEmil Tantilov2011-10-121-6/+3
* igb: Add workaround for byte swapped VLAN on i350 local trafficAlexander Duyck2011-10-123-6/+25
* igb: Drop unnecessary write of E1000_IMS from igb_msix_otherAlexander Duyck2011-10-121-6/+0
* igb: Fix features that are currently 82580 only and should also be i350Alexander Duyck2011-10-121-9/+6
* igb: Make certain one vector is always assigned in igb_request_irqAlexander Duyck2011-10-121-6/+6
* igb: avoid unnecessarily creating a local copy of the q_vectorAlexander Duyck2011-10-121-29/+17
* ixgbe: Correct check for change in FCoE priorityMark Rustad2011-10-121-2/+10
* ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.Amir Hanania2011-10-125-11/+56
* ixgbe: Add protection from VF invalid target DMAGreg Rose2011-10-122-1/+175
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller2011-10-114-334/+411
|\
| * igb: add support for NETIF_F_RXHASHAlexander Duyck2011-10-071-17/+35