summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net/mlx5_core: Use hardware registers description header fileEli Cohen2014-10-032-39/+0
| * | | net/mlx5_core: Update device capabilities handlingEli Cohen2014-10-035-142/+188
| * | | net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser2014-10-0319-34/+0
| * | | et131x: Add PCIe gigabit ethernet driver et131x to drivers/netMark Einon2014-10-036-0/+5592
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-029-30/+27
| |\ \ \ | | |/ / | |/| / | | |/
| * | net: bcmgenet: fix bcmgenet_put_tx_csum()Petri Gynther2014-10-011-6/+7
| * | net: fec: implement rx_copybreak to improve rx performanceNimrod Andy2014-10-012-65/+145
| * | r8169: add support for Byte Queue LimitsFlorian Westphal2014-10-011-4/+14
| * | r8169:call "rtl8168_driver_start" "rtl8168_driver_stop" only when hardware da...Chun-Hao Lin2014-10-011-6/+8
| * | r8169:modify the behavior of function "rtl8168_oob_notify"Chun-Hao Lin2014-10-011-53/+46
| * | r8169:change the name of function "r8168dp_check_dash" to "r8168_check_dash"Chun-Hao Lin2014-10-011-2/+2
| * | r8169:change the name of function"rtl_w1w0_eri"Chun-Hao Lin2014-10-011-29/+29
| * | r8169:for function "rtl_w1w0_phy" change its name and behaviorChun-Hao Lin2014-10-011-88/+88
| * | r8169:add more chips to support magic packet v2Chun-Hao Lin2014-10-011-0/+36
| * | r8169:add support more chips to get mac address from backup mac address registerChun-Hao Lin2014-10-011-1/+10
| * | r8169:add disable/enable RTL8411B pll functionChun-Hao Lin2014-10-011-0/+2
| * | r8169:add disable/enable RTL8168G pll functionChun-Hao Lin2014-10-011-0/+2
| * | r8169:change uppercase number to lowercase numberChun-Hao Lin2014-10-011-9/+9
| * | sunvnet: fix potential NULL pointer dereferenceDavid L Stevens2014-10-011-1/+1
| * | net: ll_temac: Remove unnecessary ether_setup after alloc_etherdevSubbaraya Sundeep Bhatta2014-10-011-1/+0
| * | fm10k: using vmalloc requires including linux/vmalloc.hStephen Rothwell2014-10-011-0/+2
| * | sunvnet: generate ICMP PTMUD messages for smaller port MTUsDavid L Stevens2014-09-301-1/+36
| * | sunvnet: allow admin to set sunvnet MTUDavid L Stevens2014-09-302-4/+9
| * | sunvnet: make transmit path zero-copy in the kernelDavid L Stevens2014-09-302-45/+182
| * | sunvnet: upgrade to VIO protocol version 1.6David L Stevens2014-09-302-18/+89
| * | net: pxa168_eth: allow to compile the pxa168_eth driver for testsAntoine Ténart2014-09-301-1/+1
| * | net: pxa168_eth: allow Berlin SoCs to use the pxa168_eth driverAntoine Ténart2014-09-301-1/+1
| * | net: pxa168_eth: rework the MAC address setupAntoine Ténart2014-09-301-2/+30
| * | net: pxa168_eth: set the mac address on the Ethernet controllerAntoine Ténart2014-09-301-0/+13
| * | net: pxa168_eth: fix Ethernet flow control statusAntoine Ténart2014-09-301-2/+2
| * | net: pxa168_eth: add device tree supportAntoine Ténart2014-09-301-23/+47
| * | net: pxa168_eth: clean upAntoine Ténart2014-09-301-52/+50
| * | net/mlx4_core: Deprecate error message at ConnectX-2 cards startup to debugJack Morgenstein2014-09-301-2/+12
| * | net/mlx4_core: Protect QUERY_PORT wrapper from untrusted guestsJack Morgenstein2014-09-301-2/+7
| * | net/mlx4_core: New init and exit flow for mlx4_coreMajd Dibbiny2014-09-301-174/+219
| * | net/mlx4_core: Don't disable SRIOV if there are active VFsJack Morgenstein2014-09-301-7/+21
| * | net: cpsw: Add am33xx MACID readoutMarkus Pargmann2014-09-302-1/+43
| * | net: cpsw: Replace pr_err by dev_errMarkus Pargmann2014-09-301-1/+1
| * | net: cpsw: header, Add missing includeMarkus Pargmann2014-09-301-0/+1
| * | net: cpsw: Add missing return valueMarkus Pargmann2014-09-301-0/+1
| * | net: qualcomm: new Ethernet over SPI driver for QCA7000Stefan Wahren2014-09-2912-0/+2001
| * | cxgb4: Add support for adaptive rxHariprasad Shenai2014-09-285-2/+49
| * | cxgb4/cxgb4vf: Add Devicde ID for two more adapterHariprasad Shenai2014-09-282-0/+6
| * | cxgb4vf: Remove superfluous "idx" parameter of CH_DEVICE() macro.Hariprasad Shenai2014-09-281-52/+52
| * | cxgb4: Use BAR2 Going To Sleep (GTS) for T5 and later.Hariprasad Shenai2014-09-283-42/+167
| * | mlx4: exploit skb->xmit_more to conditionally send doorbellEric Dumazet2014-09-281-7/+16
| * | net: bcmgenet: Fix compile warningTobias Klauser2014-09-261-16/+7
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-09-2623-0/+16185
| |\ \
| | * | fm10k: Add support for PTPAlexander Duyck2014-09-237-1/+683
| | * | fm10k: Add support for ptp to hw specific filesAlexander Duyck2014-09-235-0/+186
OpenPOWER on IntegriCloud