| Commit message (Expand) | Author | Age | Files | Lines |
* | sctp: Add GSO support | Marcelo Ricardo Leitner | 2016-06-03 | 1 | -0/+1 |
* | net: define gso types for IPx over IPv4 and IPv6 | Tom Herbert | 2016-05-20 | 1 | -2/+2 |
* | net: ethtool: export conversion function between u32 and link mode | Philippe Reynes | 2016-04-18 | 1 | -9/+12 |
* | GSO: Support partial segmentation offload | Alexander Duyck | 2016-04-14 | 1 | -0/+1 |
* | GSO: Add GSO type for fixed IPv4 ID | Alexander Duyck | 2016-04-14 | 1 | -0/+1 |
* | ethtool: Add support for toggling any of the GSO offloads | Alexander Duyck | 2016-04-14 | 1 | -0/+2 |
* | ethtool: Set cmd field in ETHTOOL_GLINKSETTINGS response to wrong nwords | Ben Hutchings | 2016-03-16 | 1 | -1/+1 |
* | net: ethtool: remove unused __ethtool_get_settings | David Decotigny | 2016-02-25 | 1 | -31/+14 |
* | net: ethtool: add new ETHTOOL_xLINKSETTINGS API | David Decotigny | 2016-02-25 | 1 | -6/+447 |
* | net/ethtool: support set coalesce per queue | Kan Liang | 2016-02-19 | 1 | -0/+61 |
* | net/ethtool: support get coalesce per queue | Kan Liang | 2016-02-19 | 1 | -1/+34 |
* | net/ethtool: introduce a new ioctl for per queue setting | Kan Liang | 2016-02-19 | 1 | -2/+25 |
* | net: add tc offload feature flag | John Fastabend | 2016-02-17 | 1 | -0/+1 |
* | ethtool: ensure channel counts are within bounds during SCHANNELS | Keller, Jacob E | 2016-02-16 | 1 | -2/+11 |
* | ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH} | Keller, Jacob E | 2016-02-16 | 1 | -0/+55 |
* | ethtool: Declare netdev_rss_key as __read_mostly. | Kim Jones | 2016-02-06 | 1 | -1/+1 |
* | ethtool: Add phy statistics | Andrew Lunn | 2015-12-31 | 1 | -1/+80 |
* | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK | Tom Herbert | 2015-12-15 | 1 | -1/+1 |
* | sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC | Tom Herbert | 2015-12-15 | 1 | -2/+2 |
* | ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings | Joe Perches | 2015-10-14 | 1 | -1/+1 |
* | net/ethtool: Add current supported tunable options | Hadar Hen Zion | 2015-06-11 | 1 | -0/+12 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-01 | 1 | -9/+1 |
|\ |
|
| * | Revert "net: core: 'ethtool' issue with querying phy settings" | David S. Miller | 2015-06-01 | 1 | -9/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-23 | 1 | -1/+9 |
|\| |
|
| * | net: core: 'ethtool' issue with querying phy settings | Arun Parameswaran | 2015-05-22 | 1 | -1/+9 |
* | | switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag | Scott Feldman | 2015-05-12 | 1 | -1/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-03-03 | 1 | -0/+1 |
|\ |
|
| * | ethtool: Add hw-switch-offload to netdev_features_strings. | Rami Rosen | 2015-02-20 | 1 | -0/+1 |
* | | ethtool: use "ops" name consistenty in ethtool_set_rxfh() | Dan Carpenter | 2015-02-21 | 1 | -1/+1 |
|/ |
|
* | ethtool: Extend ethtool plugin module eeprom API to phylib | Ed Swierk | 2015-01-06 | 1 | -11/+34 |
* | ethtool: Support for configurable RSS hash function | Eyal Perry | 2014-12-08 | 1 | -32/+37 |
* | net: provide a per host RSS key generic infrastructure | Eric Dumazet | 2014-11-16 | 1 | -0/+11 |
* | net: Remove MPLS GSO feature. | Pravin B Shelar | 2014-11-05 | 1 | -1/+0 |
* | net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0 | Guenter Roeck | 2014-10-31 | 1 | -2/+4 |
* | ethtool: Ethtool parameter to dynamically change tx_copybreak | Eric Dumazet | 2014-10-06 | 1 | -0/+1 |
* | ethtool: Add generic options for tunables | Govindarajulu Varadarajan | 2014-09-05 | 1 | -0/+81 |
* | ethtool: Check that reserved fields of struct ethtool_rxfh are 0 | Ben Hutchings | 2014-06-03 | 1 | -53/+36 |
* | ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh() | Ben Hutchings | 2014-06-03 | 1 | -4/+4 |
* | ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchanged | Ben Hutchings | 2014-05-19 | 1 | -1/+4 |
* | ethtool: Name the 'no change' value for setting RSS hash key but not indir table | Ben Hutchings | 2014-05-19 | 1 | -5/+7 |
* | ethtool: Return immediately on error in ethtool_copy_validate_indir() | Ben Hutchings | 2014-05-19 | 1 | -9/+7 |
* | ethtool: exit the loop when invalid index occurs | Jean Sacren | 2014-04-28 | 1 | -1/+3 |
* | ethtool: Support for configurable RSS hash key | Venkata Duvvuru | 2014-04-22 | 1 | -14/+207 |
* | net: add busy_poll device feature | Jiri Pirko | 2014-04-03 | 1 | -0/+1 |
* | 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 |
|\ |
|