aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds14-116/+52
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds247-4517/+7661
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/git/robh/linuxLinus Torvalds15-8/+28
2013-11-12Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds4-716/+0
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-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/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-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring29-270/+395
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-05net: mv643xx_eth: Add missing phy_addr_set in DT modeJason Gunthorpe1-0/+1
2013-11-04net/mlx4_core: Implement resource quota enforcementJack Morgenstein2-13/+173
2013-11-04net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapperJack Morgenstein1-23/+65
2013-11-04mlx4: Structures and init/teardown for VF resource quotasJack Morgenstein5-19/+201
2013-11-04net/mlx4_core: Fix checking order in MR table initJack Morgenstein1-3/+3
2013-11-04net/mlx4_core: Don't fail reg/unreg vlan for older guestsJack Morgenstein3-1/+18
2013-11-04net/mlx4_core: Resource tracker for reg/unreg vlansJack Morgenstein1-6/+121
2013-11-04net/mlx4_en: Use vlan id instead of vlan index for unregistrationJack Morgenstein5-20/+19
2013-11-04net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware specJack Morgenstein2-25/+48
2013-11-04net/mlx4_core: Fix register/unreg vlan flowJack Morgenstein1-11/+10
2013-11-04sh_eth: check platform data pointerSergei Shtylyov1-0/+6
2013-11-04qlcnic: update version to 5.3.52Himanshu Madhani1-2/+2
2013-11-04qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.Himanshu Madhani5-17/+18
2013-11-04qlcnic: refactor Tx/SDS ring calculation and validation in driver.Himanshu Madhani12-311/+404
2013-11-04qlcnic: Enhance ethtool Statistics for Multiple Tx queue.Himanshu Madhani4-62/+94
2013-11-04qlcnic: Register netdev in FAILED state for 83xx/84xxSucheta Chakraborty6-33/+67
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-32/+70
2013-11-04net/mlx4_core: Fix call to __mlx4_unregister_macJack Morgenstein1-1/+1
2013-11-02smsc9420: replace printk with netdev_ callsBen Boeckel1-13/+13
2013-11-02smc91c92_cs: replace printk with netdev_ callsBen Boeckel1-22/+21
2013-11-02smc9194: replace printk with netdev_ callsBen Boeckel1-27/+25