summaryrefslogtreecommitdiff
path: root/net/core/ethtool.c
AgeCommit message (Expand)Author
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
2011-03-22net: implement dev_disable_lro() hw_features compatibilityMichał Mirosław
2011-03-18ethtool: __ethtool_set_sg: check for function pointer before using itRoger Luethi
2011-02-23net: Implement SFEATURES compatibility for not updated driversMichał Mirosław
2011-02-23net: Fix ETHTOOL_GFEATURES compatibilityMichał Mirosław
2011-02-17net: introduce NETIF_F_RXCSUMMichał Mirosław
2011-02-17net: use ndo_fix_features for ethtool_ops->set_flagsMichał Mirosław
2011-02-17net: ethtool: use ndo_fix_features for offload settingMichał Mirosław
2011-02-17net: Introduce new feature setting opsMichał Mirosław
2011-02-17ethtool: factorize get/set_one_featureMichał Mirosław
2011-02-17ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count()Michał Mirosław
2011-02-17ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct placeMichał Mirosław
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-24net: clear heap allocation for ethtool_get_regs()Eugene Teo
2011-01-24net: change netdev->features to u32Michał Mirosław
2010-12-10ethtool: Report link-down while interface is downBen Hutchings
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław
2010-10-21ethtool: Add support for vlan accleration.Jesse Gross