aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-12gianfar: Carefully free skbs in functions called by netpoll.Eric W. Biederman1-2/+2
2014-03-12benet: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2014-03-12mlx4: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-12ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2014-03-12tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-7/+7
2014-03-12bnx2: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2014-03-12r8169: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2014-03-128139too: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-2/+2
2014-03-128139cp: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2014-03-12be2net: update driver version to 10.2Sathya Perla1-1/+1
2014-03-12be2net: Fix vlans_added counterVasundhara Volam1-2/+5
2014-03-12be2net: Create multiple TXQs on RSS capable multi-channel BE3-R interfacesVasundhara Volam1-3/+7
2014-03-12be2net: fix pmac_id[] allocation sizeRavikumar Nelavelli1-3/+2
2014-03-12be2net: log LPVID used in multi-channel configsRavikumar Nelavelli1-2/+4
2014-03-12be2net: Add link state control for VFsSuresh Reddy4-5/+88
2014-03-12be2net: Use GET_PROFILE_CONFIG cmd for BE3-R to query max-vfsSuresh Reddy1-8/+11
2014-03-12mlx4: Activate RoCE/SRIOVJack Morgenstein1-7/+0
2014-03-12mlx4: Implement IP based gids support for RoCE/SRIOVJack Morgenstein1-0/+24
2014-03-12mlx4: Add ref counting to port MAC table for RoCEJack Morgenstein1-7/+68
2014-03-12mlx4: In RoCE allow guests to have multiple GIDSJack Morgenstein5-34/+161
2014-03-12mlx4_core: For RoCE, allow slaves to set the GID entry at that slave's indexJack Morgenstein1-3/+30
2014-03-12mlx4: Adjust QP1 multiplexing for RoCE/SRIOVJack Morgenstein2-0/+39
2014-03-12xilinx: Convert uses of __constant_<foo> to <foo>Joe Perches2-3/+3
2014-03-12brocade: Convert uses of __constant_<foo> to <foo>Joe Perches1-10/+6
2014-03-12gianfar: Fix multi-queue support checks @probe()Claudiu Manoil1-10/+18
2014-03-10net: eth: cpsw: Use net_device_stats from struct net_deviceTobias Klauser1-16/+8
2014-03-10sky2: allow mac to come from dtTim Harvey1-2/+13
2014-03-10IB/mlx5_core: remove unreachable function call in module initKleber Sacilotto de Souza1-1/+0
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree9-39/+37
2014-03-10gianfar: Use Single-Queue polling for "fsl,etsec2"Claudiu Manoil2-32/+79
2014-03-10gianfar: Separate out the Tx interrupt handling (Tx NAPI)Claudiu Manoil2-69/+160
2014-03-08igb: fix warning if !CONFIG_IGB_HWMONJeff Kirsher1-0/+2
2014-03-08igb: fix array size calculationTodd Fujinaka1-3/+1
2014-03-08ixgbevf: fix skb->pkt_type checksFlorian Fainelli1-1/+2
2014-03-07e1000e: Fix SHRA register access for 82579David Ertman2-2/+2
2014-03-07e1000e: Fix ethtool offline tests for 82579 partsDavid Ertman1-2/+8
2014-03-07e1000e: Fix not generating an error on invalid load parameterDavid Ertman1-0/+6
2014-03-07e1000e: Feature Enable PHY Ultra Low Power Mode (ULP)David Ertman6-33/+354
2014-03-07e1000e Refactor of Runtime Power ManagementDavid Ertman2-32/+46
2014-03-07e1000e: Refactor PM flowsDavid Ertman3-55/+78
2014-03-07e1000e: Add missing branding strings in ich8lan.cDavid Ertman1-0/+8
2014-03-07e1000e: Cleanup - Update GPL header and CopyrightDavid Ertman23-599/+444
2014-03-07e1000e: Fix 82579 sets LPI too early.David Ertman3-5/+19
2014-03-07e1000e: Resolve issues with Management Engine (ME) briefly blocking PHY resetsDavid Ertman1-4/+26
2014-03-07e1000e: Cleanup unecessary referencesDavid Ertman1-2/+2
2014-03-07e1000e: PTP lock in e1000e_phc_adjustfreqTodd Fujinaka1-0/+5
2014-03-06i40e/i40evf: Bump pf&vf build versionsCatherine Sullivan2-2/+2
2014-03-06i40e/i40evf: carefully fill tx ringJesse Brandeburg2-4/+4
2014-03-06i40e: fix nvm version and remove firmware reportJesse Brandeburg2-14/+7
2014-03-06i40e: Fix static checker warningNeerav Parikh1-3/+6