summaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* net: clear heap allocation for ethtool_get_regs()Eugene Teo2011-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
* 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/+0Star
* 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/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-171-0/+1
|\
| * ethtool: allow non-admin user to read GRO settings.stephen hemminger2010-02-161-0/+1
* | ethtool: reduce stack usageEric Dumazet2010-02-161-7/+28
* | ethtool: Move n-tuple capability check into set_flagsPeter Waskiewicz2010-02-161-5/+8
* | ethtool: Fix filter addition when caching n-tuple filtersPeter Waskiewicz2010-02-161-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-111-1/+328
|/
* ethtool: Add reset operationBen Hutchings2009-10-071-0/+23
* ethtool: Remove support for obsolete string query operationsBen Hutchings2009-10-051-48/+10Star
* net/ethtool: Add support for the ethtool feature to flash firmware image from...Ajit Khaparde2009-09-031-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-271-2/+11
* core: remove pointless conditional before kfree()Wei Yongjun2009-04-011-2/+1Star
* ethtool: Add RX pkt classification interfaceSantwona Behera2009-02-201-10/+48
* ethtool: Add GGRO and SGRO opsHerbert Xu2008-12-161-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-251-0/+5
* [ETHTOOL]: Add support for large eepromsMandeep Singh Baines2008-04-161-28/+36
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-111-4/+12