aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-12inet: Use fallthrough;Joe Perches26-43/+41
2020-03-12octeontx2-pf: unlock on error path in otx2_config_pause_frm()Dan Carpenter1-2/+5
2020-03-12Merge branch 'ipa-fixes'David S. Miller2-51/+14
2020-03-12Revert "arm64: dts: sdm845: add IPA information"Alex Elder1-51/+0
2020-03-12bitfield.h: add FIELD_MAX() and field_max()Alex Elder1-0/+14
2020-03-12Merge branch 'ethtool-netlink-interface-part-3'David S. Miller18-80/+1538
2020-03-12ethtool: add CHANNELS_NTF notificationMichal Kubecek5-1/+12
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek8-32/+177
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek6-2/+169
2020-03-12ethtool: add RINGS_NTF notificationMichal Kubecek5-1/+12
2020-03-12ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek5-1/+118
2020-03-12ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek6-2/+168
2020-03-12ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek4-0/+8
2020-03-12ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek5-1/+97
2020-03-12ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek6-2/+189
2020-03-12ethtool: add FEATURES_NTF notificationMichal Kubecek4-1/+39
2020-03-12ethtool: set netdev features with FEATURES_SET requestMichal Kubecek5-9/+224
2020-03-12ethtool: add ethnl_parse_bitset() helperMichal Kubecek2-0/+98
2020-03-12ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek8-12/+202
2020-03-12ethtool: update mapping of features to legacy ioctl requestsMichal Kubecek1-2/+3
2020-03-12ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Michal Kubecek6-17/+25
2020-03-12Merge branch 'Introduce-connection-tracking-offload'David S. Miller22-70/+2134
2020-03-12net/mlx5e: CT: Support clear actionPaul Blakey3-12/+95
2020-03-12net/mlx5e: CT: Handle misses after executing CT actionPaul Blakey4-5/+92
2020-03-12net/mlx5e: CT: Offload established flowsPaul Blakey2-0/+691
2020-03-12net/mlx5e: CT: Introduce connection trackingPaul Blakey8-16/+793
2020-03-12flow_offload: Add flow_match_ct to get rule ct matchPaul Blakey2-0/+13
2020-03-12net/mlx5: E-Switch, Support getting chain mappingPaul Blakey2-0/+20
2020-03-12net/mlx5: E-Switch, Add support for offloading rules with no in_portPaul Blakey2-1/+4
2020-03-12net/mlx5: E-Switch, Introduce global tablesPaul Blakey4-5/+51
2020-03-12net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey4-0/+14
2020-03-12net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey4-13/+19
2020-03-12net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey3-0/+24
2020-03-12net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey4-23/+235
2020-03-12netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey3-0/+57
2020-03-12net/mlx5e: en_rep: Create uplink rep root table after eswitch offloads tablePaul Blakey1-0/+1
2020-03-12net/mlx5: E-Switch, Enable reg c1 loopback when possiblePaul Blakey3-11/+41
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller23-246/+1620
2020-03-12Merge branch 'bind_addr_zero'David S. Miller8-12/+243
2020-03-12selftests: net: Add SO_REUSEADDR test to check if 4-tuples are fully utilized.Kuniyuki Iwashima4-0/+200
2020-03-12tcp: Forbid to bind more than one sockets haveing SO_REUSEADDR and SO_REUSEPORT per EUID.Kuniyuki Iwashima1-3/+9
2020-03-12tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exhausted.Kuniyuki Iwashima4-1/+28
2020-03-12tcp: Remove unnecessary conditions in inet_csk_bind_conflict().Kuniyuki Iwashima1-10/+8
2020-03-12Merge branch 'ethtool-consolidate-irq-coalescing-part-4'David S. Miller16-46/+46
2020-03-12net: ixgbevf: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-12net: ixgbe: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-12net: igc: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+1
2020-03-12net: igbvf: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-12net: igb: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+1
2020-03-12net: iavf: reject unsupported coalescing paramsJakub Kicinski1-0/+4