aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-29net: add skb_get_tx_queue() helperDaniel Borkmann5-9/+13
2014-08-28r8169: add missing MODULE_FIRMWARE.Francois Romieu1-0/+2
2014-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller16-98/+301
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-27i40e/i40evf: Bump i40e & i40evf versionCatherine Sullivan2-4/+4
2014-08-27i40e/i40evf: Ignore a driver perceived Tx hang if the number of desc pending < 4Anjali Singhai Jain6-3/+19
2014-08-27i40e: quiet complaints when removing default MAC VLAN filter and make set_mac reversibleShannon Nelson1-29/+70
2014-08-27i40e/i40evf: add max buf len to aq debug print helperShannon Nelson6-18/+27
2014-08-27i40e: Add checks and message for Qualified Module infoCarolyn Wyborny1-0/+14
2014-08-27i40e: set num_queue_pairs to num configured by VFAshish Shah1-5/+8
2014-08-27i40e: Enable l2tsel bit for VLAN tag controlShannon Nelson1-0/+1
2014-08-27i40e: Add a FD flush counter to ethtoolAnjali Singhai Jain3-0/+11
2014-08-26i40e: ATR policy change to flush the table to clean stale ATR rulesAnjali Singhai Jain4-20/+111
2014-08-26i40e: Some FD message fixesAnjali Singhai Jain1-10/+28
2014-08-26i40e: Update flow director error messages to reduce user confusionCarolyn Wyborny1-17/+16
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