aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-10sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko3-7/+7
2017-02-10Merge branch 'mlxsw-identical-routes-handling'David S. Miller3-200/+489
2017-02-10mlxsw: spectrum_router: Add support for route replaceIdo Schimmel1-7/+37
2017-02-10mlxsw: spectrum_router: Add support for route appendIdo Schimmel1-6/+37
2017-02-10mlxsw: spectrum_router: Correctly handle identical routesIdo Schimmel1-178/+403
2017-02-10ipv4: fib: Add events for FIB replace and appendIdo Schimmel2-14/+16
2017-02-10ipv4: fib: Send notification before deleting FIB aliasIdo Schimmel1-7/+7
2017-02-10ipv4: fib: Send deletion notification with actual FIB alias typeIdo Schimmel1-2/+2
2017-02-10ipv4: fib: Only flush FIB aliases belonging to currently flushed tableIdo Schimmel1-1/+2
2017-02-09Merge branch 'openvswitch-Conntrack-integration-improvements'David S. Miller8-113/+420
2017-02-09openvswitch: Pack struct sw_flow_key.Jarno Rajahalme4-34/+39
2017-02-09openvswitch: Add force commit.Jarno Rajahalme2-2/+29
2017-02-09openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme8-47/+246
2017-02-09openvswitch: Inherit master's labels.Jarno Rajahalme1-14/+31
2017-02-09openvswitch: Refactor labels initialization.Jarno Rajahalme1-42/+62
2017-02-09openvswitch: Simplify labels length logic.Jarno Rajahalme1-11/+9
2017-02-09openvswitch: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme2-9/+14
2017-02-09openvswitch: Do not trigger events for unconfirmed connections.Jarno Rajahalme1-6/+22
2017-02-09openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme1-2/+22
2017-02-09openvswitch: Fix comments for skb->_nfctJarno Rajahalme1-7/+7
2017-02-09Merge branch 'ena-bug-fixes'David S. Miller6-83/+172
2017-02-09net/ena: update driver version to 1.1.2Netanel Belgazal1-1/+1
2017-02-09net/ena: change condition for host attribute configurationNetanel Belgazal2-7/+6
2017-02-09net/ena: change driver's default timeoutsNetanel Belgazal2-5/+5
2017-02-09net/ena: reduce the severity of ena printoutsNetanel Belgazal2-13/+28
2017-02-09net/ena: use READ_ONCE to access completion descriptorsNetanel Belgazal2-4/+5
2017-02-09net/ena: use napi_complete_done() return valueNetanel Belgazal1-15/+29
2017-02-09net/ena: fix potential access to freed memory during device resetNetanel Belgazal1-13/+43
2017-02-09net/ena: refactor ena_get_stats64 to be atomic context safeNetanel Belgazal3-15/+42
2017-02-09net/ena: fix NULL dereference when removing the driver after device reset failedNetanel Belgazal1-1/+5
2017-02-09net/ena: fix RSS default hash configurationNetanel Belgazal1-1/+1
2017-02-09net/ena: fix ethtool RSS flow configurationNetanel Belgazal1-6/+6
2017-02-09net/ena: fix queues number calculationNetanel Belgazal1-1/+1
2017-02-09net/ena: remove ntuple filter support from device feature listNetanel Belgazal1-1/+0
2017-02-09Merge branch 'enic-vxlan-offload'David S. Miller6-15/+364
2017-02-09enic: add vxlan offload on tx pathGovindarajulu Varadarajan1-12/+114
2017-02-09enic: add udp_tunnel ndo for vxlan offloadGovindarajulu Varadarajan2-3/+159
2017-02-09enic: add devcmds for vxlan offloadGovindarajulu Varadarajan4-0/+91
2017-02-09net: dsa: mv88e6xxx: Move forward declaration to where it is neededAndrew Lunn1-2/+2
2017-02-09net: dsa: Fix duplicate object ruleFlorian Fainelli1-1/+0
2017-02-09Merge branch 'qcom-emac-more-ethtool'David S. Miller3-81/+143
2017-02-09net: qcom/emac: add ethtool support for setting ring parametersTimur Tabi1-0/+24
2017-02-09net: qcom/emac: add ethtool support for reading hardware registersTimur Tabi3-81/+119
2017-02-09ARM: orion: remove unused wnr854t_switch_plat_dataArnd Bergmann1-5/+0
2017-02-09Merge branch 'sctp-sender-stream-reconf-reset-add-streams'David S. Miller7-4/+297
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Request ParameterXin Long4-0/+115
2017-02-09sctp: add support for generating stream reconf add incoming/outgoing streams request chunkXin Long3-0/+56
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long4-0/+71
2017-02-09sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long3-0/+36
2017-02-09sctp: streams should be recovered when it fails to send request.Xin Long1-2/+17