summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Drivers: network: more __dev* removalGreg KH2012-12-222-13/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-12-1916-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/+1
| * 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/+6
| * net: fec: forbid FEC_PTP on SoCs that do not supportShawn Guo2012-12-181-2/+1
| * be2net: fix wrong frag_idx reported by RX CQSathya Perla2012-12-182-7/+33
| * be2net: fix be_close() to ensure all events are ack'edSathya Perla2012-12-182-9/+17
| * cpts: Fix build error caused by include of plat/clock.hTony Lindgren2012-12-141-2/+0
| * 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/+0
|\ \
| * \ Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2012-12-1820-134/+223
| |\ \
| * \ \ Merge branch 'merge' into nextBenjamin Herrenschmidt2012-11-2612-142/+111
| |\ \ \
| * | | | powerpc: Move get_longbusy_msecs into hvcall.h and remove duplicate functionIan Munsie2012-11-151-20/+0
* | | | | bnx2x: use prandom_bytes()Akinobu Mita2012-12-171-4/+1
* | | | | 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/+1
| | * | | | net: mvmdio: use <linux/delay.h> instead of <asm/delay.h>Thomas Petazzoni2012-11-201-2/+1
| | * | | | 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
| | | * | | | net: mvmdio: new Marvell MDIO driverThomas Petazzoni2012-11-163-0/+242
* | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2012-12-137-29/+93
|\ \ \ \ \ \ \
| * | | | | | | [SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header u...Naresh Kumar Inna2012-11-277-29/+93
| |/ / / / / /
* | | | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-12-1310-25/+105
|\ \ \ \ \ \ \
| * | | | | | | mlx4_core: Fix potential deadlock in mlx4_eq_int()Jack Morgenstein2012-11-292-8/+11
| * | | | | | | mlx4: 64-byte CQE/EQE supportOr Gerlitz2012-11-2610-17/+94
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-1/+1
|\ \ \ \ \ \ \
| * | | | | | | cxgb3: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas2012-12-071-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-136-6/+6
|\ \ \ \ \ \ \
| * | | | | | | various: Fix spelling of "asynchronous" in comments.Adam Buchbinder2012-11-191-1/+1
| * | | | | | | Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-192-2/+2
| * | | | | | | treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-192-2/+2
| * | | | | | | treewide: fix typo of "suppport" in various commentsMasanari Iida2012-11-191-1/+1
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-12345-12782/+17354
|\ \ \ \ \ \ \
| * | | | | | | net/mlx4_en: Add support for destination MAC in steering rulesYan Burman2012-12-121-6/+15
| * | | | | | | net/mlx4_en: Use generic etherdevice.h functions.Yan Burman2012-12-121-4/+2
| * | | | | | | bnx2: Fix accidental reversions.Michael Chan2012-12-111-2/+2
| * | | | | | | bna: Driver Version Updated to 3.1.2.1Rasesh Mody2012-12-111-1/+1
| * | | | | | | bna: Firmware updateRasesh Mody2012-12-113-2/+4
| * | | | | | | bna: Add RX StateRasesh Mody2012-12-111-1/+26
| * | | | | | | bna: Rx Page Based AllocationRasesh Mody2012-12-112-64/+273
| * | | | | | | bna: TX Intr Coalescing FixRasesh Mody2012-12-112-2/+3
| * | | | | | | bna: Tx and Rx OptimizationsRasesh Mody2012-12-115-469/+380
OpenPOWER on IntegriCloud