summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-03-12bitfield.h: add FIELD_MAX() and field_max()Alex Elder
2020-03-12ethtool: add CHANNELS_NTF notificationMichal Kubecek
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek
2020-03-12ethtool: add RINGS_NTF notificationMichal Kubecek
2020-03-12ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek
2020-03-12ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek
2020-03-12ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek
2020-03-12ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek
2020-03-12ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek
2020-03-12ethtool: add FEATURES_NTF notificationMichal Kubecek
2020-03-12ethtool: set netdev features with FEATURES_SET requestMichal Kubecek
2020-03-12ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek
2020-03-12flow_offload: Add flow_match_ct to get rule ct matchPaul Blakey
2020-03-12net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey
2020-03-12net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey
2020-03-12net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey
2020-03-12net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey
2020-03-12netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey
2020-03-12net/mlx5: E-Switch, Enable reg c1 loopback when possiblePaul Blakey
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller
2020-03-12tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exh...Kuniyuki Iwashima
2020-03-12net: hns: reject unsupported coalescing paramsJakub Kicinski
2020-03-12net: be2net: reject unsupported coalescing paramsJakub Kicinski
2020-03-12Revert "net: sched: make newly activated qdiscs visible"Julian Wiedmann
2020-03-11net: sched: make newly activated qdiscs visibleJulian Wiedmann
2020-03-11cdc_ncm: Implement the 32-bit version of NCM Transfer BlockAlexander Bersenev
2020-03-10net: liquidio: reject unsupported coalescing paramsJakub Kicinski
2020-03-10flow_offload: restrict driver to pass one allowed bit to flow_action_hw_stats...Jiri Pirko
2020-03-10flow_offload: turn hw_stats_type into dedicated enumJiri Pirko
2020-03-10flow_offload: fix allowed types checkJiri Pirko
2020-03-10flow_offload: use flow_action_for_each in flow_action_mixed_hw_stats_types_ch...Jiri Pirko
2020-03-09net: stmmac: Integrate it with DesignWare XPCSJose Abreu
2020-03-09net: phy: Add Synopsys DesignWare XPCS MDIO moduleJose Abreu
2020-03-09Merge tag 'mlx5-updates-2020-03-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2020-03-09tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2020-03-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2020-03-08remoteproc: add IPA notification to q6v5 driverAlex Elder
2020-03-08sched: act: allow user to specify type of HW stats for a filterJiri Pirko
2020-03-08flow_offload: introduce "disabled" HW stats type and allow it in mlxswJiri Pirko
2020-03-08flow_offload: introduce "delayed" HW stats type and allow it in mlx5Jiri Pirko
2020-03-08flow_offload: introduce "immediate" HW stats type and allow it in mlxswJiri Pirko
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko
2020-03-08flow_offload: Introduce offload of HW stats typeJiri Pirko
2020-03-07net/mlx5: HW bit for goto chain offload supportEli Cohen
2020-03-07net/mlx5: Expose link speed directlyMark Bloch
2020-03-07net/mlx5: Introduce TLS and IPSec objects enumsSaeed Mahameed
2020-03-07net/mlx5: Introduce egress acl forward-to-vport capabilityVu Pham
2020-03-05PCI: Introduce pci_get_dsnJacob Keller
2020-03-05net: sched: Make FIFO Qdisc offloadablePetr Machata