summaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
AgeCommit message (Expand)AuthorLines
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
2017-12-19net: Introduce NETIF_F_GRO_HW.Michael Chan-0/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+2
2017-10-22net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund-3/+2
2017-10-17ethtool: add ethtool_intersect_link_masksAlan Brady-0/+16
2017-09-21net: ethtool: Add back transceiver typeFlorian Fainelli-0/+2
2017-07-29net: ethtool: add support for forward error correction modesVidya Sagar Ravipati-0/+34
2017-07-24net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca-0/+1
2017-07-17net: Remove references to NETIF_F_UFO from ethtool.David S. Miller-7/+0
2017-06-30ethtool: don't open-code memdup_user()Al Viro-14/+6
2017-04-14net: Add ESP offload featuresSteffen Klassert-0/+3
2017-03-09ethtool: add CRC32 as an RSS hash functionJakub Kicinski-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+1
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+6
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet-1/+0
2017-02-03ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka-3/+6
2017-01-31net: ethtool: convert large order kmalloc allocations to vzallocAlexei Starovoitov-17/+22
2017-01-18net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha-1/+1
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2016-11-25net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar-0/+1
2016-11-24ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli-0/+4
2016-11-18ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunableRaju Lakkaraju-0/+6
2016-11-18ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju-0/+87
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner-0/+1
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert-2/+2
2016-04-18net: ethtool: export conversion function between u32 and link modePhilippe Reynes-9/+12
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck-0/+1
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck-0/+1
2016-04-14ethtool: Add support for toggling any of the GSO offloadsAlexander Duyck-0/+2
2016-03-16ethtool: Set cmd field in ETHTOOL_GLINKSETTINGS response to wrong nwordsBen Hutchings-1/+1
2016-02-25net: ethtool: remove unused __ethtool_get_settingsDavid Decotigny-31/+14
2016-02-25net: ethtool: add new ETHTOOL_xLINKSETTINGS APIDavid Decotigny-6/+447
2016-02-19net/ethtool: support set coalesce per queueKan Liang-0/+61