summaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend2013-11-081-0/+1
* ipv6: sit: add GSO/TSO supportEric Dumazet2013-10-221-0/+1
* ipip: add GSO/TSO supportEric Dumazet2013-10-201-0/+1
* ethtool: fixed trailing statements in ethtoolDragos Foianu2013-07-161-10/+20
* ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt2013-07-021-1/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-3/+3
|\
| * vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao2013-06-181-3/+3
* | net/ethtool: Fix comment regarding location of dev_ethtool() callYan Burman2013-06-051-1/+1
* | MPLS: Add limited GSO supportSimon Horman2013-05-281-0/+1
|/
* net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork2013-05-021-1/+1
* net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_*David S. Miller2013-04-191-0/+3
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-12/+13
* tunneling: Add generic Tunnel segmentation.Pravin B Shelar2013-03-091-0/+1
* v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-151-0/+1
* ethtool: consolidate work with ethtool_opsJiri Pirko2013-01-081-24/+21Star
* net: Allow userns root control of the core of the network stack.Eric W. Biederman2012-11-191-1/+1
* net: provide a default dev->ethtool_opsEric Dumazet2012-09-191-12/+0Star
* ethtool: Make more commands available to unprivileged processesBen Hutchings2012-06-131-0/+5
* Added kernel support in EEE Ethtool commandsYuval Mintz2012-06-071-0/+40
* ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson2012-05-101-0/+47
* ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessorsBen Hutchings2012-05-101-7/+17
* ethtool: Add a common function for drivers with transmit time stamping.Richard Cochran2012-04-041-0/+11
* ethtool: Introduce a method for getting time stamping capabilities.Richard Cochran2012-04-041-3/+45
* net: Support RX-ALL feature flag.Ben Greear2012-02-241-0/+1
* net: Support RXFCS feature flag.Ben Greear2012-02-241-0/+1
* ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings2012-02-011-0/+2
* ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław2012-01-231-0/+1
* ethtool: Remove ethtool_ops::set_rx_ntuple operationBen Hutchings2012-01-041-55/+0Star
* ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings2012-01-041-1/+10
* ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings2011-12-161-13/+20
* ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings2011-12-161-26/+55
* net: ethtool: fix coding styleMichał Mirosław2011-11-171-7/+8
* net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-161-1/+0Star
* ethtool: prepare for larger netdev_features_t typeMichał Mirosław2011-11-161-16/+26
* net: ethtool: use C99 array initialization for feature-names tableMichał Mirosław2011-11-161-38/+36Star
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-5/+4Star
* net: ethtool: break association of ETH_FLAG_* with NETIF_F_*Michał Mirosław2011-11-161-10/+23
* net: remove legacy ethtool opsMichał Mirosław2011-11-161-396/+22Star
* net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-151-5/+15
* ethtool: Allow zero-length register dumps againBen Hutchings2011-07-221-2/+2
* v2 ethtool: remove support for ETHTOOL_GRXNTUPLEAlexander Duyck2011-06-091-308/+1Star
* net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flagsMichał Mirosław2011-05-261-1/+24
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-171-1/+1
|\
| * net: ethtool: fix IPV6 checksum feature name stringMichał Mirosław2011-05-171-1/+1
* | ethtool: Added support for FW dumpAnirban Chakraborty2011-05-131-0/+90
* | ethtool: bring back missing comma in netdev features stringsFranco Fichtner2011-05-121-1/+1
* | net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar2011-05-091-1/+1
* | ethtool: remove phys_id from ethtool_opsStephen Hemminger2011-05-081-5/+1Star
* | net: fix hw_features ethtool_ops->set_flags compatibilityMichał Mirosław2011-04-221-2/+2
* | ethtool: allow custom interval for physical identificationAllan, Bruce W2011-04-151-15/+16