summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-0824-188/+239
|\
| * bnx2x: bug fix when loading after SAN bootAriel Elior2012-05-061-1/+22
| * e1000: Silence sparse warnings by correcting typeAndrei Emeltchenko2012-05-041-2/+2
| * igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init pathJohn Fastabend2012-05-043-4/+6
| * ixgbe: dcb: BIT_APP_UPCHG not set by ixgbe_copy_dcb_cfg()John Fastabend2012-05-033-28/+22Star
| * ixgbe: fix race condition with shutdownDon Skidmore2012-05-031-0/+2
| * sungem: Fix WakeOnLanGerard Lledo2012-05-031-1/+1
| * ucc_geth: Add 16 bytes to max TX frame for VLANsJoakim Tjernlund2012-05-031-3/+3
| * net: ucc_geth, increase no. of HW RX descriptorsJoakim Tjernlund2012-05-031-1/+1
| * sky2: fix receive length error in mixed non-VLAN/VLAN trafficstephen hemminger2012-05-012-12/+17
| * sky2: propogate rx hash when packet is copiedstephen hemminger2012-05-011-0/+3
| * cxgb3: Don't call cxgb_vlan_mode until q locks are initializedRoland Dreier2012-05-011-46/+46
| * ixgbe: fix calling skb_put on nonlinear skb assertion bugYi Zou2012-05-011-0/+1
| * ixgbe: Fix a memory leak in IEEE DCBAlexander Duyck2012-05-011-4/+5
| * igbvf: fix the bug when initializing the igbvfSamuel Liao2012-05-011-2/+2
| * dl2k: Clean up rio_ioctlJeff Mahoney2012-04-262-50/+9Star
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-04-262-47/+54
| |\
| | * e1000e: Fix default interrupt throttle rate not set in NIC HWJeff Kirsher2012-04-251-46/+53
| | * e1000e: MSI interrupt test failed, using legacy interruptPrasanna S Panchamukhi2012-04-251-1/+1
| * | ehea: fix promiscuous modeThadeu Lima de Souza Cascardo2012-04-261-5/+1Star
| * | ehea: fix allmulticast supportThadeu Lima de Souza Cascardo2012-04-262-10/+16
| * | tg3: Avoid panic from reserved statblk field accessMatt Carlson2012-04-251-2/+16
| * | tlan: add cast needed for proper 64 bit operationBenjamin Poirier2012-04-251-1/+1
| |/
| * net/davinci_emac: fix failing PHY connect attemptsAnatolij Gustschin2012-04-241-1/+1
| * ehea: only register irq after setting up portsThadeu Lima de Souza Cascardo2012-04-241-12/+18
* | ixgbe: dcb: IEEE PFC stats and reset logic incorrectJohn Fastabend2012-05-052-1/+12
* | e1000e: increase version numberBruce Allan2012-05-051-1/+1
* | e1000e: clear REQ and GNT in EECD (82571 && 82572)Richard Alpe2012-05-051-1/+11
* | e1000e: enable forced master/slave on 82577Bruce Allan2012-05-051-26/+45
* | ixgbe: Update link flow control to correctly handle multiple packet buffer DCBAlexander Duyck2012-05-046-158/+102Star
* | ixgbe: Reorder link flow control functions in ixgbe_common.cAlexander Duyck2012-05-041-290/+282Star
* | ixgbe: Use __free_pages instead of put_page to release pagesAlexander Duyck2012-05-041-2/+3
* | ixgbe: Make ixgbe_fc_autoneg return void and always set current_modeAlexander Duyck2012-05-044-31/+13Star
* | ixgbe: Reorder the ring to q_vector mapping to improve performanceAlexander Duyck2012-05-041-15/+20
* | ixgbe: Track instances of buffer available but no DMA resources presentAlexander Duyck2012-05-041-3/+3
* | e1000e: initial support for i217Bruce Allan2012-05-047-28/+398
* | e1000e: Update driver version numberMatthew Vick2012-05-041-1/+1
* | net/niu: remove one superfluous dma mask checkSebastian Andrzej Siewior2012-05-031-1/+1
* | ixgbevf: Update version stringGreg Rose2012-05-031-1/+1
* | ixgbevf: Make sure jumbo frames are set correctly after PF resetGreg Rose2012-05-032-15/+15
* | ixgbevf: Add support to recognize 100mb link speedGreg Rose2012-05-033-7/+25
* | e1000e: Remove special case for 82573/82574 ASPM L1 disablementChris Boot2012-05-031-8/+0Star
* | e1000e: Disable ASPM L1 on 82574Chris Boot2012-05-031-1/+2
* | e1000e: Driver workaround for IPv6 Header Extension Erratum.Matthew Vick2012-05-034-8/+26
* | e1000e: Resolve intermittent negotiation issue on 82574/82583.Matthew Vick2012-05-031-1/+17
* | e1000e: cleanup long [read|write]_reg_locked PHY ops function pointersBruce Allan2012-05-032-28/+29
* | e1000e: suggest a possible workaround to a device hang on 82577/8Bruce Allan2012-05-031-0/+4
* | ixgbe: Fix use after free on module removeAlexander Duyck2012-05-031-1/+3
* | be2net: Fix EEH error reset before a flash dump completesSomnath Kotur2012-05-031-0/+5
* | be2net: Record receive queue index in skb to aid RPS.Somnath Kotur2012-05-031-0/+2