summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2013-03-18sfc: Fix Kconfig typo "----help---"Paul Bolle1-1/+1
2013-01-29net: mvneta: remove unneeded version.h includeJesper Juhl1-1/+0
2013-01-29Merge branch 'master' into for-nextJiri Kosina374-13162/+22466
2013-01-28r8169: fix vlan tag read ordering.françois romieu1-8/+6
2013-01-23r8169: remove the obsolete and incorrect AMD workaroundTimo Teräs1-7/+0
2013-01-22netxen: fix off by one bug in netxen_release_tx_buffer()Eric Dumazet2-1/+3
2013-01-18net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware defaultsOr Gerlitz1-9/+2
2013-01-18net/mlx4_en: Fix bridged vSwitch configuration for non SRIOV modeYan Burman1-4/+9
2013-01-18net: calxedaxgmac: throw away overrun framesRob Herring1-0/+4
2013-01-183c574_cs: fix operator precedence between << and &Nickolai Zeldovich1-1/+1
2013-01-17cxgb4: set coalesce parameters on all queuesThadeu Lima de Souza Cascardo1-3/+14
2013-01-16ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctlJacob Keller1-2/+2
2013-01-16ixgbe: only compile ixgbe_debugfs.o when enabledJacob Keller2-6/+2
2013-01-15tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir1-23/+35
2013-01-15tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2013-01-13be2net: fix unconditionally returning IRQ_HANDLED in INTxSathya Perla2-9/+21
2013-01-12qlge: remove NETIF_F_TSO6 flagAmerigo Wang1-1/+1
2013-01-11net: ethernet: xilinx: Do not use NO_IRQ in axienetMichal Simek1-1/+1
2013-01-11net: ethernet: xilinx: Do not use axienet on PPCMichal Simek1-1/+1
2013-01-11bnx2x: Allow management traffic after boot from SANBarak Witkowski1-8/+52
2013-01-11bnx2x: Fix fastpath structures when memory allocation failsYuval Mintz1-2/+28
2013-01-11bfin_mac: Restore hardware time-stamping dependency on BF518Lars-Peter Clausen1-0/+1
2013-01-11bnx2x: move debugging code before the returnDan Carpenter1-1/+1
2013-01-09treewide: Fix typo in various driversMasanari Iida1-1/+1
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2-2/+2
2012-12-29forcedeth: Fix WARNINGS that result when DMA mapping is not checkedLarry Finger1-0/+35
2012-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-16/+13
2012-12-27cpts: fix a run time warn_on.Richard Cochran1-1/+1
2012-12-27cpts: fix build error by removing useless code.Richard Cochran2-2/+0
2012-12-22Drivers: network: more __dev* removalGreg KH2-13/+12
2012-12-22Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds15-59/+1309
2012-12-20Merge branches 'cxgb4', 'ipoib' and 'mlx4' into for-nextRoland Dreier6-44/+128
2012-12-20RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya4-6/+24
2012-12-20RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2-0/+55
2012-12-20RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya3-2/+162
2012-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-61/+98
2012-12-208139cp: Prevent dev_close/cp_interrupt race on MTU changeJohn Greene1-7/+11
2012-12-20drivers/net: Use of_match_ptr() macro in smsc911x.cSachin Kamat1-1/+3
2012-12-20drivers/net: Use of_match_ptr() macro in smc91x.cSachin Kamat1-3/+1
2012-12-20ksz884x: fix receive polling race conditionLennert Buytenhek1-3/+9
2012-12-20qlcnic: update driver versionSigned-off-by: Sony Chacko1-2/+2
2012-12-20qlcnic: fix unused variable warningsShahed Shaikh4-12/+6
2012-12-19mlx4_core: Allow choosing flow steering modeJack Morgenstein3-16/+49
2012-12-19mlx4_core: Adjustments to Flow Steering activation logic for SR-IOVJack Morgenstein3-25/+62
2012-12-19mlx4_core: Fix error flow in the flow steering wrapperHadar Hen Zion1-1/+1
2012-12-19mlx4_core: Add QPN enforcement for flow steering rules set by VFsHadar Hen Zion1-6/+20
2012-12-19cxgb4: Add LE hash collision bug fix path in LLD driverVipul Pandya4-10/+193
2012-12-19cxgb4: Add T4 filter supportVipul Pandya8-7/+757
2012-12-19net: fec: forbid FEC_PTP on SoCs that do not supportShawn Guo1-2/+1
2012-12-19be2net: fix wrong frag_idx reported by RX CQSathya Perla2-7/+33