summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2019-06-19act_ctinfo: Don't use BIT() in UAPI headers.David S. Miller-2/+2
2019-06-19Merge branch 'mlxsw-Implement-flower-ingress-device-matching-offload'David S. Miller-34/+367
2019-06-19selftests: tc: add ingress device matching supportJiri Pirko-2/+225
2019-06-19mlxsw: spectrum_flower: Implement support for ingress device matchingJiri Pirko-9/+59
2019-06-19mlxsw: spectrum_acl: Fix SRC_SYS_PORT element sizeJiri Pirko-5/+5
2019-06-19mlxsw: spectrum_acl: Avoid size check for RX_ACL_SYSTEM_PORT elementJiri Pirko-8/+13
2019-06-19mlxsw: spectrum_acl: Write RX_ACL_SYSTEM_PORT acl element correctlyJiri Pirko-10/+21
2019-06-19net: flow_offload: implement support for meta keyJiri Pirko-0/+13
2019-06-19net: sched: cls_flower: use flow_dissector for ingress ifindexJiri Pirko-6/+8
2019-06-19flow_dissector: add support for ingress ifindex dissectionJiri Pirko-0/+29
2019-06-18net/mlx5: add missing void argument to function mlx5_devlink_allocColin Ian King-1/+1
2019-06-18Merge branch 'net-mvpp2-cls-Allow-steering-based-on-vlan-tag'David S. Miller-43/+103
2019-06-18net: mvpp2: cls: Add steering based on vlan Id and priority.Maxime Chevallier-34/+86
2019-06-18net: mvpp2: cls: right-justify the C2 TCAM keysMaxime Chevallier-7/+7
2019-06-18net: mvpp2: cls: Only select applicable flows of classification offloadMaxime Chevallier-0/+3
2019-06-18net: mvpp2: cls: Use a dedicated lu_type for the RSS lookupMaxime Chevallier-2/+7
2019-06-18Merge branch 'macb-SiFive-FU540-C000'David S. Miller-0/+126
2019-06-18macb: Add support for SiFive FU540-C000Yash Shah-0/+123
2019-06-18macb: bindings doc: add sifive fu540-c000 bindingYash Shah-0/+3
2019-06-18Merge branch 'hinic-add-rss-support-and-rss-parameters-configuration'David S. Miller-142/+1186
2019-06-18hinic: add support for rss parameters with ethtoolXue Chaojing-1/+479
2019-06-18hinic: move ethtool code into hinic_ethtoolXue Chaojing-134/+167
2019-06-18hinic: add rss supportXue Chaojing-8/+541
2019-06-18net: stmmac: add sanity check to device_property_read_u32_array callColin Ian King-3/+10
2019-06-18net: hns3: Add missing newline at end of fileGeert Uytterhoeven-1/+1
2019-06-18qed: Fix -Wmaybe-uninitialized false positiveArnd Bergmann-0/+1
2019-06-18ps3_gelic: Use [] to denote a flexible array memberGeert Uytterhoeven-1/+1
2019-06-18ipoib: show VF broadcast addressDenis Kirjanov-0/+10
2019-06-18ipoib: correcly show a VF hardware addressDenis Kirjanov-0/+1
2019-06-18Merge branch 'mlxsw-Improve-IPv6-route-insertion-rate'David S. Miller-68/+567
2019-06-18selftests: mlxsw: Add a test for FIB offload indicationIdo Schimmel-0/+349
2019-06-18ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel-22/+17
2019-06-18mlxsw: spectrum_router: Create IPv6 multipath routes in one goIdo Schimmel-13/+23
2019-06-18mlxsw: spectrum_router: Add / delete multiple IPv6 nexthopsIdo Schimmel-22/+39
2019-06-18mlxsw: spectrum_router: Pass array of routes to route handling functionsIdo Schimmel-4/+10
2019-06-18mlxsw: spectrum_router: Adjust IPv6 replace logic to new notificationsIdo Schimmel-7/+7
2019-06-18mlxsw: spectrum_router: Pass multiple routes to work itemIdo Schimmel-7/+65
2019-06-18mlxsw: spectrum_router: Prepare function to return errorsIdo Schimmel-3/+11
2019-06-18mlxsw: spectrum_router: Remove processing of IPv6 append notificationsIdo Schimmel-2/+0
2019-06-18ipv6: Add IPv6 multipath notification for route deleteIdo Schimmel-0/+6
2019-06-18ipv6: Add IPv6 multipath notifications for add / replaceIdo Schimmel-0/+15
2019-06-18netdevsim: Ignore IPv6 multipath notificationsIdo Schimmel-0/+7
2019-06-18mlxsw: spectrum_router: Ignore IPv6 multipath notificationsIdo Schimmel-0/+2
2019-06-18ipv6: Extend notifier info for multipath routesIdo Schimmel-0/+24
2019-06-18netlink: Add field to skip in-kernel notificationsIdo Schimmel-1/+3
2019-06-18netlink: Document all fields of 'struct nl_info'Ido Schimmel-0/+2
2019-06-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller-335/+440
2019-06-18mlxsw: spectrum_ptp: Fix compilation on 32-bit ARMShalom Toledo-3/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-34881/+9649
2019-06-17Merge branch 'UDP-GSO-audit-tests'David S. Miller-16/+327