aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-17net: Introduce new feature setting opsMichał Mirosław1-2/+123
2011-02-17ethtool: factorize get/set_one_featureMichał Mirosław1-142/+132
2011-02-17ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count()Michał Mirosław1-12/+23
2011-02-17ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct placeMichał Mirosław1-1/+1
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-01-24net: clear heap allocation for ethtool_get_regs()Eugene Teo1-1/+1
2011-01-24net: change netdev->features to u32Michał Mirosław1-1/+1
2010-12-10ethtool: Report link-down while interface is downBen Hutchings1-2/+15
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław1-1/+3
2010-10-21ethtool: Add support for vlan accleration.Jesse Gross1-1/+2
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2010-10-11net: clear heap allocations for privileged ethtool actionsKees Cook1-3/+3
2010-10-08net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook1-1/+1
2010-09-21ethtool: Fix build due to lack of ethtool.h include.David S. Miller1-0/+1
2010-09-21ethtool: Allocate register dump buffer with vmalloc()Ben Hutchings1-2/+2
2010-09-17ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings1-0/+34
2010-09-17ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csumEric Dumazet1-2/+5
2010-09-15ethtool: Remove unimplemented flow specification typesBen Hutchings1-4/+4
2010-08-23ethtool: allow non-netadmin to query settingsstephen hemminger1-0/+1
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings1-10/+23
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+30
2010-06-30ethtool: Add support for control of RX flow hash indirectionBen Hutchings1-0/+80
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-23/+5
2010-06-29ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings1-9/+27