| Commit message (Expand) | Author | Age | Files | Lines |
* | net: fix ethtool->set_flags not intended -EINVAL return value | Stanislaw Gruszka | 2011-03-27 | 1 | -0/+1 |
* | net: implement dev_disable_lro() hw_features compatibility | Michał Mirosław | 2011-03-22 | 1 | -0/+3 |
* | ethtool: Compat handling for struct ethtool_rxnfc | Ben Hutchings | 2011-03-18 | 1 | -0/+34 |
* | net: Implement SFEATURES compatibility for not updated drivers | Michał Mirosław | 2011-02-23 | 1 | -0/+5 |
* | net: introduce NETIF_F_RXCSUM | Michał Mirosław | 2011-02-17 | 1 | -1/+0 |
* | net: Introduce new feature setting ops | Michał Mirosław | 2011-02-17 | 1 | -0/+85 |
* | ethtool: Report link-down while interface is down | Ben Hutchings | 2010-12-10 | 1 | -1/+3 |
* | ethtool: Add support for vlan accleration. | Jesse Gross | 2010-10-21 | 1 | -0/+2 |
* | ethtool: Add Ethernet MAC-level filtering/steering | Ben Hutchings | 2010-09-21 | 1 | -1/+5 |
* | ethtool: Define RX n-tuple action to clear a rule | Ben Hutchings | 2010-09-21 | 1 | -2/+3 |
* | ethtool: Add comments for valid use of flow types | Ben Hutchings | 2010-09-17 | 1 | -15/+15 |
* | ethtool, ixgbe: Move RX n-tuple mask fixup to ethtool | Ben Hutchings | 2010-09-17 | 1 | -2/+3 |
* | ethtool: Remove unimplemented flow specification types | Ben Hutchings | 2010-09-15 | 1 | -19/+2 |
* | ethtool: Complete kernel-doc comments for RX flow filter and hash control | Ben Hutchings | 2010-09-15 | 1 | -16/+113 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-07-07 | 1 | -0/+2 |
|\ |
|
| * | ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFH | Ben Hutchings | 2010-06-29 | 1 | -0/+2 |
* | | ethtool: Add support for control of RX flow hash indirection | Ben Hutchings | 2010-06-30 | 1 | -0/+15 |
* | | ethtool: Change ethtool_op_set_flags to validate flags | Ben Hutchings | 2010-06-30 | 1 | -1/+1 |
* | | ethtool: Revert incorrect indentation changes | Ben Hutchings | 2010-06-14 | 1 | -20/+20 |
|/ |
|
* | net: fix ethtool coding style errors and warnings | chavey | 2010-04-07 | 1 | -53/+62 |
* | netdev: ethtool RXHASH flag | stephen hemminger | 2010-03-30 | 1 | -0/+1 |
* | ethtool: Add direct access to ops->get_sset_count | Jeff Garzik | 2010-03-05 | 1 | -0/+7 |
* | ethtool: Add direct access to ops->get_sset_count | Jeff Garzik | 2010-03-05 | 1 | -3/+14 |
* | Revert "ethtool: Add n-tuple string length to drvinfo and return it" | David S. Miller | 2010-02-26 | 1 | -1/+0 |
* | ethtool: Add n-tuple string length to drvinfo and return it | Peter Waskiewicz | 2010-02-26 | 1 | -0/+1 |
* | ethtool: Fix includes build break | David S. Miller | 2010-02-14 | 1 | -1/+2 |
* | ethtool: Introduce n-tuple filter programming support | Peter P Waskiewicz Jr | 2010-02-10 | 1 | -0/+50 |
* | tg3: Add some VPD preprocessor constants | Matt Carlson | 2009-12-03 | 1 | -1/+2 |
* | ethtool: Add Direct Attach support to connector port reporting | PJ Waskiewicz | 2009-11-29 | 1 | -0/+2 |
* | gianfar: Basic Support for programming hash rules | Sandeep Gopalpet | 2009-11-02 | 1 | -0/+2 |
* | ethtool: Add reset operation | Ben Hutchings | 2009-10-07 | 1 | -0/+32 |
* | ethtool: Remove support for obsolete string query operations | Ben Hutchings | 2009-10-05 | 1 | -4/+0 |
* | net/ethtool: Add support for the ethtool feature to flash firmware image from... | Ajit Khaparde | 2009-09-02 | 1 | -0/+14 |
* | net: ethtool_op_get_rx_csum() should be public and exported | Eric Dumazet | 2009-07-27 | 1 | -0/+1 |
* | e1000e: Expose MDI-X status via ethtool change | Chaitanya Lala | 2009-06-09 | 1 | -1/+7 |
* | ethtool/mdio: Support backplane mode negotiation | Ben Hutchings | 2009-04-29 | 1 | -0/+10 |
* | ethtool/mdio: Report MDIO mode support and link partner advertising | Ben Hutchings | 2009-04-29 | 1 | -1/+3 |
* | ethtool: Add port type PORT_OTHER | Ben Hutchings | 2009-04-29 | 1 | -0/+1 |
* | ethtool: Add RX pkt classification interface | Santwona Behera | 2009-02-20 | 1 | -6/+83 |
* | ethtool: Add GGRO and SGRO ops | Herbert Xu | 2008-12-15 | 1 | -0/+2 |
* | ethtool: Expand ethtool_cmd.speed to 32 bits | Brandon Philips | 2008-08-07 | 1 | -1/+16 |
* | netdev: Add support for rx flow hash configuration, using ethtool. | Santwona Behera | 2008-07-02 | 1 | -0/+33 |
* | [NET]: include <linux/types.h> into linux/ethtool.h for __u* typedef | Kirill A. Shutemov | 2008-03-07 | 1 | -0/+1 |
* | include/linux/: Spelling fixes | Joe Perches | 2008-02-03 | 1 | -1/+1 |
* | [ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGS | Jeff Garzik | 2007-10-10 | 1 | -1/+7 |
* | [ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_count | Jeff Garzik | 2007-10-10 | 1 | -2/+5 |
* | [ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctls | Jeff Garzik | 2007-10-10 | 1 | -0/+21 |
* | [NET]: ethtool_perm_addr only has one implementation | Matthew Wilcox | 2007-07-31 | 1 | -4/+0 |
* | [NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices. | Michael Chan | 2007-07-14 | 1 | -0/+1 |
* | [ETHTOOL]: Add 2.5G bit definitions. | Michael Chan | 2007-05-03 | 1 | -0/+2 |