summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: broadcom: bnx2x: Remove redundant #ifdefRasmus Villemoes2014-08-221-4/+0Star
* ibmveth: Fix endian issues with rx_no_buffer statisticAnton Blanchard2014-08-221-4/+14
* net: xgene: fix possible NULL dereference in xgene_enet_free_desc_rings()Iyappan Subramanian2014-08-221-7/+13
* net: fec: ptp: avoid register access when ipg clock is disabledNimrod Andy2014-08-223-15/+41
* cxgb4: Free completed tx skbs promptlyHariprasad Shenai2014-08-223-2/+5
* cxgb4: Fix race condition in cleanupAnish Bhatt2014-08-222-14/+19
* bnx2x: Revert UNDI flushing mechanismYuval Mintz2014-08-221-75/+17Star
* qlcnic: Fix endianess issue in firmware load from file operationShahed Shaikh2014-08-221-10/+25
* qlcnic: Fix endianess issue in FW dump template headerRajesh Borundia2014-08-221-0/+57
* qlcnic: Fix flash access interface to applicationJitendra Kalsaria2014-08-223-5/+32
* i40e: fix PTP bugJesse Brandeburg2014-08-151-1/+1
* i40e: Fix a few potential VF dereferencesAnjali Singhai Jain2014-08-151-11/+19
* i40e: Fix for recent kernel panicAnjali Singhai Jain2014-08-151-3/+15
* Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-1582-85/+86
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-1282-85/+86
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-1513-54/+120
|\ \
| * | net: ethernet: ibm: ehea: Remove duplicate object from MakefileAndreas Ruprecht2014-08-141-1/+1
| * | net: xgene: Check negative return value of xgene_enet_get_ring_size()Tobias Klauser2014-08-141-2/+5
| * | net: xilinx: Remove .owner field for driverMichal Simek2014-08-143-3/+0Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/netDavid S. Miller2014-08-144-14/+15
| |\ \
| | * | e1000e: delete excessive space character in debug messageJean Sacren2014-08-121-1/+1
| | * | e1000e: fix trivial kernel doc typosJean Sacren2014-08-121-1/+1
| | * | i40e: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist2014-08-121-8/+8
| | * | i40e: use correct structure type name in sizeofJulia Lawall2014-08-121-1/+1
| | * | i40e: fix sparse non static symbol warningWei Yongjun2014-08-121-3/+3
| | * | i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.cLucas Tanure2014-08-121-0/+1
| * | | tg3: fix return value in tg3_get_stats64Govindarajulu Varadarajan2014-08-141-1/+2
| * | | sunvnet: Schedule maybe_tx_wakeup() as a tasklet from ldc_rx pathSowmini Varadhan2014-08-142-2/+14
| * | | sunvnet: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINSowmini Varadhan2014-08-141-0/+16
| * | | sunvnet: Do not ask for an ACK for every dring transmitSowmini Varadhan2014-08-141-1/+9
| * | | myri10ge: check for DMA mapping errorsStanislaw Gruszka2014-08-141-30/+58
* | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-08-1410-6/+311
|\ \ \ \ | |/ / / |/| | |
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4...Roland Dreier2014-08-148-4/+125
| |\ \ \ \ \
| | | | * | | be2net: Issue shutdown event to ocrdma driverDevesh Sharma2014-08-024-3/+20
| | | |/ / / | | |/| | |
| | | * | | mlx4_core: Add support for secure-host and SMP firewallJack Morgenstein2014-08-054-1/+105
| | |/ / /
| * / / / mlx4_core: Add helper functions to support MR re-registrationMatan Barak2014-08-023-2/+186
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-1439-276/+2778
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | net: bcmgenet: correctly resume adapter from Wake-on-LANFlorian Fainelli2014-08-121-4/+6
| * | net: bcmgenet: update UMAC_CMD only when link is detectedFlorian Fainelli2014-08-121-2/+6
| * | net: bcmgenet: correctly suspend and resume PHY deviceFlorian Fainelli2014-08-121-2/+11
| * | net: bcmgenet: request and enable main clock earlierFlorian Fainelli2014-08-121-7/+7
| * | net: ethernet: myricom: myri10ge: myri10ge.c: Cleaning up missing null-termin...Rickard Strandqvist2014-08-111-0/+1
| * | net: fec: Support phys probed from devicetree and fixed-linkUwe Kleine-König2014-08-112-21/+56
| * | smsc: replace WARN_ON() with WARN_ON_SMP()Sanjeev Sharma2014-08-111-1/+1
| * | net: ethernet: qlogic: qlcnic: Remove duplicate object file from MakefileAndreas Ruprecht2014-08-111-1/+1
| * | m68k/atari: EtherNEC - ethernet support (ne)Michael Schmitz2014-08-112-1/+4
| * | net: ethernet: ti: cpmac.c: Cleaning up missing null-terminate after strncpy ...Rickard Strandqvist2014-08-111-0/+1
| * | ethernet: amd: Remove typedef local_info_tHimangi Saraogi2014-08-111-20/+20
| * | drivers: net: Add APM X-Gene SoC ethernet driver support.Iyappan Subramanian2014-08-1111-0/+2299
| * | net: ucc_geth: fix build failureUwe Kleine-König2014-08-111-2/+2