summaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-211-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-171-1/+1
* net: ethtool: remove unused __ethtool_get_settingsDavid Decotigny2016-02-261-31/+14Star
* net: ethtool: add new ETHTOOL_xLINKSETTINGS APIDavid Decotigny2016-02-261-6/+447
* net/ethtool: support set coalesce per queueKan Liang2016-02-201-0/+61
* net/ethtool: support get coalesce per queueKan Liang2016-02-201-1/+34
* net/ethtool: introduce a new ioctl for per queue settingKan Liang2016-02-201-2/+25
* net: add tc offload feature flagJohn Fastabend2016-02-171-0/+1
* ethtool: ensure channel counts are within bounds during SCHANNELSKeller, Jacob E2016-02-161-2/+11
* ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E2016-02-161-0/+55
* ethtool: Declare netdev_rss_key as __read_mostly.Kim Jones2016-02-061-1/+1
* ethtool: Add phy statisticsAndrew Lunn2015-12-311-1/+80
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+1
* sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-151-2/+2
* ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches2015-10-151-1/+1
* net/ethtool: Add current supported tunable optionsHadar Hen Zion2015-06-111-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-021-9/+1Star
|\
| * Revert "net: core: 'ethtool' issue with querying phy settings"David S. Miller2015-06-011-9/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-1/+9
|\|
| * net: core: 'ethtool' issue with querying phy settingsArun Parameswaran2015-05-221-1/+9
* | switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman2015-05-131-1/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-041-0/+1
|\
| * ethtool: Add hw-switch-offload to netdev_features_strings.Rami Rosen2015-02-201-0/+1
* | ethtool: use "ops" name consistenty in ethtool_set_rxfh()Dan Carpenter2015-02-221-1/+1
|/
* ethtool: Extend ethtool plugin module eeprom API to phylibEd Swierk2015-01-061-11/+34
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-091-32/+37
* net: provide a per host RSS key generic infrastructureEric Dumazet2014-11-161-0/+11
* net: Remove MPLS GSO feature.Pravin B Shelar2014-11-061-1/+0Star
* net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck2014-10-311-2/+4
* ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet2014-10-061-0/+1
* ethtool: Add generic options for tunablesGovindarajulu Varadarajan2014-09-051-0/+81
* ethtool: Check that reserved fields of struct ethtool_rxfh are 0Ben Hutchings2014-06-031-53/+36Star
* ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-031-4/+4
* ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchangedBen Hutchings2014-05-191-1/+4
* ethtool: Name the 'no change' value for setting RSS hash key but not indir tableBen Hutchings2014-05-191-5/+7
* ethtool: Return immediately on error in ethtool_copy_validate_indir()Ben Hutchings2014-05-191-9/+7Star
* ethtool: exit the loop when invalid index occursJean Sacren2014-04-281-1/+3
* ethtool: Support for configurable RSS hash keyVenkata Duvvuru2014-04-231-14/+207
* net: add busy_poll device featureJiri Pirko2014-04-031-0/+1
* net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend2013-11-081-0/+1
* ipv6: sit: add GSO/TSO supportEric Dumazet2013-10-221-0/+1
* ipip: add GSO/TSO supportEric Dumazet2013-10-201-0/+1
* ethtool: fixed trailing statements in ethtoolDragos Foianu2013-07-161-10/+20
* ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt2013-07-021-1/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-3/+3
|\
| * vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao2013-06-181-3/+3