summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* bonding: in balance-rr mode, set curr_active_slave only if it is upMichal Kubeček2012-11-281-1/+1
* smsc75xx: don't enable remote wakeup directlySteve Glendinning2012-11-281-35/+8
* smsc75xx: add support for USB dynamic autosuspendSteve Glendinning2012-11-281-4/+119
* smsc75xx: fix error handling in suspend failure caseSteve Glendinning2012-11-281-31/+38
* smsc75xx: support PHY wakeup sourceSteve Glendinning2012-11-281-17/+152
* smsc75xx: refactor entering suspend modesSteve Glendinning2012-11-281-24/+38
* smsc75xx: check return code from smsc75xx_resetSteve Glendinning2012-11-281-0/+1
* qlcnic: fix coding style issues in qlcnic_minidump.cSony Chacko2012-11-281-17/+17
* qlcnic: create file qlcnic_minidump.c for dump utilitySony Chacko2012-11-284-628/+632
* qlcnic: fix style issues in qlcnic_sysfs.c fileSony Chacko2012-11-281-116/+127
* qlcnic: create file qlcnic_sysfs.c for sysfs routinesSony Chacko2012-11-284-956/+969
* qlcnic: fix coding style issues in qlcnic_io.cSony Chacko2012-11-281-150/+113
* qlcnic: create file qlcnic_io.c for datapath routinesSony Chacko2012-11-285-1376/+1373
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-11-287-28/+39
|\
| * ixgbe: bump version numberDon Skidmore2012-11-281-5/+1
| * ixgbe: Make the bridge mode setting stickyGreg Rose2012-11-283-4/+10
| * ixgbe: Fix incorrect disabling of Tx hang check in case of PFCParikh, Neerav2012-11-281-4/+10
| * ixgbe: Drop RLPML configuration from x540 RXDCTL register configurationAlexander Duyck2012-11-281-8/+0
| * igb: Use a 32-bit mask when calculating the flow control watermarksMatthew Vick2012-11-281-3/+2
| * igbvf: update version numberMitch A Williams2012-11-281-1/+1
| * igbvf: work around i350 erratumMitch A Williams2012-11-283-3/+15
* | bnx2x: Change duplex setting in EEE functionYaniv Rosner2012-11-281-2/+2
* | bnx2x: Add warning message in case of non-10G SFP moduleYaniv Rosner2012-11-281-2/+8
* | bnx2x: Cosmetic changesYaniv Rosner2012-11-282-188/+127
* | bnx2x: Always take PHY lockYaniv Rosner2012-11-286-52/+11
* | bnx2x: Add support for BCM84834Yaniv Rosner2012-11-282-16/+67
* | bnx2x: Fix SFP+ current leakageYaniv Rosner2012-11-281-46/+45
* | bnx2x: Change MDIO clock settingsYaniv Rosner2012-11-284-20/+66
* | bnx2x: Add support for 20G-KR2Yaniv Rosner2012-11-284-34/+365
* | bnx2x: Activate LFAYaniv Rosner2012-11-283-1/+22
|/
* cpts: add missing kconfig dependencyRichard Cochran2012-11-261-0/+1
* stmmac: update the driver version to Nov_2012Giuseppe CAVALLARO2012-11-261-1/+1
* stmmac: get/set coalesce parameters via ethtoolGiuseppe CAVALLARO2012-11-261-0/+83
* stmmac: add Rx watchdog support to mitigate the DMA irqsGiuseppe CAVALLARO2012-11-268-20/+71
* stmmac: add the initial tx coalesce schemaGiuseppe CAVALLARO2012-11-265-62/+111
* stmmac: remove dead code for STMMAC_TIMER supportGiuseppe CAVALLARO2012-11-266-310/+3
* tun: put correct method name in a debug message.Rami Rosen2012-11-261-1/+1
* vtun: fix typos.Rami Rosen2012-11-261-4/+4
* dsa: Hide core config options; make drivers select what they needBen Hutchings2012-11-261-0/+4
* smsc: Add logging message newlinesJoe Perches2012-11-252-291/+296
* qlcnic: fix sparse check endian warningsShahed Shaikh2012-11-256-221/+300
* net: dsa/slave: Fix compilation warningsviresh kumar2012-11-251-1/+0
* 8139cp: re-enable interrupts after tx timeoutDavid Woodhouse2012-11-251-0/+1
* 8139cp: enable bqlDavid Woodhouse2012-11-251-0/+11
* 8139cp: set ring address after enabling C+ modeDavid Woodhouse2012-11-251-12/+28
* Revert "8139cp: revert "set ring address before enabling receiver""David S. Miller2012-11-251-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-2517-60/+157
|\
| * bnx2x: remove redundant warning logAriel Elior2012-11-231-4/+7
| * 8139cp: revert "set ring address before enabling receiver"françois romieu2012-11-231-11/+11
| * team: bcast: convert return value of team_dev_queue_xmit() to bool correctlyJiri Pirko2012-11-211-3/+3