aboutsummaryrefslogtreecommitdiff
path: root/net/core/ethtool.c
AgeCommit message (Expand)Author
2013-06-17vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork
2013-04-19net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_*David S. Miller
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-09tunneling: Add generic Tunnel segmentation.Pravin B Shelar
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar
2013-01-07ethtool: consolidate work with ethtool_opsJiri Pirko
2012-11-18net: Allow userns root control of the core of the network stack.Eric W. Biederman
2012-09-19net: provide a default dev->ethtool_opsEric Dumazet
2012-06-12ethtool: Make more commands available to unprivileged processesBen Hutchings
2012-06-07Added kernel support in EEE Ethtool commandsYuval Mintz
2012-05-10ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson
2012-05-10ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessorsBen Hutchings
2012-04-04ethtool: Add a common function for drivers with transmit time stamping.Richard Cochran
2012-04-04ethtool: Introduce a method for getting time stamping capabilities.Richard Cochran
2012-02-24net: Support RX-ALL feature flag.Ben Greear
2012-02-24net: Support RXFCS feature flag.Ben Greear
2012-02-01ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings
2012-01-22ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław
2012-01-04ethtool: Remove ethtool_ops::set_rx_ntuple operationBen Hutchings
2012-01-04ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings
2011-11-16net: ethtool: fix coding styleMichał Mirosław
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław
2011-11-16ethtool: prepare for larger netdev_features_t typeMichał Mirosław
2011-11-16net: ethtool: use C99 array initialization for feature-names tableMichał Mirosław
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-16net: ethtool: break association of ETH_FLAG_* with NETIF_F_*Michał Mirosław
2011-11-16net: remove legacy ethtool opsMichał Mirosław
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko
2011-07-21ethtool: Allow zero-length register dumps againBen Hutchings
2011-06-08v2 ethtool: remove support for ETHTOOL_GRXNTUPLEAlexander Duyck
2011-05-26net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flagsMichał Mirosław
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-17net: ethtool: fix IPV6 checksum feature name stringMichał Mirosław
2011-05-13ethtool: Added support for FW dumpAnirban Chakraborty
2011-05-12ethtool: bring back missing comma in netdev features stringsFranco Fichtner
2011-05-08net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar
2011-05-08ethtool: remove phys_id from ethtool_opsStephen Hemminger
2011-04-21net: fix hw_features ethtool_ops->set_flags compatibilityMichał Mirosław
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W
2011-04-13net: ethtool support to configure number of channelsamit salecha
2011-04-12ethtool: time to blink provided in seconds not jiffiesAllan, Bruce W
2011-04-11ethtool: prevent null pointer dereference with NTUPLE set but no set_rx_ntupleAlexander Duyck
2011-04-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2011-04-05ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNLBen Hutchings
2011-04-04net: Allow no-cache copy from user on transmitTom Herbert
2011-04-02net: Call netdev_features_change() from netdev_update_features()Michał Mirosław
2011-03-27net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka