aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-27net: phy: add generic UniMAC MDIO bus driverFlorian Fainelli3-0/+221
2014-08-27sungem: Fix global namespace pollution of phy accessors.David S. Miller1-17/+17
2014-08-27tulip: dmfe: Fix global namespace pollution of phy accessors.David S. Miller1-76/+76
2014-08-27f_ncm: Don't use netdev_start_xmit().David S. Miller1-1/+9
2014-08-27ethernet: arc: Add support for specific SoC layer device tree bindingsRomain Perier5-61/+129
2014-08-27ethernet: arc: mdio changes for future SoC glue layer devtree supportRomain Perier3-6/+5
2014-08-27ethernet: arc: remove use of 'struct platform_device'Romain Perier1-31/+33
2014-08-27bnx2x: Fix static checker warning regarding `txdata_ptr'Yuval Mintz1-2/+2
2014-08-27r8152: replace strncpy with strlcpyhayeswang1-2/+2
2014-08-25net: bnx2x: fix build error with ptpRandy Dunlap1-0/+1
2014-08-25team: set IFF_TEAM_PORT priv_flag after rx_handler is registeredJiri Pirko1-14/+30
2014-08-25bnx2x: Fix timesync endianityMichal Kalderon1-2/+4
2014-08-25bnx2x: Be more forgiving toward SW GRODmitry Kravkov1-1/+9
2014-08-25bnx2x: VF clean statisticsYuval Mintz1-0/+5
2014-08-25bnx2x: Fix stop-on-errorYuval Mintz2-6/+21
2014-08-25bnx2x: ethtool -d might cause timeout in logDmitry Kravkov1-9/+5
2014-08-25ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit()Daniel Borkmann1-3/+4
2014-08-25net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller2-33/+15
2014-08-25net/bnx2x: Use is_kdump_kernel() to detect kdump kernelAmir Vadai2-2/+4
2014-08-25stmmac: simple cleanupsPavel Machek3-12/+10
2014-08-25r8152: check code with checkpatch.plhayeswang1-31/+35
2014-08-24virtio_net: Support netdev_ops->ndo_xmit_flush()David S. Miller1-1/+9
2014-08-24igb: Support netdev_ops->ndo_xmit_flush()David S. Miller1-11/+24
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller2-2/+2
2014-08-24net: ec_bhf: remove excessive debug messagesDarek Marcinkiewicz1-91/+10
2014-08-23net: phy: bcm7xxx: enable EEE at the PHY levelFlorian Fainelli1-0/+31
2014-08-23net: phy: allow phy_init_eee() to work with internal PHYsFlorian Fainelli1-2/+4
2014-08-23net: phy: export phy_{read,write}_mmd_indirectFlorian Fainelli1-2/+4
2014-08-23net: phy: fixed: return an error for Clause 45 over 22 readsFlorian Fainelli1-0/+11
2014-08-23net: phy: bcm7xxx: enable auto power downFlorian Fainelli1-1/+26
2014-08-23net: phy: broadcom: move shadow 0x1C register accessors to brcmphy.hFlorian Fainelli1-18/+0
2014-08-23net: phy: broadcom: extract all registers to brcmphy.hFlorian Fainelli1-104/+0
2014-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller122-1120/+3065
2014-08-22phylib: use MDIO_DEVS[12]Sergei Shtylyov1-2/+2
2014-08-22vxlan: fix incorrect initializer in union vxlan_addrGerhard Stenzel1-4/+4
2014-08-22Merge tag 'linux-can-next-for-3.18-20140820' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller16-52/+1374
2014-08-22Merge tag 'pwm/for-3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-2/+6
2014-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds26-215/+350
2014-08-22dp83640: Fix length check for event timestamp status messagesChristian Riesch1-8/+15
2014-08-22net: stmmac: add fix_mac_speed support for socfpgaLey Foon Tan1-0/+63
2014-08-22r8169:add support for RTL8168H and RTL8107EChun-Hao Lin1-18/+452
2014-08-22bonding: create netlink event when bonding option is changedJiri Pirko1-0/+2
2014-08-22bnx2x: FW assertion changesAriel Elior1-106/+85
2014-08-22bnx2x: Make BP_VF more robustYuval Mintz1-1/+2
2014-08-22bnx2x: Prevent pci_disable_sriov with assigned VFsYuval Mintz1-4/+8
2014-08-22bnx2x: Prevent IOV if no entries in CAMYuval Mintz1-2/+7
2014-08-22bnx2x: Safe bnx2x_panic_dump()Yuval Mintz1-0/+29
2014-08-22bnx2x: Update driver version to 1.710.51Yuval Mintz1-1/+1
2014-08-22bnx2x: Code cleanupYuval Mintz6-60/+17
2014-08-22bnx2x: Add timestamping and PTP hardware clock supportMichal Kalderon8-13/+984