aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-10sfc: Implement module EEPROM access for SFE4002 and SFN4112FBen Hutchings1-0/+33
2012-05-10sfc: Added support for new ethtool APIs for obtaining module eepromStuart Hodgson3-0/+116
2012-05-10sfc: By default refill RX rings as soon as space for a batchDavid Riddoch1-6/+12
2012-05-10sfc: Fill RX rings completely full, rather than to 95% fullDavid Riddoch2-14/+4
2012-05-10sfc: Fix missing cleanup in failure path of efx_pci_probe()Ben Hutchings1-1/+2
2012-05-10sfc: Do not attempt to flush queues if DMA is disabledStuart Hodgson1-14/+19
2012-05-09e1000e: Fix merge conflict (net->net-next)Jeff Kirsher1-45/+11
2012-05-07smsc75xx: let EEPROM determine GPIO/LED settingsSteve Glendinning1-7/+12
2012-05-07smsc75xx: eliminate unnecessary phy register readSteve Glendinning1-3/+1
2012-05-07smsc75xx: replace 0xffff with PHY_INT_SRC_CLEAR_ALLSteve Glendinning2-1/+3
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller55-271/+477
2012-05-07Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller1-17/+40
2012-05-07netdev/of/phy: Add MDIO bus multiplexer driven by GPIO lines.David Daney3-0/+153
2012-05-07netdev/of/phy: Add MDIO bus multiplexer support.David Daney3-0/+202
2012-05-07netdev/of/phy: New function: of_mdio_find_bus().David Daney1-0/+32
2012-05-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller5-29/+69
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-1/+1
2012-05-06cdc_ether: Ignore bogus union descriptor for RNDIS devicesBjørn Mork1-2/+12
2012-05-06bnx2x: bug fix when loading after SAN bootAriel Elior1-1/+22
2012-05-05ixgbe: dcb: IEEE PFC stats and reset logic incorrectJohn Fastabend2-1/+12
2012-05-05e1000e: increase version numberBruce Allan1-1/+1
2012-05-05e1000e: clear REQ and GNT in EECD (82571 && 82572)Richard Alpe1-1/+11
2012-05-05e1000e: enable forced master/slave on 82577Bruce Allan1-26/+45
2012-05-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller5-10/+20
2012-05-04e1000: Silence sparse warnings by correcting typeAndrei Emeltchenko1-2/+2
2012-05-04igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init pathJohn Fastabend3-4/+6
2012-05-04ixgbe: Update link flow control to correctly handle multiple packet buffer DCBAlexander Duyck6-158/+102
2012-05-04ixgbe: Reorder link flow control functions in ixgbe_common.cAlexander Duyck1-290/+282
2012-05-04ixgbe: Use __free_pages instead of put_page to release pagesAlexander Duyck1-2/+3
2012-05-04ixgbe: Make ixgbe_fc_autoneg return void and always set current_modeAlexander Duyck4-31/+13
2012-05-04ixgbe: Reorder the ring to q_vector mapping to improve performanceAlexander Duyck1-15/+20
2012-05-04ixgbe: Track instances of buffer available but no DMA resources presentAlexander Duyck1-3/+3
2012-05-04e1000e: initial support for i217Bruce Allan7-28/+398
2012-05-04e1000e: Update driver version numberMatthew Vick1-1/+1
2012-05-03net/niu: remove one superfluous dma mask checkSebastian Andrzej Siewior1-1/+1
2012-05-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville5-10/+20
2012-05-03iwlwifi: fix skb truesize underestimationEric Dumazet3-8/+17
2012-05-03ixgbe: dcb: BIT_APP_UPCHG not set by ixgbe_copy_dcb_cfg()John Fastabend3-28/+22
2012-05-03ixgbe: fix race condition with shutdownDon Skidmore1-0/+2
2012-05-03ixgbevf: Update version stringGreg Rose1-1/+1
2012-05-03ixgbevf: Make sure jumbo frames are set correctly after PF resetGreg Rose2-15/+15
2012-05-03ixgbevf: Add support to recognize 100mb link speedGreg Rose3-7/+25
2012-05-03e1000e: Remove special case for 82573/82574 ASPM L1 disablementChris Boot1-8/+0
2012-05-03e1000e: Disable ASPM L1 on 82574Chris Boot1-1/+2
2012-05-03e1000e: Driver workaround for IPv6 Header Extension Erratum.Matthew Vick4-8/+26
2012-05-03e1000e: Resolve intermittent negotiation issue on 82574/82583.Matthew Vick1-1/+17
2012-05-03e1000e: cleanup long [read|write]_reg_locked PHY ops function pointersBruce Allan2-28/+29
2012-05-03e1000e: suggest a possible workaround to a device hang on 82577/8Bruce Allan1-0/+4
2012-05-03ixgbe: Fix use after free on module removeAlexander Duyck1-1/+3
2012-05-03sungem: Fix WakeOnLanGerard Lledo1-1/+1