summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-09-151-0/+1
|\
| * MIPS: DECstation I/O ASIC DMA interrupt handling fixMaciej W. Rozycki2013-09-131-0/+1
* | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-134-4/+4
|/
* net: qmi_wwan: add new Qualcomm devicesBjørn Mork2013-09-111-1/+129
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-09-1129-0/+30315
|\
| * i40e: include i40e in kernel properJesse Brandeburg2013-09-113-0/+63
| * i40e: debugfs interfaceJesse Brandeburg2013-09-111-0/+2076
| * i40e: init code and hardware supportJesse Brandeburg2013-09-1116-0/+13813
| * i40e: implement virtual device interfaceJesse Brandeburg2013-09-113-0/+2823
| * i40e: driver core headersJesse Brandeburg2013-09-113-0/+899
| * i40e: driver ethtool coreJesse Brandeburg2013-09-111-0/+1449
| * i40e: transmit, receive, and NAPIJesse Brandeburg2013-09-111-0/+1817
| * i40e: main driver coreJesse Brandeburg2013-09-111-0/+7375
* | net: tilegx driver: avoid compiler warningChris Metcalf2013-09-111-3/+3
* | irda: vlsi_ir: Remove casting the return value which is a void pointerJingoo Han2013-09-111-1/+1
* | irda: donauboe: Remove casting the return value which is a void pointerJingoo Han2013-09-111-3/+3
* | bcm63xx_enet: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-111-4/+4
* | net: korina: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-111-4/+4
* | macvlan: Move skb_clone check closer to callHerbert Xu2013-09-111-4/+6
* | qlcnic: Fix warning reported by kbuild test robot.Jitendra Kalsaria2013-09-111-1/+1
* | bonding: fix bond_arp_rcv setting and arp validate desync statenikolay@redhat.com2013-09-113-5/+19
* | bonding: fix store_arp_validate race with mode changenikolay@redhat.com2013-09-111-4/+10
* | bnx2x: avoid atomic allocations during initializationMichal Schmidt2013-09-111-15/+23
|/
* bnx2x: Fix configuration of doorbell blockAriel Elior2013-09-092-3/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-09-073-16/+5Star
|\
| * mlx5: remove unused MLX5_DEBUG param in KconfigMichael Opdenacker2013-09-061-10/+0Star
| * bnx2x: Restore a call to config_initEilon Greenstein2013-09-061-6/+3Star
| * bnx2x: fix broken compilation with CONFIG_BNX2X_SRIOV is not setDmitry Kravkov2013-09-061-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-0610-12/+12
|\ \ | |/ |/|
| * treewide: Convert retrun typos to returnJoe Perches2013-09-041-1/+1
| * treewide: Fix printks with 0x%#Joe Perches2013-08-271-1/+1
| * treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-202-2/+2
| * treewide: Fix typo in printkMasanari Iida2013-08-206-9/+9
* | net: stmmac: fix bad merge conflict resolutionOlof Johansson2013-09-061-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-05527-18414/+42770
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-0522-205/+336
| |\ \
| | * | bnx2x: Add missing braces in bnx2x:bnx2x_link_initializeDave Jones2013-09-051-1/+2
| | * | vxlan: Fix kernel panic on device delete.Pravin B Shelar2013-09-051-1/+2
| | * | net: mvneta: implement ->ndo_do_ioctl() to support PHY ioctlsThomas Petazzoni2013-09-051-0/+16
| | * | net: mvneta: properly disable HW PHY polling and ensure adjust_link() worksThomas Petazzoni2013-09-051-1/+12
| | * | sh_eth: fix napi_{en|dis}able() calls racing against interruptsSergei Shtylyov2013-09-041-5/+7
| | * | net: fec: fix the error to get the previous BD entryDuan Fugang-B386112013-09-042-46/+77
| | * | sh_eth: NAPI requires netif_receive_skb()Sergei Shtylyov2013-09-041-1/+1
| | * | drivers: net: ethernet: 8390: Kconfig: add H8300H_AKI3068NET and H8300H_H8MAX...Chen Gang2013-09-041-1/+1
| | * | tg3: Don't turn off led on 5719 serdes port 0Nithin Sujir2013-09-041-2/+16
| | * | net: calxedaxgmac: fix xgmac_xmit DMA mapping error handlingRob Herring2013-09-041-5/+26
| | * | net: calxedaxgmac: fix rx DMA mapping API size mismatchesRob Herring2013-09-041-6/+12
| | * | net: calxedaxgmac: remove some unused statistic countersRob Herring2013-09-041-3/+0Star
| | * | net: calxedaxgmac: fix various errors in xgmac_set_rx_modeRob Herring2013-09-041-4/+13
| | * | net: calxedaxgmac: enable interrupts after napi_enableRob Herring2013-09-041-3/+5