summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* be2net: fix unconditionally returning IRQ_HANDLED in INTxSathya Perla2013-01-132-9/+21
* qlge: remove NETIF_F_TSO6 flagAmerigo Wang2013-01-121-1/+1
* net: ethernet: xilinx: Do not use NO_IRQ in axienetMichal Simek2013-01-101-1/+1
* net: ethernet: xilinx: Do not use axienet on PPCMichal Simek2013-01-101-1/+1
* bnx2x: Allow management traffic after boot from SANBarak Witkowski2013-01-101-8/+52
* bnx2x: Fix fastpath structures when memory allocation failsYuval Mintz2013-01-101-2/+28
* bfin_mac: Restore hardware time-stamping dependency on BF518Lars-Peter Clausen2013-01-101-0/+1
* bnx2x: move debugging code before the returnDan Carpenter2013-01-101-1/+1
* forcedeth: Fix WARNINGS that result when DMA mapping is not checkedLarry Finger2012-12-291-0/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-12-274-16/+13Star
|\
| * cpts: fix a run time warn_on.Richard Cochran2012-12-261-1/+1
| * cpts: fix build error by removing useless code.Richard Cochran2012-12-262-2/+0Star
| * Drivers: network: more __dev* removalGreg KH2012-12-222-13/+12Star
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-12-2215-59/+1309
|\ \ | |/ |/|
| *-. Merge branches 'cxgb4', 'ipoib' and 'mlx4' into for-nextRoland Dreier2012-12-206-44/+128
| |\ \
| | | * mlx4_core: Allow choosing flow steering modeJack Morgenstein2012-12-193-16/+49
| | | * mlx4_core: Adjustments to Flow Steering activation logic for SR-IOVJack Morgenstein2012-12-193-25/+62
| | | * mlx4_core: Fix error flow in the flow steering wrapperHadar Hen Zion2012-12-191-1/+1
| | | * mlx4_core: Add QPN enforcement for flow steering rules set by VFsHadar Hen Zion2012-12-191-6/+20
| | |/
| * | RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya2012-12-204-6/+24
| * | RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2012-12-202-0/+55
| * | RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya2012-12-203-2/+162
| * | cxgb4: Add LE hash collision bug fix path in LLD driverVipul Pandya2012-12-194-10/+193
| * | cxgb4: Add T4 filter supportVipul Pandya2012-12-198-7/+757
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-12-2016-61/+98
|\ \
| * | 8139cp: Prevent dev_close/cp_interrupt race on MTU changeJohn Greene2012-12-191-7/+11
| * | drivers/net: Use of_match_ptr() macro in smsc911x.cSachin Kamat2012-12-191-1/+3
| * | drivers/net: Use of_match_ptr() macro in smc91x.cSachin Kamat2012-12-191-3/+1Star
| * | ksz884x: fix receive polling race conditionLennert Buytenhek2012-12-191-3/+9
| * | qlcnic: update driver versionSigned-off-by: Sony Chacko2012-12-191-2/+2
| * | qlcnic: fix unused variable warningsShahed Shaikh2012-12-194-12/+6Star
| * | net: fec: forbid FEC_PTP on SoCs that do not supportShawn Guo2012-12-191-2/+1Star
| * | be2net: fix wrong frag_idx reported by RX CQSathya Perla2012-12-192-7/+33
| * | be2net: fix be_close() to ensure all events are ack'edSathya Perla2012-12-192-9/+17
| * | cpts: Fix build error caused by include of plat/clock.hTony Lindgren2012-12-141-2/+0Star
| * | stmmac: fix platform driver unregisteringKonstantin Khlebnikov2012-12-142-13/+15
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-181-20/+0Star
|\ \ \
| * \ \ Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2012-12-1820-134/+223
| |\ \ \
| * \ \ \ Merge branch 'merge' into nextBenjamin Herrenschmidt2012-11-2512-142/+111Star
| |\ \ \ \
| * | | | | powerpc: Move get_longbusy_msecs into hvcall.h and remove duplicate functionIan Munsie2012-11-151-20/+0Star
* | | | | | bnx2x: use prandom_bytes()Akinobu Mita2012-12-181-4/+1Star
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-144-0/+3102
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge tag 'mvebu_everything_for_3.8' of git://git.infradead.org/users/jcooper...Olof Johansson2012-11-304-0/+3102
| |\ \ \ \
| | * | | | net: mvneta: fix section mismatch warning caused by mvneta_deinit()Thomas Petazzoni2012-11-201-1/+1
| | * | | | net: mvneta: add clk supportThomas Petazzoni2012-11-201-11/+20
| | * | | | net: mvneta: adjust multiline comments to net/ styleThomas Petazzoni2012-11-201-42/+42
| | * | | | net: mvmdio: adjust multiline comment to net/ styleThomas Petazzoni2012-11-201-2/+1Star
| | * | | | net: mvmdio: use <linux/delay.h> instead of <asm/delay.h>Thomas Petazzoni2012-11-201-2/+1Star
| | * | | | Merge tag 'marvell-neta-for-3.8' of github.com:MISL-EBU-System-SW/mainline-pu...Thomas Petazzoni2012-11-204-0/+3095
| | |\ \ \ \
| | | * | | | net: mvneta: driver for Marvell Armada 370/XP network unitThomas Petazzoni2012-11-163-0/+2853