summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* inet: Use fallthrough;Joe Perches2020-03-1226-43/+41
* octeontx2-pf: unlock on error path in otx2_config_pause_frm()Dan Carpenter2020-03-121-2/+5
* Merge branch 'ipa-fixes'David S. Miller2020-03-122-51/+14
|\
| * Revert "arm64: dts: sdm845: add IPA information"Alex Elder2020-03-121-51/+0
| * bitfield.h: add FIELD_MAX() and field_max()Alex Elder2020-03-121-0/+14
|/
* Merge branch 'ethtool-netlink-interface-part-3'David S. Miller2020-03-1218-80/+1538
|\
| * ethtool: add CHANNELS_NTF notificationMichal Kubecek2020-03-125-1/+12
| * ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek2020-03-128-32/+177
| * ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek2020-03-126-2/+169
| * ethtool: add RINGS_NTF notificationMichal Kubecek2020-03-125-1/+12
| * ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek2020-03-125-1/+118
| * ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek2020-03-126-2/+168
| * ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek2020-03-124-0/+8
| * ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek2020-03-125-1/+97
| * ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek2020-03-126-2/+189
| * ethtool: add FEATURES_NTF notificationMichal Kubecek2020-03-124-1/+39
| * ethtool: set netdev features with FEATURES_SET requestMichal Kubecek2020-03-125-9/+224
| * ethtool: add ethnl_parse_bitset() helperMichal Kubecek2020-03-122-0/+98
| * ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek2020-03-128-12/+202
| * ethtool: update mapping of features to legacy ioctl requestsMichal Kubecek2020-03-121-2/+3
| * ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Michal Kubecek2020-03-126-17/+25
|/
* Merge branch 'Introduce-connection-tracking-offload'David S. Miller2020-03-1222-70/+2134
|\
| * net/mlx5e: CT: Support clear actionPaul Blakey2020-03-123-12/+95
| * net/mlx5e: CT: Handle misses after executing CT actionPaul Blakey2020-03-124-5/+92
| * net/mlx5e: CT: Offload established flowsPaul Blakey2020-03-122-0/+691
| * net/mlx5e: CT: Introduce connection trackingPaul Blakey2020-03-128-16/+793
| * flow_offload: Add flow_match_ct to get rule ct matchPaul Blakey2020-03-122-0/+13
| * net/mlx5: E-Switch, Support getting chain mappingPaul Blakey2020-03-122-0/+20
| * net/mlx5: E-Switch, Add support for offloading rules with no in_portPaul Blakey2020-03-122-1/+4
| * net/mlx5: E-Switch, Introduce global tablesPaul Blakey2020-03-124-5/+51
| * net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey2020-03-124-0/+14
| * net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey2020-03-124-13/+19
| * net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey2020-03-123-0/+24
| * net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey2020-03-124-23/+235
| * netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey2020-03-123-0/+57
| * net/mlx5e: en_rep: Create uplink rep root table after eswitch offloads tablePaul Blakey2020-03-121-0/+1
| * net/mlx5: E-Switch, Enable reg c1 loopback when possiblePaul Blakey2020-03-123-11/+41
|/
* Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller2020-03-1223-246/+1620
|\
| * net/mlx5e: Restore tunnel metadata on missPaul Blakey2020-02-203-12/+117
| * net/mlx5: E-Switch, Get reg_c1 value on missPaul Blakey2020-02-202-3/+29
| * net/mlx5e: Support inner header rewrite with goto actionPaul Blakey2020-02-203-45/+445
| * net/mlx5e: Disallow inserting vxlan/vlan egress rules without decap/popPaul Blakey2020-02-201-5/+15
| * net/mlx5e: Move tc tunnel parsing logic with the rest at tc_tun modulePaul Blakey2020-02-203-112/+112
| * net/mlx5e: Allow re-allocating mod header actionsPaul Blakey2020-02-202-55/+76
| * net/mlx5: E-Switch, Restore chain id on missPaul Blakey2020-02-203-0/+51
| * net/mlx5e: Rx, Split rep rx mpwqe handler from nicPaul Blakey2020-02-203-2/+58
| * net/mlx5: E-Switch, Mark miss packets with new chain id mappingPaul Blakey2020-02-204-4/+150
| * net/mlx5: E-Switch, Get reg_c0 value on CQEPaul Blakey2020-02-204-11/+156
| * net/mlx5: E-Switch, Move source port on reg_c0 to the upper 16 bitsPaul Blakey2020-02-203-13/+83
| * net/mlx5: Introduce mapping infra for mapping unique ids to dataPaul Blakey2020-02-203-1/+246