aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/sched.h> into <linux/sched/signal.h>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