summaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethtool: Allow parsing ETHER_FLOW types when using flow_ruleMaxime Chevallier2019-06-271-0/+24
* net: ethtool: Allow matching on vlan DEI bitMaxime Chevallier2019-06-121-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-1/+4
|\
| * ethtool: fix potential userspace buffer overflowVivien Didelot2019-06-061-1/+4
* | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-5/+1Star
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* | ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier2019-05-311-2/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-16/+30
|\
| * net: ethtool: not call vzalloc for zero sized memory requestLi RongQing2019-03-291-16/+30
* | ethtool: add PHY Fast Link Down supportHeiner Kallweit2019-03-271-0/+2
|/
* ethtool: reduce stack usage with clangArnd Bergmann2019-03-071-7/+9
* ethtool: Use explicit designated initializers for .cmdLi RongQing2019-02-271-2/+2
* devlink: hold a reference to the netdevice around ethtool compatJakub Kicinski2019-02-261-11/+2Star
* ethtool: add compat for flash updateJakub Kicinski2019-02-181-3/+9
* ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_createNathan Chancellor2019-02-091-11/+9Star
* ethtool: add ethtool_rx_flow_spec to flow_rule structure translatorPablo Neira Ayuso2019-02-061-0/+241
* ethtool: add compat for devlink infoJakub Kicinski2019-02-021-0/+7
* ethtool: remove unnecessary check in ethtool_get_regs()Dan Carpenter2019-02-011-6/+3Star
* ethtool: check the return value of get_regs_lenYunsheng Lin2018-12-291-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-2/+9
|\
| * ethtool: fix a privilege escalation bugWenwen Wang2018-10-161-2/+6
| * ethtool: fix a missing-check bugWenwen Wang2018-10-161-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-091-6/+17
|\ \
| * | ethtool: don't allow disabling queues with umem installedJakub Kicinski2018-10-051-0/+11
| * | ethtool: rename local variable max -> currJakub Kicinski2018-10-051-6/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-1/+8
|\ \ \ | |/ / |/| / | |/
| * net: core: add member wol_enabled to struct net_deviceHeiner Kallweit2018-09-271-1/+8
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-0/+1
|\|
| * net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski2018-09-231-0/+1
* | ethtool: drop get_settings and set_settings callbacksMichal Kubecek2018-08-301-123/+35Star
|/
* net: Add TLS RX offload featureIlya Lesokhin2018-07-161-0/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-3/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-0/+5
|\
| * ethtool: fix a potential missing-check bugWenwen Wang2018-05-011-0/+5
* | net: Add TLS TX offload featuresIlya Lesokhin2018-05-011-0/+1
* | net: Allow network devices to have PHY statisticsFlorian Fainelli2018-04-271-18/+21
* | net: Move PHY statistics code into PHY library helpersFlorian Fainelli2018-04-271-30/+8Star
* | udp: add gso support to virtual devicesWillem de Bruijn2018-04-261-0/+1
|/
* ethtool: enable Inline TLS in HWAtul Gupta2018-04-011-0/+1
* sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King2018-03-301-0/+7
* ethtool: Add support for configuring PFC stall prevention in ethtoolInbar Karmy2018-03-261-0/+6
* net: ethtool: extend RXNFC API to support RSS spreading of filter matchesEdward Cree2018-03-091-15/+49
* net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree2018-03-021-1/+4
* bitmap: replace bitmap_{from,to}_u32arrayYury Norov2018-02-071-32/+21Star
* ethtool: Ensure new ring parameters are within bounds during SRINGPARAMEugenia Emantayev2018-01-091-2/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-13/+2Star
|\
| * ethtool: do not print warning for applications using legacy APIStephen Hemminger2018-01-031-13/+2Star
* | net: Introduce NETIF_F_GRO_HW.Michael Chan2017-12-191-0/+1
|/