summaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-3/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-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/+8
* | udp: add gso support to virtual devicesWillem de Bruijn2018-04-261-0/+1
|/
* ethtool: enable Inline TLS in HWAtul Gupta2018-03-311-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-081-15/+49
* net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree2018-03-011-1/+4
* bitmap: replace bitmap_{from,to}_u32arrayYury Norov2018-02-061-32/+21
* 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/+2
|\
| * ethtool: do not print warning for applications using legacy APIStephen Hemminger2018-01-021-13/+2
* | net: Introduce NETIF_F_GRO_HW.Michael Chan2017-12-191-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-3/+2
|\
| * net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund2017-10-221-3/+2
* | ethtool: add ethtool_intersect_link_masksAlan Brady2017-10-171-0/+16
|/
* net: ethtool: Add back transceiver typeFlorian Fainelli2017-09-211-0/+2
* net: ethtool: add support for forward error correction modesVidya Sagar Ravipati2017-07-291-0/+34
* net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca2017-07-241-0/+1
* net: Remove references to NETIF_F_UFO from ethtool.David S. Miller2017-07-171-7/+0
* ethtool: don't open-code memdup_user()Al Viro2017-06-301-14/+6
* net: Add ESP offload featuresSteffen Klassert2017-04-141-0/+3
* ethtool: add CRC32 as an RSS hash functionJakub Kicinski2017-03-091-0/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-3/+6
|\
| * ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka2017-02-031-3/+6
* | net: remove support for per driver ndo_busy_poll()Eric Dumazet2017-02-031-1/+0
* | net: ethtool: convert large order kmalloc allocations to vzallocAlexei Starovoitov2017-01-311-17/+22
|/
* net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha2017-01-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-261-0/+1
|\
| * net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar2016-11-251-0/+1
* | ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli2016-11-241-0/+4
* | ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunableRaju Lakkaraju2016-11-181-0/+6
* | ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju2016-11-181-0/+87
|/
* sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-031-0/+1
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-201-2/+2
* net: ethtool: export conversion function between u32 and link modePhilippe Reynes2016-04-181-9/+12
* GSO: Support partial segmentation offloadAlexander Duyck2016-04-141-0/+1
* GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2016-04-141-0/+1
* ethtool: Add support for toggling any of the GSO offloadsAlexander Duyck2016-04-141-0/+2
* ethtool: Set cmd field in ETHTOOL_GLINKSETTINGS response to wrong nwordsBen Hutchings2016-03-161-1/+1
* net: ethtool: remove unused __ethtool_get_settingsDavid Decotigny2016-02-251-31/+14
* net: ethtool: add new ETHTOOL_xLINKSETTINGS APIDavid Decotigny2016-02-251-6/+447
* net/ethtool: support set coalesce per queueKan Liang2016-02-191-0/+61
OpenPOWER on IntegriCloud