aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-26cpts: add missing kconfig dependencyRichard Cochran1-0/+1
2012-11-26stmmac: update the driver version to Nov_2012Giuseppe CAVALLARO1-1/+1
2012-11-26stmmac: get/set coalesce parameters via ethtoolGiuseppe CAVALLARO1-0/+83
2012-11-26stmmac: add Rx watchdog support to mitigate the DMA irqsGiuseppe CAVALLARO8-20/+71
2012-11-26stmmac: add the initial tx coalesce schemaGiuseppe CAVALLARO5-62/+111
2012-11-26stmmac: remove dead code for STMMAC_TIMER supportGiuseppe CAVALLARO6-310/+3
2012-11-25qlcnic: fix sparse check endian warningsShahed Shaikh6-221/+300
2012-11-258139cp: re-enable interrupts after tx timeoutDavid Woodhouse1-0/+1
2012-11-258139cp: enable bqlDavid Woodhouse1-0/+11
2012-11-258139cp: set ring address after enabling C+ modeDavid Woodhouse1-12/+28
2012-11-25Revert "8139cp: revert "set ring address before enabling receiver""David S. Miller1-11/+11
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-19/+27
2012-11-23net/macb: GEM DMA configuration register updateNicolas Ferre2-2/+19
2012-11-23be2net: fix a possible events_get() race on BE2Sathya Perla1-4/+7
2012-11-23bnx2x: remove redundant warning logAriel Elior1-4/+7
2012-11-238139cp: revert "set ring address before enabling receiver"françois romieu1-11/+11
2012-11-22igb: Do not parse past IP header on fragments beyond the firstAlexander Duyck1-4/+7
2012-11-22igb: No longer rely on APME to determine WoL settingsMatthew Vick3-70/+29
2012-11-22igb: Update PTP Rx filtersMatthew Vick1-27/+20
2012-11-22ixgbe: fdb: only allow NUD_PERM fdb entriesJohn Fastabend1-1/+4
2012-11-22ixgbe: ethtool correctly identify autoneg settingJacob Keller4-3/+9
2012-11-22ixgbe: remove needless queuing for L4 ptp packetsJacob Keller1-32/+2
2012-11-22ixgbe: use ETQF filter name instead of magic numberJacob Keller1-3/+3
2012-11-22ixgbe: convert to use simple_open()Wei Yongjun1-30/+2
2012-11-22ixgbe: Reformat output of ixgbe_dumpJosh Hay1-34/+41
2012-11-20net: fix build failure in xilinxJeff Mahoney1-0/+2
2012-11-20ixp4xx_eth: avoid calling dma_pool_create() with NULL devXi Wang1-3/+5
2012-11-20ne2000: add the right platform deviceAlan Cox1-0/+1
2012-11-20bnx2x: Remove duplicate inclusion of bnx2x_hsi.hSachin Kamat1-1/+0
2012-11-19net: Remove bogus dependencies on INETBen Hutchings9-10/+10
2012-11-19ehea: Remove remnants of LRO supportBen Hutchings2-4/+3
2012-11-19mlx4_en: Remove remnants of LRO supportBen Hutchings3-25/+4
2012-11-19net/ethernet: remove useless is_valid_ether_addr from drivers ndo_openJoachim Eastwood13-62/+1
2012-11-19net/macb: move to circ_buf macros and fix initial conditionNicolas Ferre1-10/+7
2012-11-18sis900: fix sis900_set_mode call parameters.Francois Romieu1-1/+1
2012-11-18qlcnic: fix sparse warningsSony Chacko3-53/+65
2012-11-18qlcnic: fix compiler warningsSony Chacko5-25/+17
2012-11-17pch_gbe, ptp_pch: Fix the dependency direction between these driversBen Hutchings1-0/+1
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-41/+34
2012-11-16tilegx: request_irq with a non-null device nameSimon Marchi1-1/+1
2012-11-15ixgbevf: Add checksum statistics counters to ringsGreg Rose2-7/+18
2012-11-15ixgbevf: Remove unneeded and obsolete commentGreg Rose1-7/+0
2012-11-15ixgbevf: White space and comments clean upGreg Rose1-13/+6
2012-11-15ixgbevf: Remove mailbox spinlock from the reset functionGreg Rose1-4/+0
2012-11-15ixgbevf: Remove checking for mac.ops function pointersGreg Rose1-38/+18
2012-11-15ixgbevf: Remove the ring adapter pointer valueGreg Rose1-1/+0
2012-11-15ixgbevf: Fix unnecessary dereference where local var is available.Greg Rose1-2/+2
2012-11-15ixgbevf: Streamline the rx buffer allocationGreg Rose1-5/+5
2012-11-14net: cpsw: halt network stack before halting the device during suspendMugunthan V N1-3/+3
2012-11-14cpsw: simplify the setup of the register pointersRichard Cochran1-139/+103