aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-12ethtool: move to its own directoryMichal Kubecek1-3116/+0
2019-10-26net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin1-1/+3
2019-09-16ethtool: implement Energy Detect Powerdown support via phy-tunableAlexandru Ardelean1-0/+6
2019-06-27net: ethtool: Allow parsing ETHER_FLOW types when using flow_ruleMaxime Chevallier1-0/+24
2019-06-12net: ethtool: Allow matching on vlan DEI bitMaxime Chevallier1-0/+5
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+4
2019-06-05ethtool: fix potential userspace buffer overflowVivien Didelot1-1/+4
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-5/+1
2019-05-30ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier1-2/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+30
2019-03-29net: ethtool: not call vzalloc for zero sized memory requestLi RongQing1-16/+30
2019-03-27ethtool: add PHY Fast Link Down supportHeiner Kallweit1-0/+2
2019-03-07ethtool: reduce stack usage with clangArnd Bergmann1-7/+9
2019-02-27ethtool: Use explicit designated initializers for .cmdLi RongQing1-2/+2
2019-02-26devlink: hold a reference to the netdevice around ethtool compatJakub Kicinski1-11/+2
2019-02-17ethtool: add compat for flash updateJakub Kicinski1-3/+9
2019-02-08ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_createNathan Chancellor1-11/+9
2019-02-06ethtool: add ethtool_rx_flow_spec to flow_rule structure translatorPablo Neira Ayuso1-0/+241
2019-02-01ethtool: add compat for devlink infoJakub Kicinski1-0/+7
2019-02-01ethtool: remove unnecessary check in ethtool_get_regs()Dan Carpenter1-6/+3
2018-12-28ethtool: check the return value of get_regs_lenYunsheng Lin1-2/+10
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2018-10-15ethtool: fix a privilege escalation bugWenwen Wang1-2/+6
2018-10-15ethtool: fix a missing-check bugWenwen Wang1-0/+3
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+17
2018-10-05ethtool: don't allow disabling queues with umem installedJakub Kicinski1-0/+11
2018-10-05ethtool: rename local variable max -> currJakub Kicinski1-6/+6
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2018-09-26net: core: add member wol_enabled to struct net_deviceHeiner Kallweit1-1/+8
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-09-22net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski1-0/+1
2018-08-29ethtool: drop get_settings and set_settings callbacksMichal Kubecek1-123/+35
2018-07-16net: Add TLS RX offload featureIlya Lesokhin1-0/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2018-05-01ethtool: fix a potential missing-check bugWenwen Wang1-0/+5
2018-05-01net: Add TLS TX offload featuresIlya Lesokhin1-0/+1
2018-04-27net: Allow network devices to have PHY statisticsFlorian Fainelli1-18/+21
2018-04-27net: Move PHY statistics code into PHY library helpersFlorian Fainelli1-30/+8
2018-04-26udp: add gso support to virtual devicesWillem de Bruijn1-0/+1
2018-03-31ethtool: enable Inline TLS in HWAtul Gupta1-0/+1
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King1-0/+7
2018-03-26ethtool: Add support for configuring PFC stall prevention in ethtoolInbar Karmy1-0/+6
2018-03-08net: ethtool: extend RXNFC API to support RSS spreading of filter matchesEdward Cree1-15/+49
2018-03-01net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree1-1/+4
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov1-32/+21
2018-01-09ethtool: Ensure new ring parameters are within bounds during SRINGPARAMEugenia Emantayev1-2/+11
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+2
2018-01-02ethtool: do not print warning for applications using legacy APIStephen Hemminger1-13/+2
2017-12-19net: Introduce NETIF_F_GRO_HW.Michael Chan1-0/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2017-10-22net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund1-3/+2
2017-10-17ethtool: add ethtool_intersect_link_masksAlan Brady1-0/+16
2017-09-21net: ethtool: Add back transceiver typeFlorian Fainelli1-0/+2
2017-07-29net: ethtool: add support for forward error correction modesVidya Sagar Ravipati1-0/+34
2017-07-24net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca1-0/+1
2017-07-17net: Remove references to NETIF_F_UFO from ethtool.David S. Miller1-7/+0
2017-06-30ethtool: don't open-code memdup_user()Al Viro1-14/+6
2017-04-14net: Add ESP offload featuresSteffen Klassert1-0/+3
2017-03-09ethtool: add CRC32 as an RSS hash functionJakub Kicinski1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet1-1/+0
2017-02-03ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka1-3/+6
2017-01-31net: ethtool: convert large order kmalloc allocations to vzallocAlexei Starovoitov1-17/+22
2017-01-18net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha1-1/+1
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-11-25net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar1-0/+1
2016-11-24ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli1-0/+4
2016-11-18ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunableRaju Lakkaraju1-0/+6
2016-11-18ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju1-0/+87
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner1-0/+1
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+2
2016-04-18net: ethtool: export conversion function between u32 and link modePhilippe Reynes1-9/+12
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck1-0/+1
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck1-0/+1
2016-04-14ethtool: Add support for toggling any of the GSO offloadsAlexander Duyck1-0/+2
2016-03-16ethtool: Set cmd field in ETHTOOL_GLINKSETTINGS response to wrong nwordsBen Hutchings1-1/+1
2016-02-25net: ethtool: remove unused __ethtool_get_settingsDavid Decotigny1-31/+14
2016-02-25net: ethtool: add new ETHTOOL_xLINKSETTINGS APIDavid Decotigny1-6/+447
2016-02-19net/ethtool: support set coalesce per queueKan Liang1-0/+61
2016-02-19net/ethtool: support get coalesce per queueKan Liang1-1/+34
2016-02-19net/ethtool: introduce a new ioctl for per queue settingKan Liang1-2/+25
2016-02-17net: add tc offload feature flagJohn Fastabend1-0/+1
2016-02-16ethtool: ensure channel counts are within bounds during SCHANNELSKeller, Jacob E1-2/+11
2016-02-16ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E1-0/+55
2016-02-06ethtool: Declare netdev_rss_key as __read_mostly.Kim Jones1-1/+1
2015-12-31ethtool: Add phy statisticsAndrew Lunn1-1/+80
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert1-2/+2
2015-10-14ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches1-1/+1
2015-06-11net/ethtool: Add current supported tunable optionsHadar Hen Zion1-0/+12
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+1
2015-06-01Revert "net: core: 'ethtool' issue with querying phy settings"David S. Miller1-9/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2015-05-22net: core: 'ethtool' issue with querying phy settingsArun Parameswaran1-1/+9
2015-05-12switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman1-1/+0
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-02-21ethtool: use "ops" name consistenty in ethtool_set_rxfh()Dan Carpenter1-1/+1
2015-02-20ethtool: Add hw-switch-offload to netdev_features_strings.Rami Rosen1-0/+1
2015-01-06ethtool: Extend ethtool plugin module eeprom API to phylibEd Swierk1-11/+34
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry1-32/+37
2014-11-16net: provide a per host RSS key generic infrastructureEric Dumazet1-0/+11
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar1-1/+0
2014-10-31net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck1-2/+4
2014-10-06ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet1-0/+1
2014-09-05ethtool: Add generic options for tunablesGovindarajulu Varadarajan1-0/+81
2014-06-03ethtool: Check that reserved fields of struct ethtool_rxfh are 0Ben Hutchings1-53/+36
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-4/+4
2014-05-19ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchangedBen Hutchings1-1/+4
2014-05-19ethtool: Name the 'no change' value for setting RSS hash key but not indir tableBen Hutchings1-5/+7
2014-05-19ethtool: Return immediately on error in ethtool_copy_validate_indir()Ben Hutchings1-9/+7
2014-04-28ethtool: exit the loop when invalid index occursJean Sacren1-1/+3
2014-04-22ethtool: Support for configurable RSS hash keyVenkata Duvvuru1-14/+207
2014-04-03net: add busy_poll device featureJiri Pirko1-0/+1
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend1-0/+1
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet1-0/+1
2013-10-19ipip: add GSO/TSO supportEric Dumazet1-0/+1
2013-07-16ethtool: fixed trailing statements in ethtoolDragos Foianu1-10/+20
2013-07-02ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt1-1/+20
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-06-17vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao1-3/+3
2013-06-04net/ethtool: Fix comment regarding location of dev_ethtool() callYan Burman1-1/+1
2013-05-27MPLS: Add limited GSO supportSimon Horman1-0/+1
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork1-1/+1
2013-04-19net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_*David S. Miller1-0/+3
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-12/+13
2013-03-09tunneling: Add generic Tunnel segmentation.Pravin B Shelar1-0/+1
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar1-0/+1
2013-01-07ethtool: consolidate work with ethtool_opsJiri Pirko1-24/+21
2012-11-18net: Allow userns root control of the core of the network stack.Eric W. Biederman1-1/+1
2012-09-19net: provide a default dev->ethtool_opsEric Dumazet1-12/+0
2012-06-12ethtool: Make more commands available to unprivileged processesBen Hutchings1-0/+5
2012-06-07Added kernel support in EEE Ethtool commandsYuval Mintz1-0/+40
2012-05-10ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson1-0/+47
2012-05-10ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessorsBen Hutchings1-7/+17
2012-04-04ethtool: Add a common function for drivers with transmit time stamping.Richard Cochran1-0/+11
2012-04-04ethtool: Introduce a method for getting time stamping capabilities.Richard Cochran1-3/+45
2012-02-24net: Support RX-ALL feature flag.Ben Greear1-0/+1
2012-02-24net: Support RXFCS feature flag.Ben Greear1-0/+1
2012-02-01ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings1-0/+2
2012-01-22ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław1-0/+1
2012-01-04ethtool: Remove ethtool_ops::set_rx_ntuple operationBen Hutchings1-55/+0
2012-01-04ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings1-1/+10
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings1-13/+20
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings1-26/+55
2011-11-16net: ethtool: fix coding styleMichał Mirosław1-7/+8
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław1-1/+0
2011-11-16ethtool: prepare for larger netdev_features_t typeMichał Mirosław1-16/+26
2011-11-16net: ethtool: use C99 array initialization for feature-names tableMichał Mirosław1-38/+36
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-5/+4
2011-11-16net: ethtool: break association of ETH_FLAG_* with NETIF_F_*Michał Mirosław1-10/+23
2011-11-16net: remove legacy ethtool opsMichał Mirosław1-396/+22
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko1-5/+15
2011-07-21ethtool: Allow zero-length register dumps againBen Hutchings1-2/+2
2011-06-08v2 ethtool: remove support for ETHTOOL_GRXNTUPLEAlexander Duyck1-308/+1
2011-05-26net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flagsMichał Mirosław1-1/+24
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-05-17net: ethtool: fix IPV6 checksum feature name stringMichał Mirosław1-1/+1
2011-05-13ethtool: Added support for FW dumpAnirban Chakraborty1-0/+90
2011-05-12ethtool: bring back missing comma in netdev features stringsFranco Fichtner1-1/+1
2011-05-08net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar1-1/+1
2011-05-08ethtool: remove phys_id from ethtool_opsStephen Hemminger1-5/+1
2011-04-21net: fix hw_features ethtool_ops->set_flags compatibilityMichał Mirosław1-2/+2
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W1-15/+16
2011-04-13net: ethtool support to configure number of channelsamit salecha1-0/+35
2011-04-12ethtool: time to blink provided in seconds not jiffiesAllan, Bruce W1-1/+1
2011-04-11ethtool: prevent null pointer dereference with NTUPLE set but no set_rx_ntupleAlexander Duyck1-0/+3
2011-04-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller1-2/+53
2011-04-05ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNLBen Hutchings1-2/+53
2011-04-04net: Allow no-cache copy from user on transmitTom Herbert1-1/+1
2011-04-02net: Call netdev_features_change() from netdev_update_features()Michał Mirosław1-3/+3
2011-03-27net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka1-1/+16
2011-03-22net: implement dev_disable_lro() hw_features compatibilityMichał Mirosław1-1/+1
2011-03-18ethtool: __ethtool_set_sg: check for function pointer before using itRoger Luethi1-0/+3
2011-02-23net: Implement SFEATURES compatibility for not updated driversMichał Mirosław1-0/+61
2011-02-23net: Fix ETHTOOL_GFEATURES compatibilityMichał Mirosław1-0/+14
2011-02-17net: introduce NETIF_F_RXCSUMMichał Mirosław1-24/+23
2011-02-17net: use ndo_fix_features for ethtool_ops->set_flagsMichał Mirosław1-2/+29
2011-02-17net: ethtool: use ndo_fix_features for offload settingMichał Mirosław1-13/+32
2011-02-17net: Introduce new feature setting opsMichał Mirosław1-2/+123
2011-02-17ethtool: factorize get/set_one_featureMichał Mirosław1-142/+132
2011-02-17ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count()Michał Mirosław1-12/+23
2011-02-17ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct placeMichał Mirosław1-1/+1
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-01-24net: clear heap allocation for ethtool_get_regs()Eugene Teo1-1/+1
2011-01-24net: change netdev->features to u32Michał Mirosław1-1/+1
2010-12-10ethtool: Report link-down while interface is downBen Hutchings1-2/+15
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław1-1/+3
2010-10-21ethtool: Add support for vlan accleration.Jesse Gross1-1/+2
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2010-10-11net: clear heap allocations for privileged ethtool actionsKees Cook1-3/+3
2010-10-08net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook1-1/+1
2010-09-21ethtool: Fix build due to lack of ethtool.h include.David S. Miller1-0/+1
2010-09-21ethtool: Allocate register dump buffer with vmalloc()Ben Hutchings1-2/+2
2010-09-17ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings1-0/+34
2010-09-17ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csumEric Dumazet1-2/+5