summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang9-19/+19
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds21-1/+108
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds16-128/+58
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds632-13550/+34179
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 Torvalds17-12/+28
2013-11-12Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-718/+1
2013-11-11PHY: Add RTL8201CP phy_driver to realtekJonas Jensen1-0/+15
2013-11-11xtsonic: add missing platform_set_drvdata() in xtsonic_probe()Wei Yongjun1-0/+1
2013-11-11macmace: add missing platform_set_drvdata() in mace_probe()Wei Yongjun1-0/+1
2013-11-11ethernet/arc/arc_emac: add missing platform_set_drvdata() in arc_emac_probe()Wei Yongjun1-0/+1
2013-11-11ixgbe: add warning when max_vfs is out of range.Jacob Keller2-8/+13
2013-11-11igb: Update link modes display in ethtoolCarolyn Wyborny1-24/+27
2013-11-08ixgbe: deleting dfwd stations out of order can cause null ptr derefJohn Fastabend1-2/+6
2013-11-08ixgbe: fix build err, num_rx_queues is only available with CONFIG_RPSJohn Fastabend1-6/+10
2013-11-08netdev: smc91x: enable for xtensaBaruch Siach1-2/+2
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville31-86/+244
2013-11-07net: calxedaxgmac: Fix panic caused by MTU change of active interfaceAndreas Herrmann1-6/+4
2013-11-07net/mlx4_en: Datapath structures are allocated per NUMA nodeEugenia Emantayev6-33/+70
2013-11-07net/mlx4_core: ICM pages are allocated on device NUMA nodeEugenia Emantayev2-12/+31
2013-11-07net/mlx4_en: Datapath resources allocated dynamicallyEugenia Emantayev8-111/+178
2013-11-07net/mlx4_core: Add immediate activate for VGT->VST->VGTRony Efraim2-32/+81
2013-11-07net/mlx4_core: Initialize all mailbox buffers to zero before useJack Morgenstein9-37/+2
2013-11-07net/mlx4_en: Add RFS support in UDPEyal Perry1-11/+34
2013-11-07ixgbe: enable l2 forwarding acceleration for macvlansJohn Fastabend4-89/+443
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend1-1/+35
2013-11-07net/mlx4_en: Fixed crash when port type is changedAmir Vadai1-4/+4
2013-11-07tg3: avoid double-freeing of rx data memoryIvan Vecera1-6/+6
2013-11-08Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+1
2013-11-07ath9k: enable DFS for IBSS modeSimon Wunderlich1-1/+2
2013-11-07phy: Add MOXA MDIO driverJonas Jensen3-0/+209
2013-11-07bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov3-6/+101
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring57-466/+712
2013-11-07net:drivers/net: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-3/+1
2013-11-07smsc: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-3/+1
2013-11-07smsc9420: Use netif_<level>Joe Perches1-78/+77
2013-11-07jme: Remove unused #define PFXJoe Perches1-1/+0
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-15/+9
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz21-1/+109
2013-11-05virtio-net: switch to use XPS to choose txqJason Wang1-46/+2
2013-11-05net: mv643xx_eth: Add missing phy_addr_set in DT modeJason Gunthorpe1-0/+1
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville13-29/+43
2013-11-05Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville16-53/+175
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-3/+24
2013-11-05net: cdc_ncm: remove non-standard NCM device IDsEnrico Mioso1-11/+0
2013-11-05net: huawei_cdc_ncm: Introduce the huawei_cdc_ncm driverEnrico Mioso3-0/+246
2013-11-05net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-useEnrico Mioso1-2/+4
2013-11-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller108-2771/+8703
2013-11-04virtio-net: coalesce rx frags when possible during rxJason Wang1-4/+11
2013-11-04vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong1-1/+1