aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-18net: Allow userns root control of the core of the network stack.Eric W. Biederman1-1/+1
2012-09-19net: provide a default dev->ethtool_opsEric Dumazet1-12/+0
2012-06-12ethtool: Make more commands available to unprivileged processesBen Hutchings1-0/+5
2012-06-07Added kernel support in EEE Ethtool commandsYuval Mintz1-0/+40
2012-05-10ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson1-0/+47
2012-05-10ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessorsBen Hutchings1-7/+17
2012-04-04ethtool: Add a common function for drivers with transmit time stamping.Richard Cochran1-0/+11
2012-04-04ethtool: Introduce a method for getting time stamping capabilities.Richard Cochran1-3/+45
2012-02-24net: Support RX-ALL feature flag.Ben Greear1-0/+1
2012-02-24net: Support RXFCS feature flag.Ben Greear1-0/+1
2012-02-01ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings1-0/+2
2012-01-22ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław1-0/+1
2012-01-04ethtool: Remove ethtool_ops::set_rx_ntuple operationBen Hutchings1-55/+0
2012-01-04ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings1-1/+10
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings1-13/+20
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings1-26/+55
2011-11-16net: ethtool: fix coding styleMichał Mirosław1-7/+8
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław1-1/+0
2011-11-16ethtool: prepare for larger netdev_features_t typeMichał Mirosław1-16/+26
2011-11-16net: ethtool: use C99 array initialization for feature-names tableMichał Mirosław1-38/+36
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-5/+4
2011-11-16net: ethtool: break association of ETH_FLAG_* with NETIF_F_*Michał Mirosław1-10/+23
2011-11-16net: remove legacy ethtool opsMichał Mirosław1-396/+22
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko1-5/+15
2011-07-21ethtool: Allow zero-length register dumps againBen Hutchings1-2/+2
2011-06-08v2 ethtool: remove support for ETHTOOL_GRXNTUPLEAlexander Duyck1-308/+1
2011-05-26net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flagsMichał Mirosław1-1/+24
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-05-17net: ethtool: fix IPV6 checksum feature name stringMichał Mirosław1-1/+1
2011-05-13ethtool: Added support for FW dumpAnirban Chakraborty1-0/+90
2011-05-12ethtool: bring back missing comma in netdev features stringsFranco Fichtner1-1/+1
2011-05-08net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar1-1/+1
2011-05-08ethtool: remove phys_id from ethtool_opsStephen Hemminger1-5/+1
2011-04-21net: fix hw_features ethtool_ops->set_flags compatibilityMichał Mirosław1-2/+2
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W1-15/+16
2011-04-13net: ethtool support to configure number of channelsamit salecha1-0/+35
2011-04-12ethtool: time to blink provided in seconds not jiffiesAllan, Bruce W1-1/+1
2011-04-11ethtool: prevent null pointer dereference with NTUPLE set but no set_rx_ntupleAlexander Duyck1-0/+3
2011-04-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6David S. Miller1-2/+53
2011-04-05ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNLBen Hutchings1-2/+53
2011-04-04net: Allow no-cache copy from user on transmitTom Herbert1-1/+1
2011-04-02net: Call netdev_features_change() from netdev_update_features()Michał Mirosław1-3/+3
2011-03-27net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka1-1/+16
2011-03-22net: implement dev_disable_lro() hw_features compatibilityMichał Mirosław1-1/+1
2011-03-18ethtool: __ethtool_set_sg: check for function pointer before using itRoger Luethi1-0/+3
2011-02-23net: Implement SFEATURES compatibility for not updated driversMichał Mirosław1-0/+61
2011-02-23net: Fix ETHTOOL_GFEATURES compatibilityMichał Mirosław1-0/+14
2011-02-17net: introduce NETIF_F_RXCSUMMichał Mirosław1-24/+23
2011-02-17net: use ndo_fix_features for ethtool_ops->set_flagsMichał Mirosław1-2/+29
2011-02-17net: ethtool: use ndo_fix_features for offload settingMichał Mirosław1-13/+32