aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
Commit message (Expand)AuthorAge
* 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
* ethtool: Remove support for obsolete string query operationsBen Hutchings2009-10-05
* net/ethtool: Add support for the ethtool feature to flash firmware image from...Ajit Khaparde2009-09-03
* net: ethtool_op_get_rx_csum() should be public and exportedEric Dumazet2009-07-27
* ethtool: device independent rx_csum and get_flags routinesSridhar Samudrala2009-07-26
* core: remove pointless conditional before kfree()Wei Yongjun2009-03-31
* ethtool: Add RX pkt classification interfaceSantwona Behera2009-02-20
* ethtool: Add GGRO and SGRO opsHerbert Xu2008-12-16
* netdev: Add support for rx flow hash configuration, using ethtool.Santwona Behera2008-07-02
* ethtool: EEPROM dump no longer works for tg3 and natsemiMandeep Singh Baines2008-04-24
* [ETHTOOL]: Add support for large eepromsMandeep Singh Baines2008-04-15
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-10
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-10
* [ETHTOOL]: Internal cleanup of ethtool_value-related handlersJeff Garzik2007-10-10
* [ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGSJeff Garzik2007-10-10
* [ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_countJeff Garzik2007-10-10
* [ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctlsJeff Garzik2007-10-10
* [NET]: Unexport dev_ethtoolAdrian Bunk2007-08-14
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-31
* [NET]: ethtool ops are the only wayMatthew Wilcox2007-07-31
* [NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.Michael Chan2007-07-14
* [NET] core: whitespace cleanupStephen Hemminger2007-04-26
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-11
* [ETHTOOL]: Remove some entries from non-root command list.David S. Miller2006-09-28
* [ETHTOOL]: let mortals use ethtoolStephen Hemminger2006-09-28
* [PATCH] ethtool: allow const ethtool_opsStephen Hemminger2006-09-13