summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2013-11-13list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov1-3/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds15-8/+28
2013-11-12Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-716/+0
2013-11-08Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring29-270/+395
2013-11-04net/mlx4_core: Fix call to __mlx4_unregister_macJack Morgenstein1-1/+1
2013-10-29bgmac: don't update slot on skb alloc/dma mapping errorNathan Hintz1-6/+14
2013-10-29ibm emac: Fix locking for enable/disable eob irqAlistair Popple1-0/+4
2013-10-29ibm emac: Don't call napi_complete if napi_reschedule failedAlistair Popple1-8/+4
2013-10-29MIPS: DECstation I/O ASIC DMA interrupt classesMaciej W. Rozycki1-2/+1
2013-10-29cxgb3: Fix length calculation in write_ofld_wr() on 32-bit architecturesBen Hutchings1-1/+2
2013-10-29bnx2x: Disable VF access on PF removalAriel Elior1-1/+15
2013-10-29bnx2x: prevent FW assert on low mem during unloadDmitry Kravkov1-5/+5
2013-10-27be2net: Warn users of possible broken functionality on BE2 cards with very ol...Somnath Kotur2-0/+15
2013-10-26qlcnic: Do not read QLCNIC_FW_CAPABILITY_MORE_CAPS bit for 83xx adapterShahed Shaikh2-5/+7
2013-10-26qlcnic: Do not force adapter to perform LRO without destination IP checkShahed Shaikh1-5/+2
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding4-8/+8
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-370/+570
2013-10-21davinci_emac.c: Fix IFF_ALLMULTI setupMariusz Ceier1-2/+1
2013-10-21bnx2x: Set NETIF_F_HIGHDMA unconditionallyMerav Sicron2-4/+1
2013-10-21bnx2x: Don't pretend during register dumpDmitry Kravkov3-205/+201
2013-10-21bnx2x: Lock DMAE when used by statistic flowAriel Elior4-10/+11
2013-10-21bnx2x: Prevent null pointer dereference on error flowYuval Mintz1-3/+3
2013-10-21bnx2x: Fix config when SR-IOV and iSCSI are enabledAriel Elior1-2/+3
2013-10-21bnx2x: Fix Coalescing configurationDmitry Kravkov1-1/+1
2013-10-21bnx2x: Unlock VF-PF channel on MAC/VLAN config errorAriel Elior1-9/+14
2013-10-21bnx2x: Prevent an illegal pointer dereference during panicYuval Mintz2-7/+29
2013-10-21bnx2x: Fix Maximum CoS estimation for VFsYuval Mintz1-5/+5
2013-10-21drivers: net: cpsw: fix kernel warn during iperf test with interrupt pacingMugunthan V N1-7/+0
2013-10-18qlcnic: Validate Tx queue only for 82xx adapters.Himanshu Madhani2-8/+2
2013-10-18be2net: pass if_id for v1 and V2 versions of TX_CREATE cmdVasundhara Volam1-1/+2
2013-10-17net/ethernet: cpsw: Bugfix interrupts before enabling napiMarkus Pargmann1-1/+1
2013-10-17bnx2x: record rx queue for LRO packetsEric Dumazet1-0/+1
2013-10-17dm9000: report the correct LPANikita Kiryanov1-4/+9
2013-10-17dm9000: Implement full reset of DM9000 network deviceMichael Abbott1-12/+21
2013-10-17dm9000: take phy out of reset during initNikita Kiryanov1-0/+1
2013-10-17dm9000: during init reset phy only for dm9000bNikita Kiryanov1-2/+7
2013-10-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds4-32/+37
2013-10-11net: smc91x: dont't use SMC_outw for fixing up halfword-aligned dataWill Deacon1-4/+2
2013-10-11net: sh_eth: Correct fix for RX packet errors on R8A7740Simon Horman1-4/+4
2013-10-10IB/mlx5: Fix eq names to display nicely in /proc/interruptsSagi Grimberg1-1/+3
2013-10-10mlx5: Fix error code translation from firmware to driverEli Cohen1-1/+1
2013-10-10mlx5: Keep polling to reclaim pages while any returnedEli Cohen1-2/+14
2013-10-10mlx5: Remove checksum on command interface commandsEli Cohen2-28/+19
2013-10-09drivers: clean-up prom.h implicit includesRob Herring13-0/+19
2013-10-09microblaze: clean-up prom.h implicit includesRob Herring1-0/+1
2013-10-09gianfar: Enable eTSEC-20 erratum w/a for P2020 Rev1Claudiu Manoil1-0/+3
2013-10-09gianfar: Use mpc85xx support for errata detectionClaudiu Manoil1-8/+25
2013-10-09gianfar: Enable eTSEC-A002 erratum w/a for all partsClaudiu Manoil1-6/+4
2013-10-08Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller5-31/+151