aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-29atl1e: remove open-coded skb_cow_head.françois romieu1-7/+7
2014-03-29atl1c: remove open-coded skb_cow_head.françois romieu1-7/+7
2014-03-29atl1: remove open-coded skb_cow_head.françois romieu1-8/+7
2014-03-29net: mvneta: use devm_ioremap_resource() instead of of_iomap()Thomas Petazzoni1-7/+7
2014-03-28cxgb4vf: Adds device Id for few more Chelsio adaptersHariprasad Shenai1-0/+8
2014-03-28cxgb4: Adds device ID for few more Chelsio AdaptersHariprasad Shenai1-0/+12
2014-03-28net/mlx4: Implement vxlan ndo callsOr Gerlitz3-4/+90
2014-03-28mlx4: Add support for CONFIG_DEV commandOr Gerlitz2-0/+49
2014-03-28net/mlx4: USe one wrapper that returns -EPERMOr Gerlitz3-28/+4
2014-03-28bnx2x: Fix possible memory leak on iov error flowYuval Mintz1-0/+2
2014-03-28sh_eth: ensure pm_runtime cannot suspend the device during initBen Dooks1-2/+6
2014-03-28net: stmmac: Add SOCFPGA glue driverDinh Nguyen5-0/+147
2014-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller16-61/+131
2014-03-28net: sxgbe: fix potential null dereferenceByungho An1-2/+8
2014-03-28net: sxgbe: fix sparse warnings about static declarationByungho An2-4/+4
2014-03-28be2net: csum, tso and rss steering offload support for VxLANSathya Perla3-9/+125
2014-03-28be2net: add FW cmds needed for VxLAN offloadsSathya Perla3-58/+154
2014-03-28igb: fix race conditions on queuing skb for HW time stampJakub Kicinski3-2/+7
2014-03-28igb: never generate both software and hardware timestampsJakub Kicinski1-2/+2
2014-03-28e1000e: remove redundant if clause from PTP workJakub Kicinski1-3/+0
2014-03-28e1000e: add timeout for TX HW time stamping workJakub Kicinski3-0/+10
2014-03-28i40e: Use DEBUG_FD message level for an FD messageAnjali Singhai Jain1-2/+3
2014-03-28i40e/i40evf: Add an FD message levelAnjali Singhai Jain2-0/+2
2014-03-28i40e: check for netdev before debugfs useShannon Nelson1-13/+22
2014-03-28i40evf: remove double space after returnJesse Brandeburg1-1/+1
2014-03-28i40e: Add functionality for FD SB to drop packetsAnjali Singhai Jain1-1/+6
2014-03-28i40e: Cleanup in FDIR SB ethtool codeAnjali Singhai Jain1-19/+13
2014-03-28i40e: eeprom integrity check on load and emprShannon Nelson2-6/+45
2014-03-28i40e: Make the alloc and free queue vector calls orthogonalGreg Rose1-6/+6
2014-03-28i40evf: fix oops in watchdog handlerMitch Williams2-3/+8
2014-03-28i40e: Delete ATR filter on RSTAnjali Singhai Jain1-3/+6
2014-03-28bfin_mac: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28r6040: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28net: ftgmac100: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28net: emaclite: remove empty MDIO bus reset functionFlorian Fainelli1-13/+0
2014-03-28net: mvmdio: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28fs_enet: remove empty MDIO bus functionFlorian Fainelli1-7/+0
2014-03-28fec: remove empty MDIO bus functionFlorian Fainelli1-6/+0
2014-03-28net: ethoc: remove empty MDIO bus functionFlorian Fainelli1-6/+0
2014-03-28dnet: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28macb: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28tg3: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28net: greth: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-27net: bcmgenet: set RBUF_SKIP_FCS based on UniMAC CRC forwardingFlorian Fainelli1-0/+9
2014-03-27bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not setYuval Mintz1-1/+1
2014-03-26net: sxgbe: add ethtool related functions support Samsung sxgbeVipul Pandya4-1/+458
2014-03-26net: sxgbe: add Checksum offload support for Samsung sxgbeVipul Pandya4-12/+61
2014-03-26net: sxgbe: add TSO support for Samsung sxgbeVipul Pandya6-11/+92
2014-03-26net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbeGirish K S6-2/+360
2014-03-26net: sxgbe: add basic framework for Samsung 10Gb ethernet driverSiva Reddy21-0/+5453