summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fm10k: Add support for debugfsAlexander Duyck2014-09-235-1/+298
| * fm10k: Add support for IEEE DCBxAlexander Duyck2014-09-234-4/+185
| * fm10k: Add support for SR-IOV to driverAlexander Duyck2014-09-235-2/+614
| * fm10k: Add support for SR-IOV to PF core filesAlexander Duyck2014-09-233-1/+874
| * fm10k: Add support for VFAlexander Duyck2014-09-239-4/+837
| * fm10k: Add support for PF <-> VF mailboxAlexander Duyck2014-09-232-0/+834
| * fm10k: Add support for MACVLAN accelerationAlexander Duyck2014-09-234-1/+198
| * fm10k: Add support for netdev offloadsAlexander Duyck2014-09-232-3/+459
| * fm10k: Add support for multiple queuesAlexander Duyck2014-09-234-0/+247
| * fm10k: Add support for PCI power management and error handlingAlexander Duyck2014-09-231-0/+221
| * fm10k: Add ethtool supportAlexander Duyck2014-09-234-1/+873
| * fm10k: Add transmit and receive fastpath and interrupt handlersAlexander Duyck2014-09-234-2/+1038
| * fm10k: Add Tx/Rx hardware ring bring-up/tear-downAlexander Duyck2014-09-233-0/+653