aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2018-10-15ethtool: fix a privilege escalation bugWenwen Wang1-2/+6
2018-10-15ethtool: fix a missing-check bugWenwen Wang1-0/+3
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+17
2018-10-05ethtool: don't allow disabling queues with umem installedJakub Kicinski1-0/+11
2018-10-05ethtool: rename local variable max -> currJakub Kicinski1-6/+6
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2018-09-26net: core: add member wol_enabled to struct net_deviceHeiner Kallweit1-1/+8
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-09-22net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski1-0/+1
2018-08-29ethtool: drop get_settings and set_settings callbacksMichal Kubecek1-123/+35
2018-07-16net: Add TLS RX offload featureIlya Lesokhin1-0/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2018-05-01ethtool: fix a potential missing-check bugWenwen Wang1-0/+5
2018-05-01net: Add TLS TX offload featuresIlya Lesokhin1-0/+1
2018-04-27net: Allow network devices to have PHY statisticsFlorian Fainelli1-18/+21
2018-04-27net: Move PHY statistics code into PHY library helpersFlorian Fainelli1-30/+8
2018-04-26udp: add gso support to virtual devicesWillem de Bruijn1-0/+1
2018-03-31ethtool: enable Inline TLS in HWAtul Gupta1-0/+1
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King1-0/+7
2018-03-26ethtool: Add support for configuring PFC stall prevention in ethtoolInbar Karmy1-0/+6
2018-03-08net: ethtool: extend RXNFC API to support RSS spreading of filter matchesEdward Cree1-15/+49
2018-03-01net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree1-1/+4
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov1-32/+21
2018-01-09ethtool: Ensure new ring parameters are within bounds during SRINGPARAMEugenia Emantayev1-2/+11
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+2
2018-01-02ethtool: do not print warning for applications using legacy APIStephen Hemminger1-13/+2
2017-12-19net: Introduce NETIF_F_GRO_HW.Michael Chan1-0/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2017-10-22net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund1-3/+2
2017-10-17ethtool: add ethtool_intersect_link_masksAlan Brady1-0/+16
2017-09-21net: ethtool: Add back transceiver typeFlorian Fainelli1-0/+2
2017-07-29net: ethtool: add support for forward error correction modesVidya Sagar Ravipati1-0/+34
2017-07-24net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca1-0/+1
2017-07-17net: Remove references to NETIF_F_UFO from ethtool.David S. Miller1-7/+0
2017-06-30ethtool: don't open-code memdup_user()Al Viro1-14/+6
2017-04-14net: Add ESP offload featuresSteffen Klassert1-0/+3
2017-03-09ethtool: add CRC32 as an RSS hash functionJakub Kicinski1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet1-1/+0
2017-02-03ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka1-3/+6
2017-01-31net: ethtool: convert large order kmalloc allocations to vzallocAlexei Starovoitov1-17/+22
2017-01-18net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha1-1/+1
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-11-25net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar1-0/+1
2016-11-24ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli1-0/+4