aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+5
|/
* net: Remove unnecessary semicolons after switch statementsJoe Perches2010-05-171-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-071-67/+74
* | netdev: ethtool RXHASH flagstephen hemminger2010-03-301-1/+6
|/
* ethtool: Use noinline_for_stackEric Dumazet2010-03-081-32/+8
* ethtool: Add direct access to ops->get_sset_countJeff Garzik2010-03-051-4/+3
* ethtool: Add direct access to ops->get_sset_countJeff Garzik2010-03-051-0/+72
* ethtool: do not set some flags, if others failedJeff Garzik2010-02-281-4/+6
* Revert "ethtool: Add n-tuple string length to drvinfo and return it"David S. Miller2010-02-261-3/+0
* ethtool: Add n-tuple string length to drvinfo and return itPeter Waskiewicz2010-02-261-0/+3
* ethtool: Don't flush n-tuple list from ethtool_reset()Ben Hutchings2010-02-171-3/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-161-0/+1
|\
| * ethtool: allow non-admin user to read GRO settings.stephen hemminger2010-02-161-0/+1
* | ethtool: reduce stack usageEric Dumazet2010-02-151-7/+28
* | ethtool: Move n-tuple capability check into set_flagsPeter Waskiewicz2010-02-151-5/+8
* | ethtool: Fix filter addition when caching n-tuple filtersPeter Waskiewicz2010-02-151-16/+24
* | ethtool: Use explicit designated initializers for .cmdRoland Dreier2010-02-111-5/+5
* | ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr2010-02-101-1/+328
|/
* ethtool: Add reset operationBen Hutchings2009-10-071-0/+23
* ethtool: Remove support for obsolete string query operationsBen Hutchings2009-10-051-48/+10
* net/ethtool: Add support for the ethtool feature to flash firmware image from...Ajit Khaparde2009-09-021-0/+16
* net: ethtool_op_get_rx_csum() should be public and exportedEric Dumazet2009-07-271-1/+2
* ethtool: device independent rx_csum and get_flags routinesSridhar Samudrala2009-07-261-2/+11
* core: remove pointless conditional before kfree()Wei Yongjun2009-03-311-2/+1
* ethtool: Add RX pkt classification interfaceSantwona Behera2009-02-201-10/+48
* ethtool: Add GGRO and SGRO opsHerbert Xu2008-12-151-2/+51
* netdev: Add support for rx flow hash configuration, using ethtool.Santwona Behera2008-07-021-0/+37
* ethtool: EEPROM dump no longer works for tg3 and natsemiMandeep Singh Baines2008-04-241-0/+5
* [ETHTOOL]: Add support for large eepromsMandeep Singh Baines2008-04-151-28/+36
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-101-4/+12
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-2/+2
* [ETHTOOL]: Internal cleanup of ethtool_value-related handlersJeff Garzik2007-10-101-160/+39
* [ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGSJeff Garzik2007-10-101-0/+38
* [ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_countJeff Garzik2007-10-101-25/+70
* [ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctlsJeff Garzik2007-10-101-0/+61
* [NET]: Unexport dev_ethtoolAdrian Bunk2007-08-141-1/+0
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-35/+8
* [NET]: ethtool ops are the only wayMatthew Wilcox2007-07-311-14/+7
* [NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.Michael Chan2007-07-141-0/+12
* [NET] core: whitespace cleanupStephen Hemminger2007-04-251-2/+2
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-5/+5
* [ETHTOOL]: Remove some entries from non-root command list.David S. Miller2006-09-281-4/+0
* [ETHTOOL]: let mortals use ethtoolStephen Hemminger2006-09-281-7/+29
* [PATCH] ethtool: allow const ethtool_opsStephen Hemminger2006-09-131-7/+7
* [NET] ethtool: fix oops by testing correct struct memberJeff Garzik2006-07-171-1/+1