summaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net/ethtool: Fix comment regarding location of dev_ethtool() callYan Burman2013-06-051-1/+1
* | MPLS: Add limited GSO supportSimon Horman2013-05-281-0/+1
|/
* net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork2013-05-021-1/+1
* net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_*David S. Miller2013-04-191-0/+3
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-12/+13
* tunneling: Add generic Tunnel segmentation.Pravin B Shelar2013-03-091-0/+1
* v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-151-0/+1
* ethtool: consolidate work with ethtool_opsJiri Pirko2013-01-081-24/+21Star
* net: Allow userns root control of the core of the network stack.Eric W. Biederman2012-11-191-1/+1
* net: provide a default dev->ethtool_opsEric Dumazet2012-09-191-12/+0Star
* ethtool: Make more commands available to unprivileged processesBen Hutchings2012-06-131-0/+5
* Added kernel support in EEE Ethtool commandsYuval Mintz2012-06-071-0/+40
* ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson2012-05-101-0/+47
* ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessorsBen Hutchings2012-05-101-7/+17
* ethtool: Add a common function for drivers with transmit time stamping.Richard Cochran2012-04-041-0/+11
* ethtool: Introduce a method for getting time stamping capabilities.Richard Cochran2012-04-041-3/+45
* net: Support RX-ALL feature flag.Ben Greear2012-02-241-0/+1
* net: Support RXFCS feature flag.Ben Greear2012-02-241-0/+1