summaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
AgeCommit message (Expand)AuthorLines
2019-09-16ethtool: implement Energy Detect Powerdown support via phy-tunableAlexandru Ardelean-0/+6
2019-06-27net: ethtool: Allow parsing ETHER_FLOW types when using flow_ruleMaxime Chevallier-0/+24
2019-06-12net: ethtool: Allow matching on vlan DEI bitMaxime Chevallier-0/+5
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+4
2019-06-05ethtool: fix potential userspace buffer overflowVivien Didelot-1/+4
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds-5/+1
2019-05-30ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier-2/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+30
2019-03-29net: ethtool: not call vzalloc for zero sized memory requestLi RongQing-16/+30
2019-03-27ethtool: add PHY Fast Link Down supportHeiner Kallweit-0/+2
2019-03-07ethtool: reduce stack usage with clangArnd Bergmann-7/+9
2019-02-27ethtool: Use explicit designated initializers for .cmdLi RongQing-2/+2
2019-02-26devlink: hold a reference to the netdevice around ethtool compatJakub Kicinski-11/+2
2019-02-17ethtool: add compat for flash updateJakub Kicinski-3/+9
2019-02-08ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_createNathan Chancellor-11/+9
2019-02-06ethtool: add ethtool_rx_flow_spec to flow_rule structure translatorPablo Neira Ayuso-0/+241
2019-02-01ethtool: add compat for devlink infoJakub Kicinski-0/+7
2019-02-01ethtool: remove unnecessary check in ethtool_get_regs()Dan Carpenter-6/+3
2018-12-28ethtool: check the return value of get_regs_lenYunsheng Lin-2/+10
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+9
2018-10-15ethtool: fix a privilege escalation bugWenwen Wang-2/+6
2018-10-15ethtool: fix a missing-check bugWenwen Wang-0/+3
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-6/+17
2018-10-05ethtool: don't allow disabling queues with umem installedJakub Kicinski-0/+11
2018-10-05ethtool: rename local variable max -> currJakub Kicinski-6/+6
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+8
2018-09-26net: core: add member wol_enabled to struct net_deviceHeiner Kallweit-1/+8
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2018-09-22net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski-0/+1
2018-08-29ethtool: drop get_settings and set_settings callbacksMichal Kubecek-123/+35
2018-07-16net: Add TLS RX offload featureIlya Lesokhin-0/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+5
2018-05-01ethtool: fix a potential missing-check bugWenwen Wang-0/+5
2018-05-01net: Add TLS TX offload featuresIlya Lesokhin-0/+1
2018-04-27net: Allow network devices to have PHY statisticsFlorian Fainelli-18/+21
2018-04-27net: Move PHY statistics code into PHY library helpersFlorian Fainelli-30/+8
2018-04-26udp: add gso support to virtual devicesWillem de Bruijn-0/+1
2018-03-31ethtool: enable Inline TLS in HWAtul Gupta-0/+1
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King-0/+7
2018-03-26ethtool: Add support for configuring PFC stall prevention in ethtoolInbar Karmy-0/+6
2018-03-08net: ethtool: extend RXNFC API to support RSS spreading of filter matchesEdward Cree-15/+49
2018-03-01net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree-1/+4
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov-32/+21
2018-01-09ethtool: Ensure new ring parameters are within bounds during SRINGPARAMEugenia Emantayev-2/+11
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-13/+2
2018-01-02ethtool: do not print warning for applications using legacy APIStephen Hemminger-13/+2