aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-06net: fec: fix build error at m68k platformFrank Li1-0/+1
2014-10-06net: bcmgenet: improve bcmgenet_mii_setup()Petri Gynther3-31/+48
2014-10-05Altera TSE: Add support for no PHYWalter Lozano1-0/+8
2014-10-05Altera TSE: Move PHY get addr and MDIO createWalter Lozano1-21/+36
2014-10-05net: pxa168_eth: avoid using signed char for bitopsAntoine Ténart1-6/+6
2014-10-04mlx4: add a new xmit_more counterEric Dumazet4-8/+19
2014-10-03drivers/net/ethernet/marvell/Kconfig: Let PXA168_ETH depend on HAS_IOMEMChen Gang1-1/+1
2014-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller10-77/+12
2014-10-03net/mlx5_core: Add ConnectX-4 to list of supported devicesEli Cohen1-0/+1
2014-10-03net/mlx5_core: Identify resources by their typeEli Cohen2-22/+47
2014-10-03net/mlx5_core: use set/get macros in device capsEli Cohen2-76/+91
2014-10-03net/mlx5_core: Use hardware registers description header fileEli Cohen2-39/+0
2014-10-03net/mlx5_core: Update device capabilities handlingEli Cohen5-142/+188
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser19-34/+0
2014-10-03et131x: Add PCIe gigabit ethernet driver et131x to drivers/netMark Einon6-0/+5592
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-30/+27
2014-10-02igb: bump version to 5.2.15Todd Fujinaka1-1/+1
2014-10-02i40e/igb: Convert to dev_consume_skb_any()Rick Jones2-2/+2
2014-10-02igb: remove blocking phy read from inside spinlockBernhard Kaindl3-18/+0
2014-10-02ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUESEthan Zhao1-1/+0
2014-10-02ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQLEmil Tantilov2-6/+1
2014-10-02ixgbe: remove wait loop on autoneg for copper devicesEmil Tantilov1-41/+0
2014-10-02ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones1-1/+1
2014-10-01fm10k: Correctly set the number of Tx queuesAlexander Duyck1-1/+5
2014-10-01fm10k: Reduce buffer size when pages are larger than 4KAlexander Duyck1-6/+2
2014-10-01net: bcmgenet: fix bcmgenet_put_tx_csum()Petri Gynther1-6/+7
2014-10-01net: fec: implement rx_copybreak to improve rx performanceNimrod Andy2-65/+145
2014-10-01bnx2: Correctly receive full sized 802.1ad fragmesVlad Yasevich1-2/+3
2014-10-01tg3: Allow for recieve of full-size 8021AD framesVlad Yasevich1-1/+2
2014-10-01r8169: add support for Byte Queue LimitsFlorian Westphal1-4/+14
2014-10-01r8169:call "rtl8168_driver_start" "rtl8168_driver_stop" only when hardware dash function is enabledChun-Hao Lin1-6/+8
2014-10-01r8169:modify the behavior of function "rtl8168_oob_notify"Chun-Hao Lin1-53/+46
2014-10-01r8169:change the name of function "r8168dp_check_dash" to "r8168_check_dash"Chun-Hao Lin1-2/+2
2014-10-01r8169:change the name of function"rtl_w1w0_eri"Chun-Hao Lin1-29/+29
2014-10-01r8169:for function "rtl_w1w0_phy" change its name and behaviorChun-Hao Lin1-88/+88
2014-10-01r8169:add more chips to support magic packet v2Chun-Hao Lin1-0/+36
2014-10-01r8169:add support more chips to get mac address from backup mac address registerChun-Hao Lin1-1/+10
2014-10-01r8169:add disable/enable RTL8411B pll functionChun-Hao Lin1-0/+2
2014-10-01r8169:add disable/enable RTL8168G pll functionChun-Hao Lin1-0/+2
2014-10-01r8169:change uppercase number to lowercase numberChun-Hao Lin1-9/+9
2014-10-01sunvnet: fix potential NULL pointer dereferenceDavid L Stevens1-1/+1
2014-10-01net: ll_temac: Remove unnecessary ether_setup after alloc_etherdevSubbaraya Sundeep Bhatta1-1/+0
2014-10-01fm10k: using vmalloc requires including linux/vmalloc.hStephen Rothwell1-0/+2
2014-09-30sunvnet: generate ICMP PTMUD messages for smaller port MTUsDavid L Stevens1-1/+36
2014-09-30sunvnet: allow admin to set sunvnet MTUDavid L Stevens2-4/+9
2014-09-30sunvnet: make transmit path zero-copy in the kernelDavid L Stevens2-45/+182
2014-09-30sunvnet: upgrade to VIO protocol version 1.6David L Stevens2-18/+89
2014-09-30net: pxa168_eth: allow to compile the pxa168_eth driver for testsAntoine Ténart1-1/+1
2014-09-30net: pxa168_eth: allow Berlin SoCs to use the pxa168_eth driverAntoine Ténart1-1/+1
2014-09-30net: pxa168_eth: rework the MAC address setupAntoine Ténart1-2/+30