aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
AgeCommit message (Expand)Author
2020-01-17ethtool: reduce stack usage with clangArnd Bergmann
2019-11-10net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin
2019-06-11ethtool: check the return value of get_regs_lenYunsheng Lin
2019-06-11ethtool: fix potential userspace buffer overflowVivien Didelot
2019-04-17net: ethtool: not call vzalloc for zero sized memory requestLi RongQing
2018-10-15ethtool: fix a privilege escalation bugWenwen Wang
2018-10-15ethtool: fix a missing-check bugWenwen Wang
2018-09-26net: core: add member wol_enabled to struct net_deviceHeiner Kallweit
2018-09-22net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski
2018-07-16net: Add TLS RX offload featureIlya Lesokhin
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-01ethtool: fix a potential missing-check bugWenwen Wang
2018-05-01net: Add TLS TX offload featuresIlya Lesokhin
2018-04-27net: Allow network devices to have PHY statisticsFlorian Fainelli
2018-04-27net: Move PHY statistics code into PHY library helpersFlorian Fainelli
2018-04-26udp: add gso support to virtual devicesWillem de Bruijn
2018-03-31ethtool: enable Inline TLS in HWAtul Gupta
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King
2018-03-26ethtool: Add support for configuring PFC stall prevention in ethtoolInbar Karmy
2018-03-08net: ethtool: extend RXNFC API to support RSS spreading of filter matchesEdward Cree
2018-03-01net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov
2018-01-09ethtool: Ensure new ring parameters are within bounds during SRINGPARAMEugenia Emantayev
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-02ethtool: do not print warning for applications using legacy APIStephen Hemminger
2017-12-19net: Introduce NETIF_F_GRO_HW.Michael Chan
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-22net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund
2017-10-17ethtool: add ethtool_intersect_link_masksAlan Brady
2017-09-21net: ethtool: Add back transceiver typeFlorian Fainelli
2017-07-29net: ethtool: add support for forward error correction modesVidya Sagar Ravipati
2017-07-24net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca
2017-07-17net: Remove references to NETIF_F_UFO from ethtool.David S. Miller
2017-06-30ethtool: don't open-code memdup_user()Al Viro
2017-04-14net: Add ESP offload featuresSteffen Klassert
2017-03-09ethtool: add CRC32 as an RSS hash functionJakub Kicinski
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet
2017-02-03ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka
2017-01-31net: ethtool: convert large order kmalloc allocations to vzallocAlexei Starovoitov
2017-01-18net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-25net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar
2016-11-24ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli
2016-11-18ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunableRaju Lakkaraju
2016-11-18ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju