| Commit message (Expand) | Author | Age | Files | Lines |
* | inet: Use fallthrough; | Joe Perches | 2020-03-12 | 26 | -43/+41 |
* | octeontx2-pf: unlock on error path in otx2_config_pause_frm() | Dan Carpenter | 2020-03-12 | 1 | -2/+5 |
* | Merge branch 'ipa-fixes' | David S. Miller | 2020-03-12 | 2 | -51/+14 |
|\ |
|
| * | Revert "arm64: dts: sdm845: add IPA information" | Alex Elder | 2020-03-12 | 1 | -51/+0 |
| * | bitfield.h: add FIELD_MAX() and field_max() | Alex Elder | 2020-03-12 | 1 | -0/+14 |
|/ |
|
* | Merge branch 'ethtool-netlink-interface-part-3' | David S. Miller | 2020-03-12 | 18 | -80/+1538 |
|\ |
|
| * | ethtool: add CHANNELS_NTF notification | Michal Kubecek | 2020-03-12 | 5 | -1/+12 |
| * | ethtool: set device channel counts with CHANNELS_SET request | Michal Kubecek | 2020-03-12 | 8 | -32/+177 |
| * | ethtool: provide channel counts with CHANNELS_GET request | Michal Kubecek | 2020-03-12 | 6 | -2/+169 |
| * | ethtool: add RINGS_NTF notification | Michal Kubecek | 2020-03-12 | 5 | -1/+12 |
| * | ethtool: set device ring sizes with RINGS_SET request | Michal Kubecek | 2020-03-12 | 5 | -1/+118 |
| * | ethtool: provide ring sizes with RINGS_GET request | Michal Kubecek | 2020-03-12 | 6 | -2/+168 |
| * | ethtool: add PRIVFLAGS_NTF notification | Michal Kubecek | 2020-03-12 | 4 | -0/+8 |
| * | ethtool: set device private flags with PRIVFLAGS_SET request | Michal Kubecek | 2020-03-12 | 5 | -1/+97 |
| * | ethtool: provide private flags with PRIVFLAGS_GET request | Michal Kubecek | 2020-03-12 | 6 | -2/+189 |
| * | ethtool: add FEATURES_NTF notification | Michal Kubecek | 2020-03-12 | 4 | -1/+39 |
| * | ethtool: set netdev features with FEATURES_SET request | Michal Kubecek | 2020-03-12 | 5 | -9/+224 |
| * | ethtool: add ethnl_parse_bitset() helper | Michal Kubecek | 2020-03-12 | 2 | -0/+98 |
| * | ethtool: provide netdev features with FEATURES_GET request | Michal Kubecek | 2020-03-12 | 8 | -12/+202 |
| * | ethtool: update mapping of features to legacy ioctl requests | Michal Kubecek | 2020-03-12 | 1 | -2/+3 |
| * | ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get() | Michal Kubecek | 2020-03-12 | 6 | -17/+25 |
|/ |
|
* | Merge branch 'Introduce-connection-tracking-offload' | David S. Miller | 2020-03-12 | 22 | -70/+2134 |
|\ |
|
| * | net/mlx5e: CT: Support clear action | Paul Blakey | 2020-03-12 | 3 | -12/+95 |
| * | net/mlx5e: CT: Handle misses after executing CT action | Paul Blakey | 2020-03-12 | 4 | -5/+92 |
| * | net/mlx5e: CT: Offload established flows | Paul Blakey | 2020-03-12 | 2 | -0/+691 |
| * | net/mlx5e: CT: Introduce connection tracking | Paul Blakey | 2020-03-12 | 8 | -16/+793 |
| * | flow_offload: Add flow_match_ct to get rule ct match | Paul Blakey | 2020-03-12 | 2 | -0/+13 |
| * | net/mlx5: E-Switch, Support getting chain mapping | Paul Blakey | 2020-03-12 | 2 | -0/+20 |
| * | net/mlx5: E-Switch, Add support for offloading rules with no in_port | Paul Blakey | 2020-03-12 | 2 | -1/+4 |
| * | net/mlx5: E-Switch, Introduce global tables | Paul Blakey | 2020-03-12 | 4 | -5/+51 |
| * | net/sched: act_ct: Enable hardware offload of flow table entires | Paul Blakey | 2020-03-12 | 4 | -0/+14 |
| * | net/sched: act_ct: Support refreshing the flow table entries | Paul Blakey | 2020-03-12 | 4 | -13/+19 |
| * | net/sched: act_ct: Support restoring conntrack info on skbs | Paul Blakey | 2020-03-12 | 3 | -0/+24 |
| * | net/sched: act_ct: Instantiate flow table entry actions | Paul Blakey | 2020-03-12 | 4 | -23/+235 |
| * | netfilter: flowtable: Add API for registering to flow table events | Paul Blakey | 2020-03-12 | 3 | -0/+57 |
| * | net/mlx5e: en_rep: Create uplink rep root table after eswitch offloads table | Paul Blakey | 2020-03-12 | 1 | -0/+1 |
| * | net/mlx5: E-Switch, Enable reg c1 loopback when possible | Paul Blakey | 2020-03-12 | 3 | -11/+41 |
|/ |
|
* | Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa... | David S. Miller | 2020-03-12 | 23 | -246/+1620 |
|\ |
|
| * | net/mlx5e: Restore tunnel metadata on miss | Paul Blakey | 2020-02-20 | 3 | -12/+117 |
| * | net/mlx5: E-Switch, Get reg_c1 value on miss | Paul Blakey | 2020-02-20 | 2 | -3/+29 |
| * | net/mlx5e: Support inner header rewrite with goto action | Paul Blakey | 2020-02-20 | 3 | -45/+445 |
| * | net/mlx5e: Disallow inserting vxlan/vlan egress rules without decap/pop | Paul Blakey | 2020-02-20 | 1 | -5/+15 |
| * | net/mlx5e: Move tc tunnel parsing logic with the rest at tc_tun module | Paul Blakey | 2020-02-20 | 3 | -112/+112 |
| * | net/mlx5e: Allow re-allocating mod header actions | Paul Blakey | 2020-02-20 | 2 | -55/+76 |
| * | net/mlx5: E-Switch, Restore chain id on miss | Paul Blakey | 2020-02-20 | 3 | -0/+51 |
| * | net/mlx5e: Rx, Split rep rx mpwqe handler from nic | Paul Blakey | 2020-02-20 | 3 | -2/+58 |
| * | net/mlx5: E-Switch, Mark miss packets with new chain id mapping | Paul Blakey | 2020-02-20 | 4 | -4/+150 |
| * | net/mlx5: E-Switch, Get reg_c0 value on CQE | Paul Blakey | 2020-02-20 | 4 | -11/+156 |
| * | net/mlx5: E-Switch, Move source port on reg_c0 to the upper 16 bits | Paul Blakey | 2020-02-20 | 3 | -13/+83 |
| * | net/mlx5: Introduce mapping infra for mapping unique ids to data | Paul Blakey | 2020-02-20 | 3 | -1/+246 |