summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds274-4237/+10464
2013-07-09drivers/net: enic: release rtnl_lock on error-pathKonstantin Khlebnikov1-0/+2
2013-07-09net: mv643xx_eth: do not use port number as platform device idJonas Gorski1-2/+11
2013-07-09net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bitJongsung Kim1-1/+1
2013-07-05sfc: Fix memory leak when discarding scattered packetsBen Hutchings1-7/+20
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-5/+3
2013-07-04dt:net:stmmac: Add dt specific phy reset callback support.Srinivas Kandagatla1-2/+46
2013-07-04dt:net:stmmac: Add support to dwmac version 3.610 and 3.710Srinivas Kandagatla1-0/+26
2013-07-04dt:net:stmmac: Allocate platform data only if its NULL.Srinivas Kandagatla1-3/+3
2013-07-04net:stmmac: fix memleak in the open methodGiuseppe CAVALLARO1-10/+10
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-4/+4
2013-07-03net/mlx4: fix small memory leak on errorDan Carpenter1-0/+1
2013-07-03net: fec: Add VLAN receive HW support.Jim Baxter2-10/+55
2013-07-03alx: remove WoL supportJohannes Berg4-323/+15
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-72/+143
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+21
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-21/+1
2013-07-02stmmac: dity-up and rework the driver debug levelsGiuseppe CAVALLARO9-267/+117
2013-07-02net: fec: Fix RMON registers on imx6Jim Baxter1-5/+2
2013-07-02cxgb3: Missing rtnl lock in error recoveryBenjamin Herrenschmidt1-0/+2
2013-07-02net: fec: Fix Transmitted bytes counterJim Baxter1-0/+1
2013-07-02net: ethernet: davinci_emac: remove redundant dev_err call in davinci_emac_pr...Wei Yongjun1-1/+0
2013-07-02bnx2x: fill in sane dump flag informationMichal Schmidt1-2/+2
2013-07-02bnx2x: fix dump flag handlingMichal Schmidt2-0/+5
2013-07-02bnx2x: remove zeroing of dump data bufferMichal Schmidt1-2/+0
2013-07-01cassini: Make missing firmware non-fatalBen Hutchings1-10/+8
2013-07-01net: stmmac: fixed enh_desc set always zeroByungho An1-3/+3
2013-07-01net: stmmac: fixed operator typoByungho An1-5/+5
2013-07-01net: fec: Fix multicast list setup in fec_restart().Christoph Müllner1-3/+4
2013-07-01alx: fix ethtool support codeJohannes Berg1-35/+29
2013-07-01alx: fix MAC address alignment problemJohannes Berg1-4/+4
2013-07-01alx: separate link speed/duplex fieldsJohannes Berg4-125/+106
2013-07-01alx: make sizes unsignedJohannes Berg1-4/+4
2013-07-01alx: remove NET_CORE Kconfig selectJohannes Berg1-1/+0
2013-07-01alx: fix 100mbit/half duplex speed translationJohannes Berg1-1/+1
2013-07-01alx: treat flow control correctly in alx_set_pauseparam()Johannes Berg1-1/+2
2013-07-01net/mlx4_core: Add HW enforcement to VF link stateRony Efraim3-22/+58
2013-07-01net/mlx4_core: Dynamic VST to VST vlan/qos changesJack Morgenstein4-10/+282
2013-06-29bna: switch to fixed_size_llseek()Al Viro1-21/+1
2013-06-28net/trivial: replace numeric with standard PM state macrosYijing Wang7-9/+9
2013-06-28drivers: net: cpsw: add newline after MACID logDaniel Mack1-2/+2
2013-06-28pch_gbe: use managed functions pcim_* and devm_*Andy Shevchenko1-35/+15
2013-06-28pch_gbe: convert pr_* to netdev_*Andy Shevchenko6-164/+250
2013-06-28pch_gbe: remove inline keyword for exported functionsAndy Shevchenko3-13/+13
2013-06-28treewide: relase -> releaseGeert Uytterhoeven1-1/+1
2013-06-26fec: Add support for reading RMON registersChris Healy2-0/+169
2013-06-26arc_emac: fix compile-time errors & warnings on PPC64Alexey Brodkin1-26/+39
2013-06-25net/tg3: Avoid delay during MMIO accessGavin Shan1-0/+36
2013-06-25net: davinci_mdio: gaurd the DT code with IS_ENABLED(CONFIG_OF)Lad, Prabhakar1-1/+4
2013-06-25net: davinci_emac: simplify the OF parser codeLad, Prabhakar1-44/+23