summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* r8152: disable power cut for RTL8153hayeswang2014-10-011-1/+1
* r8152: remove clearing bphayeswang2014-10-011-27/+1
* bnx2: Correctly receive full sized 802.1ad fragmesVlad Yasevich2014-10-011-2/+3
* tg3: Allow for recieve of full-size 8021AD framesVlad Yasevich2014-10-011-1/+2
* r8152: fix setting RTL8152_UNPLUGhayeswang2014-09-301-1/+5
* netxen: Fix bug in Tx completion path.Manish Chopra2014-09-301-2/+2
* netxen: Fix BUG "sleeping function called from invalid context"Manish Chopra2014-09-302-2/+2
* hyperv: Fix a bug in netvsc_start_xmit()KY Srinivasan2014-09-301-1/+2
* net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selectedKweh, Hock Leong2014-09-291-2/+9
* net/mlx4_core: Allow not to specify probe_vf in SRIOV IB modeMatan Barak2014-09-261-2/+2
* r8152: fix the carrier off when autoresuminghayeswang2014-09-261-17/+35
* Revert "net/macb: add pinctrl consumer support"Soren Brinkmann2014-09-261-11/+0
* macvtap: Fix race between device delete and open.Vlad Yasevich2014-09-261-10/+8
* qlcnic: Fix ordering of stats in stats buffer.Manish Chopra2014-09-261-0/+2
* qlcnic: Remove __QLCNIC_DEV_UP bit check to read TX queues statistics.Manish Chopra2014-09-261-1/+1
* qlcnic: Fix memory corruption while reading stats using ethtool.Manish Chopra2014-09-261-4/+2
* qlcnic: Use qlcnic_83xx_flash_read32() API instead of lockless version of the...Sony Chacko2014-09-261-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-09-242-2/+2
|\
| * Merge tag 'master-2014-09-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-242-2/+2
| |\
| | * brcmfmac: Fix off by one bug in brcmf_count_20mhz_channels()Emil Goode2014-09-231-1/+1
| | * ath9k: Fix NULL pointer dereference on early irqWojciech Dubowik2014-09-221-1/+1
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-09-232-15/+29
|\ \ \ | |/ / |/| |
| * | mlx4: Fix mlx4 reg/unreg mac to work properly with 0-mac addressesJack Morgenstein2014-09-221-4/+7
| * | mlx4: Correct error flows in rereg_mrMatan Barak2014-09-221-11/+22
* | | net: bcmgenet: call bcmgenet_dma_teardown in bcmgenet_fini_dmaFlorian Fainelli2014-09-221-53/+52
* | | net: bcmgenet: fix TX reclaim accounting for fragmentsFlorian Fainelli2014-09-221-1/+4
* | | dm9000: Return an ERR_PTR() in all error conditions of dm9000_parse_dt()Tobias Klauser2014-09-221-1/+1
* | | r8169: fix an if conditionDan Carpenter2014-09-221-1/+1
* | | r8152: disable ALDPShayeswang2014-09-221-17/+45
* | | tg3: Work around HW/FW limitations with vlan encapsulated framesVlad Yasevich2014-09-221-2/+18
* | | macvlan: allow to enqueue broadcast pkt on virtual deviceNicolas Dichtel2014-09-221-1/+2
* | | pch_gbe: 'select' NET_PTP_CLASSIFY.David S. Miller2014-09-221-0/+1
* | | Merge tag 'linux-can-fixes-for-3.17-20140918' of git://gitorious.org/linux-ca...David S. Miller2014-09-194-10/+51
|\ \ \
| * | | can: at91_can: add missing prepare and unprepare of the clockDavid Dueck2014-09-181-3/+5
| * | | can: flexcan: increase FLEXCAN_MCR_MAXMB() macro to 7 bitsMarc Kleine-Budde2014-09-181-1/+1
| * | | can: flexcan: put TX mailbox into TX_INACTIVE mode after tx-completeMarc Kleine-Budde2014-09-181-0/+3
| * | | can: flexcan: implement workaround for errata ERR005829David Jander2014-09-181-1/+15
| * | | can: flexcan: correctly initialize mailboxesDavid Jander2014-09-181-0/+7
| * | | can: flexcan: mark TX mailbox as TX_INACTIVEMarc Kleine-Budde2014-09-181-2/+13
| * | | can: peak_pci: add PCI ID definition pcie card variantOliver Hartkopp2014-09-181-1/+5
| * | | can: c_can_platform: fix parameters of c_can_hw_raminit_ti()Roger Quadros2014-09-181-2/+2
* | | | net: allow macvlans to move to net namespaceFrancesco Ruggeri2014-09-191-0/+1
* | | | Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-198-14/+49
|\ \ \ \ | | |_|/ | |/| |
| * | | ath9k_htc: fix random decryption failureJohannes Stezenbach2014-09-151-1/+1
| * | | brcmfmac: handle IF event for P2P_DEVICE interfaceArend van Spriel2014-09-152-3/+11
| * | | brcmfmac: obtain ifp through wdev structureArend van Spriel2014-09-151-2/+5
| * | | brcmfmac: conditionally compile firmware protocol source codeArend van Spriel2014-09-154-8/+30
| * | | brcmfmac: Fix memory leak and missing assignment.Hante Meuleman2014-09-151-0/+2
* | | | 3c59x: Fix bad offset spec in skb_frag_dma_mapNeil Horman2014-09-191-1/+1
* | | | 3c59x: Add dma error checking and recoveryNeil Horman2014-09-191-9/+41
| |/ / |/| |