summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-10selftests: pmtu: Move route installs to a new functionDavid Ahern
2019-06-10selftests: pmtu: Move running of test into a new functionDavid Ahern
2019-06-10nexthops: add support for replaceDavid Ahern
2019-06-10ipv6: Allow routes to use nexthop objectsDavid Ahern
2019-06-10ipv4: Optimization for fib_info lookup with nexthopsDavid Ahern
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in mtu updatesDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirectDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirectDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in exception handlingDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_devDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_sizeDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in __find_rr_leafDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in rt6_device_matchDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_fromDavid Ahern
2019-06-10nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern
2019-06-10tcp: Make tcp_fastopen_alloc_ctx staticYueHaibing
2019-06-10Merge branch 'r8169-improve-handling-of-chip-specific-configuration'David S. Miller
2019-06-10r8169: remove struct rtl_cfg_infoHeiner Kallweit
2019-06-10r8169: remove member coalesce_info from struct rtl_cfg_infoHeiner Kallweit
2019-06-10r8169: remove callback hw_start from struct rtl_cfg_infoHeiner Kallweit
2019-06-10r8169: rename CPCMD_QUIRK_MASK and apply it on all chip versionsHeiner Kallweit
2019-06-10r8169: improve setting interrupt maskHeiner Kallweit
2019-06-10cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSIVarun Prakash
2019-06-10Merge branch 'mvpp2-stats'David S. Miller
2019-06-10net: mvpp2: Add support for more ethtool countersMaxime Chevallier
2019-06-10net: mvpp2: Rename mvpp2_ethtool_counters to mvpp2_ethtool_mib_countersMaxime Chevallier
2019-06-10net: mvpp2: Only clear the stat counters at port initMaxime Chevallier
2019-06-09ocelot: remove unused variable 'rc' in vcap_cmd()Mao Wenan
2019-06-09ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet
2019-06-09Merge branch 'RGMII-delays-for-SJA1105-DSA-driver'David S. Miller
2019-06-09net: dsa: sja1105: Add RGMII delay support for P/Q/R/S chipsVladimir Oltean
2019-06-09net: dsa: sja1105: Remove duplicate rgmii_pad_mii_tx from regsVladimir Oltean
2019-06-09net: phy: broadcom: Add genphy_suspend and genphy_resume for BCM5464Vladimir Oltean
2019-06-09Merge branch 'Rethink-PHYLINK-callbacks-for-SJA1105-DSA'David S. Miller
2019-06-09net: dsa: sja1105: Rethink the PHYLINK callbacksVladimir Oltean
2019-06-09net: dsa: sja1105: Export the sja1105_inhibit_tx functionVladimir Oltean
2019-06-09net: dsa: sja1105: Update some comments about PHYLIBVladimir Oltean
2019-06-09net: dsa: sja1105: Use SPEED_{10, 100, 1000, UNKNOWN} macrosVladimir Oltean
2019-06-09af_key: make use of BUG_ON macroHariprasad Kelam
2019-06-09ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset()Eric Dumazet
2019-06-09Merge branch 'Avoid-local_irq_save-and-use-napi_alloc_frag-where-possible'David S. Miller
2019-06-09net: hwbm: Make the hwbm_pool lock a mutexSebastian Andrzej Siewior
2019-06-09tg3: Use napi_alloc_frag()Sebastian Andrzej Siewior
2019-06-09bnx2x: Use napi_alloc_frag()Sebastian Andrzej Siewior
2019-06-09dpaa2-eth: Use napi_alloc_frag()Sebastian Andrzej Siewior
2019-06-09dpaa2-eth: Remove preempt_disable() from seed_pool()Sebastian Andrzej Siewior
2019-06-09net: Don't disable interrupts in __netdev_alloc_skb()Sebastian Andrzej Siewior
2019-06-09net: Don't disable interrupts in napi_alloc_frag()Sebastian Andrzej Siewior
2019-06-09Merge branch 'SFP-polling-fixes'David S. Miller