summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: fix memory leak on txq_infoColin Ian King2016-11-251-1/+1
* tuntap: remove unnecessary sk_receive_queue length check during xmitJason Wang2016-11-241-7/+0
* mlx4: reorganize struct mlx4_en_tx_ringEric Dumazet2016-11-243-44/+48
* ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli2016-11-241-11/+5
* net/mlx5e: Enforce min inline mode when offloading flowsRoi Dayan2016-11-241-2/+44
* net/mlx5: E-Switch, Add control for inline modeRoi Dayan2016-11-244-0/+148
* net/mlx5: Enable to query min inline for a specific vportRoi Dayan2016-11-243-18/+13
* net/mlx5e: Support VF vport link state control for SRIOV switchdev modeOr Gerlitz2016-11-241-2/+31
* net/mlx5e: Support HW (offloaded) and SW counters for SRIOV switchdev modeOr Gerlitz2016-11-244-24/+128
* net: Add net-device param to the get offloaded stats ndoOr Gerlitz2016-11-241-1/+1
* net: dsa: bcm_sf2: Ensure we re-negotiate EEE during after link changeFlorian Fainelli2016-11-241-0/+4
* net: phy: bcm7xxx: Add support for downshift/WirespeedFlorian Fainelli2016-11-241-1/+50
* net: phy: broadcom: Allow enabling or disabling of EEEFlorian Fainelli2016-11-244-7/+13
* net: phy: broadcom: Add support code for downshift/WirespeedFlorian Fainelli2016-11-242-0/+91
* net: phy: broadcom: Move bcm54xx_auxctl_{read, write} to common libraryFlorian Fainelli2016-11-243-15/+20
* net: dsa: mv88e6xxx: add MV88E6097 switchStefan Eichenberger2016-11-242-0/+28
* net/phy: add trace events for mdio accessesUwe Kleine-König2016-11-241-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-22124-1155/+1409
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-11-214-10/+12
| |\
| | * sunbmac: Fix compiler warningTushar Dave2016-11-182-3/+4
| | * sunqe: Fix compiler warningsTushar Dave2016-11-182-7/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-2135-431/+687
| |\ \
| | * | ethernet: stmmac: make DWMAC_STM32 depend on it's associated SoCPeter Robinson2016-11-211-1/+1
| | * | net: macb: add check for dma mapping error in start_xmit()Alexey Khoroshilov2016-11-191-0/+6
| | * | Merge tag 'mac80211-for-davem-2016-11-18' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-11-181-1/+1
| | |\ \
| | | * | mac80211_hwsim: fix beacon delta calculationBenjamin Beichler2016-11-151-1/+1
| | * | | net: ethernet: ti: cpsw: fix fixed-link phy probe deferralJohan Hovold2016-11-181-5/+7
| | * | | net: ethernet: ti: cpsw: add missing sanity checkJohan Hovold2016-11-181-0/+3
| | * | | net: ethernet: ti: cpsw: fix secondary-emac probe error pathJohan Hovold2016-11-181-1/+3
| | * | | net: ethernet: ti: cpsw: fix of_node and phydev leaksJohan Hovold2016-11-181-0/+35
| | * | | net: ethernet: ti: cpsw: fix deferred probeJohan Hovold2016-11-181-17/+24
| | * | | net: ethernet: ti: cpsw: fix mdio device reference leakJohan Hovold2016-11-181-0/+1
| | * | | net: ethernet: ti: cpsw: fix bad register access in probe error pathJohan Hovold2016-11-181-4/+7
| | * | | net: sky2: Fix shutdown crashJeremy Linton2016-11-181-0/+13
| | * | | net: phy: fixed_phy: fix of_node leak in fixed_phy_unregisterJohan Hovold2016-11-171-1/+1
| | * | | of_mdio: fix device reference leak in of_phy_find_deviceJohan Hovold2016-11-171-0/+1
| | * | | of_mdio: fix node leak in of_phy_register_fixed_link error pathJohan Hovold2016-11-171-1/+4
| | * | | bnxt: add a missing rcu synchronizationEric Dumazet2016-11-171-0/+4
| | * | | net: dsa: b53: Fix VLAN usage and how we treat CPU portFlorian Fainelli2016-11-171-12/+4
| | * | | net/phy/vitesse: Configure RGMII skew on VSC8601, if neededAlex2016-11-161-1/+33
| | * | | cxgb4: do not call napi_hash_del()Eric Dumazet2016-11-161-1/+0
| | * | | be2net: do not call napi_hash_del()Eric Dumazet2016-11-161-1/+0
| | * | | virtio-net: add a missing synchronize_net()Eric Dumazet2016-11-161-0/+5
| | * | | net: thunderx: Fix memory leak and other issues upon interface toggleSunil Goutham2016-11-162-7/+18
| | * | | net: thunderx: Fix VF driver's interface statisticsSunil Goutham2016-11-166-196/+197
| | * | | net: thunderx: Fix configuration of L3/L4 length checkingSunil Goutham2016-11-161-2/+5
| | * | | net: thunderx: Program LMAC credits based on MTUSunil Goutham2016-11-166-30/+53
| | * | | net: thunderx: Introduce BGX_ID_MASK macro to extract bgx_idRadha Mohan Chintakuntla2016-11-162-2/+4
| | * | | net: arc_emac: don't pass multicast packets to kernel in non-multicast modeAlexander Kochetkov2016-11-161-1/+4
| | * | | net: arc_emac: annonce IFF_MULTICAST supportAlexander Kochetkov2016-11-161-2/+0