summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-02-10Merge branch 'mlxsw-offload-mc-flood'David S. Miller
2017-02-10mlxsw: spectrum: Update mc_disabled flag by switchdev attrNogah Frankel
2017-02-10mlxsw: spectrum: Extend port_orig_get for bridge devicesNogah Frankel
2017-02-10mlxsw: spectrum: Add an option to flood mc by mc_router_portNogah Frankel
2017-02-10mlxsw: spectrum: Separate bc and mc floodsNogah Frankel
2017-02-10mlxsw: spectrum: Change max vfidNogah Frankel
2017-02-10mlxsw: spectrum: Make port flood update more genericNogah Frankel
2017-02-10mlxsw: spectrum: Break flood set func to be per tableNogah Frankel
2017-02-10switchdev: bridge: Offload mc router portsNogah Frankel
2017-02-10bridge: mcast: Merge the mc router ports deletions to one functionNogah Frankel
2017-02-10switchdev: bridge: Offload multicast disabledNogah Frankel
2017-02-10Merge branch 'sched-cls_api-small-cleanup'David S. Miller
2017-02-10sched: check negative err value to safe one level of indentJiri Pirko
2017-02-10sched: add missing curly braces in else branch in tc_ctl_tfilterJiri Pirko
2017-02-10sched: move err set right before goto errout in tc_ctl_tfilterJiri Pirko
2017-02-10sched: push TC filter protocol creation into a separate functionJiri Pirko
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko
2017-02-10sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko
2017-02-10Merge branch 'mlxsw-identical-routes-handling'David S. Miller
2017-02-10mlxsw: spectrum_router: Add support for route replaceIdo Schimmel
2017-02-10mlxsw: spectrum_router: Add support for route appendIdo Schimmel
2017-02-10mlxsw: spectrum_router: Correctly handle identical routesIdo Schimmel
2017-02-10ipv4: fib: Add events for FIB replace and appendIdo Schimmel
2017-02-10ipv4: fib: Send notification before deleting FIB aliasIdo Schimmel
2017-02-10ipv4: fib: Send deletion notification with actual FIB alias typeIdo Schimmel
2017-02-10ipv4: fib: Only flush FIB aliases belonging to currently flushed tableIdo Schimmel
2017-02-10Merge branch 'openvswitch-Conntrack-integration-improvements'David S. Miller
2017-02-10openvswitch: Pack struct sw_flow_key.Jarno Rajahalme
2017-02-10openvswitch: Add force commit.Jarno Rajahalme
2017-02-10openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme
2017-02-10openvswitch: Inherit master's labels.Jarno Rajahalme
2017-02-10openvswitch: Refactor labels initialization.Jarno Rajahalme
2017-02-10openvswitch: Simplify labels length logic.Jarno Rajahalme
2017-02-10openvswitch: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme
2017-02-10openvswitch: Do not trigger events for unconfirmed connections.Jarno Rajahalme
2017-02-10openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme
2017-02-10openvswitch: Fix comments for skb->_nfctJarno Rajahalme
2017-02-10Merge branch 'ena-bug-fixes'David S. Miller
2017-02-10net/ena: update driver version to 1.1.2Netanel Belgazal
2017-02-10net/ena: change condition for host attribute configurationNetanel Belgazal
2017-02-10net/ena: change driver's default timeoutsNetanel Belgazal
2017-02-10net/ena: reduce the severity of ena printoutsNetanel Belgazal
2017-02-10net/ena: use READ_ONCE to access completion descriptorsNetanel Belgazal
2017-02-10net/ena: use napi_complete_done() return valueNetanel Belgazal
2017-02-10net/ena: fix potential access to freed memory during device resetNetanel Belgazal
2017-02-10net/ena: refactor ena_get_stats64 to be atomic context safeNetanel Belgazal
2017-02-10net/ena: fix NULL dereference when removing the driver after device reset failedNetanel Belgazal
2017-02-10net/ena: fix RSS default hash configurationNetanel Belgazal
2017-02-10net/ena: fix ethtool RSS flow configurationNetanel Belgazal
2017-02-10net/ena: fix queues number calculationNetanel Belgazal