aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern7-65/+99
2019-04-03ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern2-20/+27
2019-04-03net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit2-5/+4
2019-04-03Merge branch 'marvel10g-suspend-resume'David S. Miller1-1/+13
2019-04-03net: phy: marvell10g: add the suspend/resume callbacks for the 88x2210Antoine Tenart1-0/+2
2019-04-03net: phy: marvell10g: implement suspend/resume callbacksAntoine Tenart1-1/+11
2019-04-03net: dsa: microchip: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-04-03rxrpc: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-04-02net: sched: don't set tunnel for decap actionVlad Buslov1-1/+0
2019-04-02Merge branch 'net-phy-improve-genphy_c45_read_lpa'David S. Miller1-1/+19
2019-04-02net: phy: deal properly with autoneg incomplete in genphy_c45_read_lpaHeiner Kallweit1-0/+11
2019-04-02net: phy: use c45 standard to detect link partner autoneg capabilityHeiner Kallweit1-1/+8
2019-04-02Merge branch 'genphy_read_abilities'David S. Miller3-26/+62
2019-04-02net: phy: realtek: use genphy_read_abilitiesHeiner Kallweit1-24/+12
2019-04-02net: phy: use genphy_read_abilities in genphy driverHeiner Kallweit1-2/+1
2019-04-02net: phy: add genphy_read_abilitiesHeiner Kallweit2-0/+49
2019-04-02openvswitch: use after free in __ovs_ct_free_action()Dan Carpenter1-1/+1
2019-04-02tg3: allow ethtool -p to work for NICs in down stateJon Maxwell1-3/+0
2019-04-01macsec: add noinline tag to avoid a frame size warningFlorian Westphal1-10/+12
2019-04-01Merge branch 'xmit_more-softnet_data'David S. Miller39-76/+97
2019-04-01drivers: net: aurora: use netdev_xmit_more helperFlorian Westphal2-5/+5
2019-04-01drivers: net: sfc: use netdev_xmit_more helperFlorian Westphal2-9/+7
2019-04-01drivers: mellanox: use netdev_xmit_more() helperFlorian Westphal4-12/+12
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal29-32/+35
2019-04-01net: place xmit recursion in softnet dataFlorian Westphal3-18/+38
2019-04-01net: phy: aquantia: add SGMII statisticsHeiner Kallweit1-2/+112
2019-04-01net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destructXin Long2-2/+2
2019-04-01net: phy: improve genphy_read_statusHeiner Kallweit1-15/+8
2019-04-01Merge branch 'nfp-flower-improvement-and-SFF-module-EEPROM'David S. Miller4-77/+323
2019-04-01nfp: implement ethtool get module EEPROMDirk van der Merwe1-0/+131
2019-04-01nfp: nsp: implement read SFF module EEPROMDirk van der Merwe2-0/+70
2019-04-01nfp: flower: reduce action list size by coalescing mangle actionsPieter Jansen van Vuuren1-77/+122
2019-04-01net: phy: aquantia: add suspend / resume callbacks for AQR107 familyHeiner Kallweit1-0/+16
2019-04-01net: ethernet: ti: davinci_mdio: switch to readl/writel()Grygorii Strashko1-11/+11
2019-04-01Merge branch 'cxgb3-undefined-behaviour-and-use-struct_size'David S. Miller2-3/+3
2019-04-01cxgb3/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva1-2/+2
2019-04-01cxgb3/l2t: Fix undefined behaviourGustavo A. R. Silva1-1/+1
2019-04-01net: dsa: read mac address from DT for slave deviceXiaofei Shen3-1/+6
2019-04-01tcp: fix tcp_inet6_sk() for 32bit kernelsEric Dumazet1-2/+3
2019-03-31r8169: use netif_receive_skb_list batchingHeiner Kallweit1-1/+4
2019-03-31Merge branch 'mlxsw-spectrum_acl-Get-rid-of-failed_rollback-mechanism'David S. Miller2-21/+17
2019-03-31mlxsw: spectrum_acl: Rename rehash_dis traceJiri Pirko2-3/+3
2019-03-31mlxsw: spectrum_acl: Remove failed_rollback dead endJiri Pirko1-10/+10
2019-03-31mlxsw: spectrum_acl: Move rehash_dis trace call and err msg to vregion_migrate()Jiri Pirko1-6/+5
2019-03-31mlxsw: spectrum_acl: Remove redundant failed_rollback from migrate_start()Jiri Pirko1-4/+1
2019-03-29net: bridge: use netif_is_bridge_port()Julian Wiedmann4-9/+7
2019-03-29team: use netif_is_team_port()Julian Wiedmann1-4/+2
2019-03-29cxgb4/cxgb4vf: Display advertised FEC in ethtoolVishal Kulkarni5-65/+95
2019-03-29cxgb4: Update 1.23.3.0 as the latest firmware supported.Vishal Kulkarni1-6/+6
2019-03-29openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE modewenxu2-10/+37