aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-29ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings1-9/+27
2010-06-29ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings1-2/+3
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches1-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-07net: fix ethtool coding style errors and warningschavey1-67/+74
2010-03-30netdev: ethtool RXHASH flagstephen hemminger1-1/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08ethtool: Use noinline_for_stackEric Dumazet1-32/+8
2010-03-05ethtool: Add direct access to ops->get_sset_countJeff Garzik1-4/+3
2010-03-05ethtool: Add direct access to ops->get_sset_countJeff Garzik1-0/+72
2010-02-28ethtool: do not set some flags, if others failedJeff Garzik1-4/+6
2010-02-26Revert "ethtool: Add n-tuple string length to drvinfo and return it"David S. Miller1-3/+0
2010-02-26ethtool: Add n-tuple string length to drvinfo and return itPeter Waskiewicz1-0/+3
2010-02-17ethtool: Don't flush n-tuple list from ethtool_reset()Ben Hutchings1-3/+0
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-02-16ethtool: allow non-admin user to read GRO settings.stephen hemminger1-0/+1
2010-02-15ethtool: reduce stack usageEric Dumazet1-7/+28
2010-02-15ethtool: Move n-tuple capability check into set_flagsPeter Waskiewicz1-5/+8
2010-02-15ethtool: Fix filter addition when caching n-tuple filtersPeter Waskiewicz1-16/+24
2010-02-11ethtool: Use explicit designated initializers for .cmdRoland Dreier1-5/+5
2010-02-10ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr1-1/+328
2009-10-07ethtool: Add reset operationBen Hutchings1-0/+23
2009-10-05ethtool: Remove support for obsolete string query operationsBen Hutchings1-48/+10
2009-09-02net/ethtool: Add support for the ethtool feature to flash firmware image from a specified file.Ajit Khaparde1-0/+16
2009-07-27net: ethtool_op_get_rx_csum() should be public and exportedEric Dumazet1-1/+2
2009-07-26ethtool: device independent rx_csum and get_flags routinesSridhar Samudrala1-2/+11
2009-03-31core: remove pointless conditional before kfree()Wei Yongjun1-2/+1
2009-02-20ethtool: Add RX pkt classification interfaceSantwona Behera1-10/+48
2008-12-15ethtool: Add GGRO and SGRO opsHerbert Xu1-2/+51
2008-07-02netdev: Add support for rx flow hash configuration, using ethtool.Santwona Behera1-0/+37
2008-04-24ethtool: EEPROM dump no longer works for tg3 and natsemiMandeep Singh Baines1-0/+5
2008-04-15[ETHTOOL]: Add support for large eepromsMandeep Singh Baines1-28/+36
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-4/+12
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-2/+2
2007-10-10[ETHTOOL]: Internal cleanup of ethtool_value-related handlersJeff Garzik1-160/+39
2007-10-10[ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGSJeff Garzik1-0/+38
2007-10-10[ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_countJeff Garzik1-25/+70
2007-10-10[ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctlsJeff Garzik1-0/+61
2007-08-14[NET]: Unexport dev_ethtoolAdrian Bunk1-1/+0
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-35/+8
2007-07-31[NET]: ethtool ops are the only wayMatthew Wilcox1-14/+7
2007-07-14[NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.Michael Chan1-0/+12
2007-04-25[NET] core: whitespace cleanupStephen Hemminger1-2/+2
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki1-5/+5
2006-09-28[ETHTOOL]: Remove some entries from non-root command list.David S. Miller1-4/+0
2006-09-28[ETHTOOL]: let mortals use ethtoolStephen Hemminger1-7/+29
2006-09-13[PATCH] ethtool: allow const ethtool_opsStephen Hemminger1-7/+7
2006-07-17[NET] ethtool: fix oops by testing correct struct memberJeff Garzik1-1/+1
2006-06-23[NET]: Added GSO toggleHerbert Xu1-0/+29
2006-06-17[ETHTOOL]: Fix UFO typoHerbert Xu1-1/+2