aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-09-30net: pxa168_eth: set the mac address on the Ethernet controllerAntoine Ténart1-0/+13
2014-09-30net: pxa168_eth: fix Ethernet flow control statusAntoine Ténart1-2/+2
2014-09-30net: pxa168_eth: add device tree supportAntoine Ténart1-23/+47
2014-09-30net: pxa168_eth: clean upAntoine Ténart1-52/+50
2014-09-30net/mlx4_core: Deprecate error message at ConnectX-2 cards startup to debugJack Morgenstein1-2/+12
2014-09-30net/mlx4_core: Protect QUERY_PORT wrapper from untrusted guestsJack Morgenstein1-2/+7
2014-09-30net/mlx4_core: New init and exit flow for mlx4_coreMajd Dibbiny1-174/+219
2014-09-30net/mlx4_core: Don't disable SRIOV if there are active VFsJack Morgenstein1-7/+21
2014-09-30netxen: Fix bug in Tx completion path.Manish Chopra1-2/+2
2014-09-30netxen: Fix BUG "sleeping function called from invalid context"Manish Chopra2-2/+2
2014-09-30net: cpsw: Add am33xx MACID readoutMarkus Pargmann2-1/+43
2014-09-30net: cpsw: Replace pr_err by dev_errMarkus Pargmann1-1/+1
2014-09-30net: cpsw: header, Add missing includeMarkus Pargmann1-0/+1
2014-09-30net: cpsw: Add missing return valueMarkus Pargmann1-0/+1
2014-09-29net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selectedKweh, Hock Leong1-2/+9
2014-09-29net: qualcomm: new Ethernet over SPI driver for QCA7000Stefan Wahren12-0/+2001
2014-09-28cxgb4: Add support for adaptive rxHariprasad Shenai5-2/+49
2014-09-28cxgb4/cxgb4vf: Add Devicde ID for two more adapterHariprasad Shenai2-0/+6
2014-09-28cxgb4vf: Remove superfluous "idx" parameter of CH_DEVICE() macro.Hariprasad Shenai1-52/+52
2014-09-28cxgb4: Use BAR2 Going To Sleep (GTS) for T5 and later.Hariprasad Shenai3-42/+167
2014-09-28mlx4: exploit skb->xmit_more to conditionally send doorbellEric Dumazet1-7/+16
2014-09-26net: bcmgenet: Fix compile warningTobias Klauser1-16/+7