aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-28virtio_net: flush when in xmit_more mode and under descriptor pressureDavid S. Miller1-1/+1
2014-08-28igb: flush when in xmit_more mode and under descriptor pressureDavid S. Miller1-39/+39
2014-08-27ixgbe: flush when in xmit_more mode and under descriptor pressureDaniel Borkmann1-29/+34
2014-08-27net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entriesFlorian Fainelli1-0/+4
2014-08-27net: phy: bcm7xxx: introduce helper macroFlorian Fainelli1-36/+18
2014-08-27Merge branch 'sf2'David S. Miller8-0/+1226
2014-08-27sungem: Fix global namespace pollution of phy accessors.David S. Miller2-169/+169
2014-08-27net: dsa: add Broadcom SF2 switch driverFlorian Fainelli5-0/+1005
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-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. Miller1-1/+1
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. Miller26-218/+353
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-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