aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-31net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck1-2/+4
2014-10-06ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet1-0/+1
2014-09-05ethtool: Add generic options for tunablesGovindarajulu Varadarajan1-0/+81
2014-06-03ethtool: Check that reserved fields of struct ethtool_rxfh are 0Ben Hutchings1-53/+36
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-4/+4
2014-05-19ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchangedBen Hutchings1-1/+4
2014-05-19ethtool: Name the 'no change' value for setting RSS hash key but not indir tableBen Hutchings1-5/+7
2014-05-19ethtool: Return immediately on error in ethtool_copy_validate_indir()Ben Hutchings1-9/+7
2014-04-28ethtool: exit the loop when invalid index occursJean Sacren1-1/+3
2014-04-22ethtool: Support for configurable RSS hash keyVenkata Duvvuru1-14/+207
2014-04-03net: add busy_poll device featureJiri Pirko1-0/+1
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend1-0/+1
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet1-0/+1
2013-10-19ipip: add GSO/TSO supportEric Dumazet1-0/+1
2013-07-16ethtool: fixed trailing statements in ethtoolDragos Foianu1-10/+20
2013-07-02ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt1-1/+20
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3