aboutsummaryrefslogtreecommitdiffstats
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-27Merge branch 'bcm7xxx'David S. Miller2-38/+26
2014-08-27net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entriesFlorian Fainelli2-0/+6
2014-08-27net: phy: broadcom: add new Broadcom OUIFlorian Fainelli1-1/+1
2014-08-27net: phy: broadcom: fix PHY_BCM_OUI_4Florian Fainelli1-1/+1
2014-08-27net: phy: bcm7xxx: introduce helper macroFlorian Fainelli1-36/+18
2014-08-27Merge branch 'sf2'David S. Miller25-112/+1772
2014-08-27sungem: Fix global namespace pollution of phy accessors.David S. Miller2-169/+169
2014-08-27Documentation: devicetree: add Broadcom Starfighter 2 bindingFlorian Fainelli1-0/+78
2014-08-27Documentation: devicetree: update dsa binding with optional propertiesFlorian Fainelli1-0/+17
2014-08-27net: dsa: add Broadcom SF2 switch driverFlorian Fainelli6-0/+1006
2014-08-27net: dsa: add Broadcom tag RX/TX handlerFlorian Fainelli6-0/+190
2014-08-27net: dsa: allow updating fixed PHY link informationFlorian Fainelli2-0/+20
2014-08-27net: dsa: allow drivers to do link adjustmentFlorian Fainelli2-0/+11
2014-08-27net: dsa: allow switches to work without taggingFlorian Fainelli3-4/+26
2014-08-27net: dsa: allow for more complex PHY setupsFlorian Fainelli4-3/+83
2014-08-27net: dsa: retain a per-port device_node pointerFlorian Fainelli3-0/+4
2014-08-27net: dsa: provide a switch device device tree node pointerFlorian Fainelli2-0/+8
2014-08-27net: phy: provide stub for fixed_phy_set_link_updateFlorian Fainelli1-8/+9
2014-08-27net: phy: add generic UniMAC MDIO bus driverFlorian Fainelli4-0/+260
2014-08-27net: dsa: reduce number of protocol hooksFlorian Fainelli10-105/+68
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-27tcp: syncookies: mark cookie_secret read_mostlyFlorian Westphal2-2/+2
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-27net: Update sk_buff flag bit availability comment.David S. Miller1-1/+1
2014-08-25neigh: document gc_thresh2stephen hemminger1-0/+6
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-25bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov2-0/+80
2014-08-25Merge branch 'bnx2x-next'David S. Miller5-18/+44
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-25net: make skb an optional parameter for__skb_flow_dissect()WANG Cong2-5/+17
2014-08-25net: fix comments for __skb_flow_get_ports()WANG Cong1-2/+4
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. Miller4-56/+19
2014-08-25Merge branch 'is_kdump_kernel'David S. Miller4-3/+7
2014-08-25net/bnx2x: Use is_kdump_kernel() to detect kdump kernelAmir Vadai2-2/+4
2014-08-25net/mlx4: Use is_kdump_kernel() to detect kdump kernelAmir Vadai1-1/+2