summaryrefslogtreecommitdiffstats
path: root/scripts/modules-check.sh (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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_REUSEPO...Kuniyuki Iwashima1-3/+9
2020-03-12tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exh...Kuniyuki Iwashima4-1/+28
2020-03-12tcp: Remove unnecessary conditions in inet_csk_bind_conflict().Kuniyuki Iwashima1-10/+8
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
2020-03-12net: i40e: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-12net: fm10k: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-12net: e1000: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-12net: hns3: reject unsupported coalescing paramsJakub Kicinski1-0/+7
2020-03-12net: hns: reject unsupported coalescing paramsJakub Kicinski2-0/+10
2020-03-12net: gianfar: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-12net: fec: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-12net: dpaa: reject unsupported coalescing paramsJakub Kicinski1-4/+2
2020-03-12net: be2net: reject unsupported coalescing paramsJakub Kicinski2-0/+6
2020-03-12sfc: ethtool: Refactor to remove fallthrough comments in case blocksJoe Perches1-16/+20
2020-03-12Revert "net: sched: make newly activated qdiscs visible"Julian Wiedmann3-28/+0
2020-03-12dt-bindings: soc: qcom: fix IPA bindingAlex Elder1-13/+19
2020-03-12net: mptcp: don't hang before sending 'MP capable with data'Davide Caratti1-0/+4
2020-03-12soc: qcom: ipa: fix spelling mistake "cahces" -> "caches"Colin Ian King1-1/+1
2020-03-12net: ibm: remove set but not used variables 'err'Chen Zhou1-2/+1
2020-03-12net: Add missing annotation for *netlink_seq_start()Jules Irenge1-0/+1
2020-03-12tcp: Add missing annotation for tcp_child_process()Jules Irenge1-0/+1
2020-03-12raw: Add missing annotations to raw_seq_start() and raw_seq_stop()Jules Irenge1-0/+2
2020-03-12net: sched: make newly activated qdiscs visibleJulian Wiedmann3-0/+28