summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* can: c_can: checking IS_ERR() instead of NULLDan Carpenter2014-08-211-1/+1
* can: sja1000: Validate initialization state in start methodMirza Krak2014-08-211-29/+33
* net: phy: smsc: move smsc_phy_config_init reset part in a soft_reset functionGwenhael Goavec-Merou2014-08-161-12/+21
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-08-162-13/+33
|\
| * 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
* | net: phy: bcm7xxx: remove suspend callback for 28nm PHYsFlorian Fainelli2014-08-161-4/+1
* | net: phy: bcm7xxx: re-advertise all supported modes out of suspendFlorian Fainelli2014-08-161-3/+20
* | net: phy: bcm7xxx: remove 28nm wildcard entryFlorian Fainelli2014-08-161-14/+0
|/
* Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-14132-135/+137
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-12132-135/+137
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-1425-126/+222
|\ \
| * \ Merge tag 'master-2014-08-14' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-08-146-6/+37
| |\ \
| | * | iwlwifi: mvm: disable scheduled scan to prevent firmware crashEmmanuel Grumbach2014-08-141-1/+2
| | * | net: wireless: ipw2x00: ipw2200.c: Cleaning up missing null-terminate after s...Rickard Strandqvist2014-08-111-0/+1
| | * | brcmfmac: fix memory leakage in msgbufArend van Spriel2014-08-111-0/+4
| | * | brcmfmac: fix curly brace mistake in brcmf_pcie_handle_mb_data()Arend van Spriel2014-08-111-1/+2
| | * | carl9170: fix sending URBs with wrong type when using full-speedRonald Wahl2014-08-112-4/+28
| * | | 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/+0
| * | | Revert "macvlan: simplify the structure port"David S. Miller2014-08-141-5/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/netDavid S. Miller2014-08-134-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-111-0/+1
| * | | | xen-netback: remove loop waiting functionWei Liu2014-08-131-29/+0
| * | | | xen-netback: don't stop dealloc kthread too earlyWei Liu2014-08-133-7/+42
| * | | | xen-netback: move NAPI add/remove callsWei Liu2014-08-131-4/+5
| * | | | xen-netback: fix debugfs entry creationWei Liu2014-08-131-4/+4
| * | | | xen-netback: fix debugfs write length checkWei Liu2014-08-131-3/+6
| * | | | drivers/net/irda/donauboe.c: convert to module_pci_driverLibo Chen2014-08-131-14/+1
| * | | | tg3: fix return value in tg3_get_stats64Govindarajulu Varadarajan2014-08-131-1/+2
| * | | | sunvnet: Schedule maybe_tx_wakeup() as a tasklet from ldc_rx pathSowmini Varadhan2014-08-132-2/+14
| * | | | sunvnet: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINSowmini Varadhan2014-08-131-0/+16
| * | | | sunvnet: Do not ask for an ACK for every dring transmitSowmini Varadhan2014-08-131-1/+9
| * | | | myri10ge: check for DMA mapping errorsStanislaw Gruszka2014-08-131-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-014-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-013-2/+186
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-1347-372/+2880
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | net: bcmgenet: correctly resume adapter from Wake-on-LANFlorian Fainelli2014-08-111-4/+6
| * | | net: bcmgenet: update UMAC_CMD only when link is detectedFlorian Fainelli2014-08-111-2/+6
| * | | net: bcmgenet: correctly suspend and resume PHY deviceFlorian Fainelli2014-08-111-2/+11