aboutsummaryrefslogtreecommitdiff
path: root/net/core/ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingGravatar Jiri Pirko 1-5/+15
2011-07-21ethtool: Allow zero-length register dumps againGravatar Ben Hutchings 1-2/+2
2011-06-08v2 ethtool: remove support for ETHTOOL_GRXNTUPLEGravatar Alexander Duyck 1-308/+1
2011-05-26net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flagsGravatar Michał Mirosław 1-1/+24
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2011-05-17net: ethtool: fix IPV6 checksum feature name stringGravatar Michał Mirosław 1-1/+1
2011-05-13ethtool: Added support for FW dumpGravatar Anirban Chakraborty 1-0/+90
2011-05-12ethtool: bring back missing comma in netdev features stringsGravatar Franco Fichtner 1-1/+1
2011-05-08net: Allow ethtool to set interface in loopback mode.Gravatar Mahesh Bandewar 1-1/+1
2011-05-08ethtool: remove phys_id from ethtool_opsGravatar Stephen Hemminger 1-5/+1
2011-04-21net: fix hw_features ethtool_ops->set_flags compatibilityGravatar Michał Mirosław 1-2/+2
2011-04-14ethtool: allow custom interval for physical identificationGravatar Allan, Bruce W 1-15/+16
2011-04-13net: ethtool support to configure number of channelsGravatar amit salecha 1-0/+35
2011-04-12ethtool: time to blink provided in seconds not jiffiesGravatar Allan, Bruce W 1-1/+1
2011-04-11ethtool: prevent null pointer dereference with NTUPLE set but no set_rx_ntupleGravatar Alexander Duyck 1-0/+3
2011-04-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...Gravatar David S. Miller 1-2/+53
2011-04-05ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNLGravatar Ben Hutchings 1-2/+53
2011-04-04net: Allow no-cache copy from user on transmitGravatar Tom Herbert 1-1/+1
2011-04-02net: Call netdev_features_change() from netdev_update_features()Gravatar Michał Mirosław 1-3/+3
2011-03-27net: fix ethtool->set_flags not intended -EINVAL return valueGravatar Stanislaw Gruszka 1-1/+16
2011-03-22net: implement dev_disable_lro() hw_features compatibilityGravatar Michał Mirosław 1-1/+1
2011-03-18ethtool: __ethtool_set_sg: check for function pointer before using itGravatar Roger Luethi 1-0/+3
2011-02-23net: Implement SFEATURES compatibility for not updated driversGravatar Michał Mirosław 1-0/+61
2011-02-23net: Fix ETHTOOL_GFEATURES compatibilityGravatar Michał Mirosław 1-0/+14
2011-02-17net: introduce NETIF_F_RXCSUMGravatar Michał Mirosław 1-24/+23
2011-02-17net: use ndo_fix_features for ethtool_ops->set_flagsGravatar Michał Mirosław 1-2/+29
2011-02-17net: ethtool: use ndo_fix_features for offload settingGravatar Michał Mirosław 1-13/+32
2011-02-17net: Introduce new feature setting opsGravatar Michał Mirosław 1-2/+123
2011-02-17ethtool: factorize get/set_one_featureGravatar Michał Mirosław 1-142/+132
2011-02-17ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count()Gravatar Michał Mirosław 1-12/+23
2011-02-17ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct placeGravatar Michał Mirosław 1-1/+1
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2011-01-24net: clear heap allocation for ethtool_get_regs()Gravatar Eugene Teo 1-1/+1
2011-01-24net: change netdev->features to u32Gravatar Michał Mirosław 1-1/+1
2010-12-10ethtool: Report link-down while interface is downGravatar Ben Hutchings 1-2/+15
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresGravatar Michał Mirosław 1-1/+3
2010-10-21ethtool: Add support for vlan accleration.Gravatar Jesse Gross 1-1/+2
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-3/+3
2010-10-11net: clear heap allocations for privileged ethtool actionsGravatar Kees Cook 1-3/+3
2010-10-08net: clear heap allocation for ETHTOOL_GRXCLSRLALLGravatar Kees Cook 1-1/+1
2010-09-21ethtool: Fix build due to lack of ethtool.h include.Gravatar David S. Miller 1-0/+1
2010-09-21ethtool: Allocate register dump buffer with vmalloc()Gravatar Ben Hutchings 1-2/+2
2010-09-17ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolGravatar Ben Hutchings 1-0/+34
2010-09-17ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csumGravatar Eric Dumazet 1-2/+5
2010-09-15ethtool: Remove unimplemented flow specification typesGravatar Ben Hutchings 1-4/+4
2010-08-23ethtool: allow non-netadmin to query settingsGravatar stephen hemminger 1-0/+1
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoGravatar Ben Hutchings 1-10/+23
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-11/+30
2010-06-30ethtool: Add support for control of RX flow hash indirectionGravatar Ben Hutchings 1-0/+80
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsGravatar Ben Hutchings 1-23/+5