summaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* net: fix hw_features ethtool_ops->set_flags compatibilityMichał Mirosław2011-04-221-2/+2
* ethtool: allow custom interval for physical identificationAllan, Bruce W2011-04-151-15/+16
* net: ethtool support to configure number of channelsamit salecha2011-04-131-0/+35
* ethtool: time to blink provided in seconds not jiffiesAllan, Bruce W2011-04-121-1/+1
* ethtool: prevent null pointer dereference with NTUPLE set but no set_rx_ntupleAlexander Duyck2011-04-111-0/+3
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-04-061-2/+53
|\
| * ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNLBen Hutchings2011-04-051-2/+53
* | net: Allow no-cache copy from user on transmitTom Herbert2011-04-051-1/+1
* | net: Call netdev_features_change() from netdev_update_features()Michał Mirosław2011-04-031-3/+3
|/
* net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka2011-03-281-1/+16
* net: implement dev_disable_lro() hw_features compatibilityMichał Mirosław2011-03-221-1/+1
* ethtool: __ethtool_set_sg: check for function pointer before using itRoger Luethi2011-03-181-0/+3
* net: Implement SFEATURES compatibility for not updated driversMichał Mirosław2011-02-231-0/+61
* net: Fix ETHTOOL_GFEATURES compatibilityMichał Mirosław2011-02-231-0/+14
* net: introduce NETIF_F_RXCSUMMichał Mirosław2011-02-171-24/+23Star
* net: use ndo_fix_features for ethtool_ops->set_flagsMichał Mirosław2011-02-171-2/+29
* net: ethtool: use ndo_fix_features for offload settingMichał Mirosław2011-02-171-13/+32
* net: Introduce new feature setting opsMichał Mirosław2011-02-171-2/+123
* ethtool: factorize get/set_one_featureMichał Mirosław2011-02-171-142/+132Star
* ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count()Michał Mirosław2011-02-171-12/+23
* ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct placeMichał Mirosław2011-02-171-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-261-1/+1
|\
| * net: clear heap allocation for ethtool_get_regs()Eugene Teo2011-01-251-1/+1
* | net: change netdev->features to u32Michał Mirosław2011-01-251-1/+1
|/
* ethtool: Report link-down while interface is downBen Hutchings2010-12-111-2/+15
* net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław2010-12-061-1/+3
* ethtool: Add support for vlan accleration.Jesse Gross2010-10-211-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-111-3/+3
|\
| * net: clear heap allocations for privileged ethtool actionsKees Cook2010-10-111-3/+3
| * net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook2010-10-081-1/+1
* | ethtool: Fix build due to lack of ethtool.h include.David S. Miller2010-09-221-0/+1
* | ethtool: Allocate register dump buffer with vmalloc()Ben Hutchings2010-09-211-2/+2
* | ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings2010-09-181-0/+34
* | ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csumEric Dumazet2010-09-171-2/+5
* | ethtool: Remove unimplemented flow specification typesBen Hutchings2010-09-151-4/+4
* | ethtool: allow non-netadmin to query settingsstephen hemminger2010-08-241-0/+1
* | ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-171-10/+23
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-081-11/+30
|\
| * ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings2010-06-291-9/+27
| * ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings2010-06-291-2/+3
* | ethtool: Add support for control of RX flow hash indirectionBen Hutchings2010-06-301-0/+80
* | ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings2010-06-301-23/+5Star
|/
* net: Remove unnecessary semicolons after switch statementsJoe Perches2010-05-181-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: fix ethtool coding style errors and warningschavey2010-04-081-67/+74
* | netdev: ethtool RXHASH flagstephen hemminger2010-03-311-1/+6
|/
* ethtool: Use noinline_for_stackEric Dumazet2010-03-081-32/+8Star
* ethtool: Add direct access to ops->get_sset_countJeff Garzik2010-03-051-4/+3Star
* ethtool: Add direct access to ops->get_sset_countJeff Garzik2010-03-051-0/+72