Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-10ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin
2020-10-09ethtool: correct policy for ETHTOOL_MSG_CHANNELS_SETJohannes Berg
2020-10-09ethtool: strset: allow ETHTOOL_A_STRSET_COUNTS_ONLY attrJohannes Berg
2020-10-06ethtool: specify which header flags are supported per commandJakub Kicinski
2020-10-06ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski
2020-10-06ethtool: trim policy tablesJakub Kicinski
2020-10-06ethtool: wire up set policies to opsJakub Kicinski
2020-10-06ethtool: wire up get policies to opsJakub Kicinski
2020-10-06ethtool: allow netdev driver to define phy tunablesIgor Russkikh
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-29ethtool: mark netlink family as __ro_after_initJakub Kicinski
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-20ethtool: Add 100base-FX link mode entriesDan Murphy
2020-09-18ethtool: add and use message type for tunnel info replyMichal Kubecek
2020-09-15ethtool: add standard pause statsJakub Kicinski
2020-09-04ethtool: fix error handling in ethtool_phys_idEdward Cree
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-21ethtool: allow flow-type ether without IP protocol fieldVishal Kulkarni
2020-08-19ethtool: Don't omit the netlink reply if no features were changedMaxim Mikityanskiy
2020-08-19ethtool: Account for hw_features in netlink interfaceMaxim Mikityanskiy
2020-08-19ethtool: Fix preserving of wanted feature bits in netlink interfaceMaxim Mikityanskiy
2020-08-04Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2020-08-04ethtool: ethnl_set_linkmodes: remove redundant null checkGaurav Singh
2020-08-03udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski
2020-07-09ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit()Michal Kubecek
2020-07-09ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli
2020-07-08net: ethtool: Remove PHYLIB direct dependencyFlorian Fainelli
2020-07-08net: ethtool: Introduce ethtool_phy_opsFlorian Fainelli
2020-06-30ethtool: Add link extended stateAmit Cohen
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-26ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek
2020-06-24net: ethtool: Handle missing cable test TDR parametersAndrew Lunn
2020-06-24net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin
2020-06-23ethtool: Fix check in ethtool_rx_flow_rule_createGaurav Singh
2020-06-19net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature stringAlexander Lobakin
2020-06-18ethtool: ioctl: Use array_size() in copy_to_user()Gustavo A. R. Silva
2020-06-05ethtool: linkinfo: remove an unnecessary NULL checkDan Carpenter
2020-05-30net: ethtool: cabletest: Make ethnl_act_cable_test_tdr_cfg staticAndrew Lunn
2020-05-27net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn
2020-05-27net: ethtool: Add helpers for cable test TDR dataAndrew Lunn
2020-05-27net: ethtool: Add generic parts of cable test TDRAndrew Lunn
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-24ethtool: propagate get_coalesce return valueHeiner Kallweit
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller