aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-11net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del()Taehee Yoo1-2/+0
2019-06-11net: netlink: make netlink_walk_start() void return typeTaehee Yoo1-12/+3
2019-06-11selftests: pmtu: Introduce list_flush_ipv6_exception test caseStefano Brivio1-1/+50
2019-06-10Merge branch 'net-Enable-nexthop-objects-with-IPv4-and-IPv6-routes'David S. Miller12-113/+1672
2019-06-10selftests: Add version of router_multipath.sh using nexthop objectsDavid Ahern1-0/+359
2019-06-10selftests: Add test with multiple prefixes using single nexthopDavid Ahern1-0/+290
2019-06-10selftests: icmp_redirect: Add support for routing via nexthop objectsDavid Ahern1-0/+49
2019-06-10selftests: pmtu: Add support for routing via nexthop objectsDavid Ahern1-32/+126
2019-06-10selftests: pmtu: Move route installs to a new functionDavid Ahern1-11/+15
2019-06-10selftests: pmtu: Move running of test into a new functionDavid Ahern1-27/+36
2019-06-10nexthops: add support for replaceDavid Ahern1-5/+214
2019-06-10ipv6: Allow routes to use nexthop objectsDavid Ahern2-8/+82
2019-06-10ipv4: Optimization for fib_info lookup with nexthopsDavid Ahern1-6/+65
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern3-0/+35
2019-06-10ipv6: Handle all fib6_nh in a nexthop in mtu updatesDavid Ahern1-1/+28
2019-06-10ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirectDavid Ahern1-1/+19
2019-06-10ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirectDavid Ahern1-4/+35
2019-06-10ipv6: Handle all fib6_nh in a nexthop in exception handlingDavid Ahern1-3/+108
2019-06-10ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_devDavid Ahern1-0/+18
2019-06-10ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_sizeDavid Ahern1-12/+37
2019-06-10ipv6: Handle all fib6_nh in a nexthop in __find_rr_leafDavid Ahern1-2/+47
2019-06-10ipv6: Handle all fib6_nh in a nexthop in rt6_device_matchDavid Ahern1-2/+52
2019-06-10ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_fromDavid Ahern1-4/+27
2019-06-10nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern2-0/+35
2019-06-10tcp: Make tcp_fastopen_alloc_ctx staticYueHaibing1-3/+3
2019-06-10Merge branch 'r8169-improve-handling-of-chip-specific-configuration'David S. Miller1-132/+88
2019-06-10r8169: remove struct rtl_cfg_infoHeiner Kallweit1-37/+19
2019-06-10r8169: remove member coalesce_info from struct rtl_cfg_infoHeiner Kallweit1-5/+5
2019-06-10r8169: remove callback hw_start from struct rtl_cfg_infoHeiner Kallweit1-64/+53
2019-06-10r8169: rename CPCMD_QUIRK_MASK and apply it on all chip versionsHeiner Kallweit1-19/+4
2019-06-10r8169: improve setting interrupt maskHeiner Kallweit1-14/+14
2019-06-10cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSIVarun Prakash10-30/+142
2019-06-10Merge branch 'mvpp2-stats'David S. Miller2-19/+133
2019-06-10net: mvpp2: Add support for more ethtool countersMaxime Chevallier2-18/+132
2019-06-10net: mvpp2: Rename mvpp2_ethtool_counters to mvpp2_ethtool_mib_countersMaxime Chevallier1-10/+11
2019-06-10net: mvpp2: Only clear the stat counters at port initMaxime Chevallier1-6/+5
2019-06-09ocelot: remove unused variable 'rc' in vcap_cmd()Mao Wenan1-2/+1
2019-06-09ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet3-3/+12
2019-06-09Merge branch 'RGMII-delays-for-SJA1105-DSA-driver'David S. Miller3-8/+106
2019-06-09net: dsa: sja1105: Add RGMII delay support for P/Q/R/S chipsVladimir Oltean3-2/+102
2019-06-09net: dsa: sja1105: Remove duplicate rgmii_pad_mii_tx from regsVladimir Oltean3-6/+4
2019-06-09net: phy: broadcom: Add genphy_suspend and genphy_resume for BCM5464Vladimir Oltean1-0/+2
2019-06-09Merge branch 'Rethink-PHYLINK-callbacks-for-SJA1105-DSA'David S. Miller4-94/+62
2019-06-09net: dsa: sja1105: Rethink the PHYLINK callbacksVladimir Oltean1-74/+40
2019-06-09net: dsa: sja1105: Export the sja1105_inhibit_tx functionVladimir Oltean2-6/+10
2019-06-09net: dsa: sja1105: Update some comments about PHYLIBVladimir Oltean2-5/+3
2019-06-09net: dsa: sja1105: Use SPEED_{10, 100, 1000, UNKNOWN} macrosVladimir Oltean1-11/+11
2019-06-09af_key: make use of BUG_ON macroHariprasad Kelam1-4/+2
2019-06-09ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset()Eric Dumazet1-1/+1
2019-06-09Merge branch 'Avoid-local_irq_save-and-use-napi_alloc_frag-where-possible'David S. Miller8-60/+50