summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2013-11-08net/mlx4_en: Add RFS support in UDPEyal Perry1-11/+34
2013-11-08ixgbe: enable l2 forwarding acceleration for macvlansJohn Fastabend4-89/+443
2013-11-08net/mlx4_en: Fixed crash when port type is changedAmir Vadai1-4/+4
2013-11-08tg3: 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-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz10-0/+33
2013-11-06net: mv643xx_eth: Add missing phy_addr_set in DT modeJason Gunthorpe1-0/+1
2013-11-05net/mlx4_core: Implement resource quota enforcementJack Morgenstein2-13/+173
2013-11-05net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapperJack Morgenstein1-23/+65
2013-11-05mlx4: Structures and init/teardown for VF resource quotasJack Morgenstein5-19/+201
2013-11-05net/mlx4_core: Fix checking order in MR table initJack Morgenstein1-3/+3
2013-11-05net/mlx4_core: Don't fail reg/unreg vlan for older guestsJack Morgenstein3-1/+18
2013-11-05net/mlx4_core: Resource tracker for reg/unreg vlansJack Morgenstein1-6/+121
2013-11-05net/mlx4_en: Use vlan id instead of vlan index for unregistrationJack Morgenstein5-20/+19
2013-11-05net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware specJack Morgenstein2-25/+48
2013-11-05net/mlx4_core: Fix register/unreg vlan flowJack Morgenstein1-11/+10
2013-11-05sh_eth: check platform data pointerSergei Shtylyov1-0/+6
2013-11-05qlcnic: update version to 5.3.52Himanshu Madhani1-2/+2
2013-11-05qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.Himanshu Madhani5-17/+18
2013-11-05qlcnic: refactor Tx/SDS ring calculation and validation in driver.Himanshu Madhani12-311/+404
2013-11-05qlcnic: Enhance ethtool Statistics for Multiple Tx queue.Himanshu Madhani4-62/+94
2013-11-05qlcnic: 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
2013-11-02smsc911x: replace printk with netdev_ callsBen Boeckel1-1/+1
2013-11-02smc911x: replace printk with netdev_ callsBen Boeckel2-167/+166
2013-11-02smc91x: replace printk with netdev_ callsBen Boeckel2-123/+118
2013-11-02epic100: replace printk with netdev_ callsBen Boeckel1-67/+58
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller6-28/+27
2013-11-01ixgbe: fix inconsistent clearing of the multicast tableEmil Tantilov1-8/+7
2013-11-01ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore2-8/+12
2013-11-01ixgbe: Reduce memory consumption with larger page sizesAnton Blanchard1-0/+4
2013-11-01igb: Don't let ethtool try to write to iNVM in i210/i211Fujinaka, Todd1-1/+3
2013-11-01ixgbevf: remove redundant workaroundEmil Tantilov1-9/+0
2013-11-01e1000: fix wrong queue idx calculationHong Zhiguo1-2/+1
2013-11-01sfc: Fix DMA unmapping issue with firmware assisted TSOAlexandre Rames2-2/+8
2013-10-31DMA-API: net: octeon: use dma_coerce_mask_and_coherent()Russell King1-2/+3
2013-10-31DMA-API: net: nxp/lpc_eth: use dma_coerce_mask_and_coherent()Russell King1-2/+4
2013-10-31bgmac: pass received packet to the netif instead of copying itRafał Miłecki1-27/+39
2013-10-30bgmac: don't update slot on skb alloc/dma mapping errorNathan Hintz1-6/+14
2013-10-30ibm emac: Fix locking for enable/disable eob irqAlistair Popple1-0/+4
2013-10-30ibm emac: Don't call napi_complete if napi_reschedule failedAlistair Popple1-8/+4