| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Add layer 2 hardware acceleration operations for macvlan devices | John Fastabend | 2013-11-07 | 1 | -0/+1 |
* | ipv6: sit: add GSO/TSO support | Eric Dumazet | 2013-10-21 | 1 | -0/+1 |
* | ipip: add GSO/TSO support | Eric Dumazet | 2013-10-19 | 1 | -0/+1 |
* | ethtool: fixed trailing statements in ethtool | Dragos Foianu | 2013-07-16 | 1 | -10/+20 |
* | ethtool: make .get_dump_data() harder to misuse by drivers | Michal Schmidt | 2013-07-02 | 1 | -1/+20 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-19 | 1 | -3/+3 |
|\ |
|
| * | vlan: restore ethtool ABI to control VLAN hardware acceleration | Fernando Luis Vazquez Cao | 2013-06-17 | 1 | -3/+3 |
* | | net/ethtool: Fix comment regarding location of dev_ethtool() call | Yan Burman | 2013-06-04 | 1 | -1/+1 |
* | | MPLS: Add limited GSO support | Simon Horman | 2013-05-27 | 1 | -0/+1 |
|/ |
|
* | net: vlan,ethtool: netdev_features_t is more than 32 bit | Bjørn Mork | 2013-05-02 | 1 | -1/+1 |
* | net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_* | David S. Miller | 2013-04-19 | 1 | -0/+3 |
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 2013-04-19 | 1 | -12/+13 |
* | tunneling: Add generic Tunnel segmentation. | Pravin B Shelar | 2013-03-09 | 1 | -0/+1 |
* | v4 GRE: Add TCP segmentation offload for GRE | Pravin B Shelar | 2013-02-15 | 1 | -0/+1 |
* | ethtool: consolidate work with ethtool_ops | Jiri Pirko | 2013-01-07 | 1 | -24/+21 |
* | net: Allow userns root control of the core of the network stack. | Eric W. Biederman | 2012-11-18 | 1 | -1/+1 |
* | net: provide a default dev->ethtool_ops | Eric Dumazet | 2012-09-19 | 1 | -12/+0 |
* | ethtool: Make more commands available to unprivileged processes | Ben Hutchings | 2012-06-12 | 1 | -0/+5 |
* | Added kernel support in EEE Ethtool commands | Yuval Mintz | 2012-06-07 | 1 | -0/+40 |
* | ethtool: Extend the ethtool API to obtain plugin module eeprom data | Stuart Hodgson | 2012-05-10 | 1 | -0/+47 |
* | ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessors | Ben Hutchings | 2012-05-10 | 1 | -7/+17 |
* | ethtool: Add a common function for drivers with transmit time stamping. | Richard Cochran | 2012-04-04 | 1 | -0/+11 |
* | ethtool: Introduce a method for getting time stamping capabilities. | Richard Cochran | 2012-04-04 | 1 | -3/+45 |
* | net: Support RX-ALL feature flag. | Ben Greear | 2012-02-24 | 1 | -0/+1 |
* | net: Support RXFCS feature flag. | Ben Greear | 2012-02-24 | 1 | -0/+1 |
* | ethtool: Null-terminate filename passed to ethtool_ops::flash_device | Ben Hutchings | 2012-02-01 | 1 | -0/+2 |
* | ethtool: allow ETHTOOL_GSSET_INFO for users | Michał Mirosław | 2012-01-22 | 1 | -0/+1 |
* | ethtool: Remove ethtool_ops::set_rx_ntuple operation | Ben Hutchings | 2012-01-04 | 1 | -55/+0 |
* | ethtool: Allow drivers to select RX NFC rule locations | Ben Hutchings | 2012-01-04 | 1 | -1/+10 |
* | ethtool: Define and apply a default policy for RX flow hash indirection | Ben Hutchings | 2011-12-16 | 1 | -13/+20 |
* | ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parameters | Ben Hutchings | 2011-12-16 | 1 | -26/+55 |
* | net: ethtool: fix coding style | Michał Mirosław | 2011-11-16 | 1 | -7/+8 |
* | net: remove NETIF_F_NO_CSUM feature bit | Michał Mirosław | 2011-11-16 | 1 | -1/+0 |
* | ethtool: prepare for larger netdev_features_t type | Michał Mirosław | 2011-11-16 | 1 | -16/+26 |
* | net: ethtool: use C99 array initialization for feature-names table | Michał Mirosław | 2011-11-16 | 1 | -38/+36 |
* | net: introduce and use netdev_features_t for device features sets | Michał Mirosław | 2011-11-16 | 1 | -5/+4 |
* | net: ethtool: break association of ETH_FLAG_* with NETIF_F_* | Michał Mirosław | 2011-11-16 | 1 | -10/+23 |
* | net: remove legacy ethtool ops | Michał Mirosław | 2011-11-16 | 1 | -396/+22 |
* | net: consolidate and fix ethtool_ops->get_settings calling | Jiri Pirko | 2011-09-15 | 1 | -5/+15 |
* | ethtool: Allow zero-length register dumps again | Ben Hutchings | 2011-07-21 | 1 | -2/+2 |
* | v2 ethtool: remove support for ETHTOOL_GRXNTUPLE | Alexander Duyck | 2011-06-08 | 1 | -308/+1 |
* | net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flags | Michał Mirosław | 2011-05-26 | 1 | -1/+24 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-05-17 | 1 | -1/+1 |
|\ |
|
| * | net: ethtool: fix IPV6 checksum feature name string | Michał Mirosław | 2011-05-17 | 1 | -1/+1 |
* | | ethtool: Added support for FW dump | Anirban Chakraborty | 2011-05-13 | 1 | -0/+90 |
* | | ethtool: bring back missing comma in netdev features strings | Franco Fichtner | 2011-05-12 | 1 | -1/+1 |
* | | net: Allow ethtool to set interface in loopback mode. | Mahesh Bandewar | 2011-05-08 | 1 | -1/+1 |
* | | ethtool: remove phys_id from ethtool_ops | Stephen Hemminger | 2011-05-08 | 1 | -5/+1 |
* | | net: fix hw_features ethtool_ops->set_flags compatibility | Michał Mirosław | 2011-04-21 | 1 | -2/+2 |
* | | ethtool: allow custom interval for physical identification | Allan, Bruce W | 2011-04-14 | 1 | -15/+16 |