aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
Commit message (Expand)AuthorAge
* net: Implement SFEATURES compatibility for not updated driversMichał Mirosław2011-02-23
* net: Fix ETHTOOL_GFEATURES compatibilityMichał Mirosław2011-02-23
* net: introduce NETIF_F_RXCSUMMichał Mirosław2011-02-17
* net: use ndo_fix_features for ethtool_ops->set_flagsMichał Mirosław2011-02-17
* net: ethtool: use ndo_fix_features for offload settingMichał Mirosław2011-02-17
* net: Introduce new feature setting opsMichał Mirosław2011-02-17
* ethtool: factorize get/set_one_featureMichał Mirosław2011-02-17
* ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count()Michał Mirosław2011-02-17
* ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct placeMichał Mirosław2011-02-17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-26
|\
| * net: clear heap allocation for ethtool_get_regs()Eugene Teo2011-01-25
* | net: change netdev->features to u32Michał Mirosław2011-01-24
|/
* ethtool: Report link-down while interface is downBen Hutchings2010-12-10
* net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław2010-12-06
* ethtool: Add support for vlan accleration.Jesse Gross2010-10-21
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-11
|\
| * net: clear heap allocations for privileged ethtool actionsKees Cook2010-10-11
| * net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook2010-10-08
* | ethtool: Fix build due to lack of ethtool.h include.David S. Miller2010-09-21
* | ethtool: Allocate register dump buffer with vmalloc()Ben Hutchings2010-09-21
* | ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings2010-09-17
* | ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csumEric Dumazet2010-09-17
* | ethtool: Remove unimplemented flow specification typesBen Hutchings2010-09-15
* | ethtool: allow non-netadmin to query settingsstephen hemminger2010-08-23
* | ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-17
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-07
|\
| * ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings2010-06-29
| * ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings2010-06-29
* | ethtool: Add support for control of RX flow hash indirectionBen Hutchings2010-06-30
* | ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings2010-06-30
|/
* net: Remove unnecessary semicolons after switch statementsJoe Perches2010-05-17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | net: fix ethtool coding style errors and warningschavey2010-04-08
* | netdev: ethtool RXHASH flagstephen hemminger2010-03-31
|/
* ethtool: Use noinline_for_stackEric Dumazet2010-03-08
* ethtool: Add direct access to ops->get_sset_countJeff Garzik2010-03-05
* ethtool: Add direct access to ops->get_sset_countJeff Garzik2010-03-05
* ethtool: do not set some flags, if others failedJeff Garzik2010-02-28
* Revert "ethtool: Add n-tuple string length to drvinfo and return it"David S. Miller2010-02-26
* ethtool: Add n-tuple string length to drvinfo and return itPeter Waskiewicz2010-02-26
* ethtool: Don't flush n-tuple list from ethtool_reset()Ben Hutchings2010-02-17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-17
|\
| * ethtool: allow non-admin user to read GRO settings.stephen hemminger2010-02-16
* | ethtool: reduce stack usageEric Dumazet2010-02-16
* | ethtool: Move n-tuple capability check into set_flagsPeter Waskiewicz2010-02-16
* | ethtool: Fix filter addition when caching n-tuple filtersPeter Waskiewicz2010-02-16
* | ethtool: Use explicit designated initializers for .cmdRoland Dreier2010-02-11
* | ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr2010-02-10
|/
* ethtool: Add reset operationBen Hutchings2009-10-07