Age | Commit message (Expand) | Author |
2017-07-29 | net: ethtool: add support for forward error correction modes | Vidya Sagar Ravipati |
2017-07-24 | net: add new netdevice feature for offload of RX port for UDP tunnels | Sabrina Dubroca |
2017-07-17 | net: Remove references to NETIF_F_UFO from ethtool. | David S. Miller |
2017-06-30 | ethtool: don't open-code memdup_user() | Al Viro |
2017-04-14 | net: Add ESP offload features | Steffen Klassert |
2017-03-09 | ethtool: add CRC32 as an RSS hash function | Jakub Kicinski |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2017-02-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-02-03 | net: remove support for per driver ndo_busy_poll() | Eric Dumazet |
2017-02-03 | ethtool: do not vzalloc(0) on registers dump | Stanislaw Gruszka |
2017-01-31 | net: ethtool: convert large order kmalloc allocations to vzalloc | Alexei Starovoitov |
2017-01-18 | net: ethtool: Initialize buffer when querying device channel settings | Eran Ben Elisha |
2016-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-11-25 | net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGS | Miroslav Lichvar |
2016-11-24 | ethtool: Protect {get, set}_phy_tunable with PHY device mutex | Florian Fainelli |
2016-11-18 | ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunable | Raju Lakkaraju |
2016-11-18 | ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE | Raju Lakkaraju |
2016-06-03 | sctp: Add GSO support | Marcelo Ricardo Leitner |
2016-05-20 | net: define gso types for IPx over IPv4 and IPv6 | Tom Herbert |
2016-04-18 | net: ethtool: export conversion function between u32 and link mode | Philippe Reynes |
2016-04-14 | GSO: Support partial segmentation offload | Alexander Duyck |
2016-04-14 | GSO: Add GSO type for fixed IPv4 ID | Alexander Duyck |
2016-04-14 | ethtool: Add support for toggling any of the GSO offloads | Alexander Duyck |
2016-03-16 | ethtool: Set cmd field in ETHTOOL_GLINKSETTINGS response to wrong nwords | Ben Hutchings |
2016-02-25 | net: ethtool: remove unused __ethtool_get_settings | David Decotigny |
2016-02-25 | net: ethtool: add new ETHTOOL_xLINKSETTINGS API | David Decotigny |
2016-02-19 | net/ethtool: support set coalesce per queue | Kan Liang |
2016-02-19 | net/ethtool: support get coalesce per queue | Kan Liang |
2016-02-19 | net/ethtool: introduce a new ioctl for per queue setting | Kan Liang |
2016-02-17 | net: add tc offload feature flag | John Fastabend |
2016-02-16 | ethtool: ensure channel counts are within bounds during SCHANNELS | Keller, Jacob E |
2016-02-16 | ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH} | Keller, Jacob E |
2016-02-06 | ethtool: Declare netdev_rss_key as __read_mostly. | Kim Jones |
2015-12-31 | ethtool: Add phy statistics | Andrew Lunn |
2015-12-15 | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK | Tom Herbert |
2015-12-15 | sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC | Tom Herbert |
2015-10-14 | ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings | Joe Perches |
2015-06-11 | net/ethtool: Add current supported tunable options | Hadar Hen Zion |
2015-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-06-01 | Revert "net: core: 'ethtool' issue with querying phy settings" | David S. Miller |
2015-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-05-22 | net: core: 'ethtool' issue with querying phy settings | Arun Parameswaran |
2015-05-12 | switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag | Scott Feldman |
2015-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-02-21 | ethtool: use "ops" name consistenty in ethtool_set_rxfh() | Dan Carpenter |
2015-02-20 | ethtool: Add hw-switch-offload to netdev_features_strings. | Rami Rosen |
2015-01-06 | ethtool: Extend ethtool plugin module eeprom API to phylib | Ed Swierk |
2014-12-08 | ethtool: Support for configurable RSS hash function | Eyal Perry |
2014-11-16 | net: provide a per host RSS key generic infrastructure | Eric Dumazet |
2014-11-05 | net: Remove MPLS GSO feature. | Pravin B Shelar |