summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: show only relevant ethtool stats for a TX or RX ringRajesh Ravi2020-05-041-22/+71
* bnxt_en: Split HW ring statistics strings into RX and TX parts.Michael Chan2020-05-041-20/+33
* bnxt_en: Refactor the software ring counters.Michael Chan2020-05-043-13/+42
* bnxt_en: Add doorbell information to bnxt_en_dev struct.Michael Chan2020-05-042-0/+10
* bnxt_en: Add support for L2 doorbell size.Michael Chan2020-05-042-7/+37
* bnxt_en: Set the db_offset on 57500 chips for the RDMA MSIX entries.Michael Chan2020-05-041-1/+7
* bnxt_en: Define the doorbell offsets on 57500 chips.Michael Chan2020-05-042-2/+5
* bnxt_en: Improve kernel log messages related to ethtool reset.Edwin Peer2020-05-041-4/+14
* bnxt_en: fix ethtool_reset_flags ABI violationsEdwin Peer2020-05-042-24/+31
* bnxt_en: refactor ethtool firmware reset typesEdwin Peer2020-05-041-13/+25
* bnxt_en: prepare to refactor ethtool reset typesEdwin Peer2020-05-041-17/+29
* bnxt_en: Do not include ETH_FCS_LEN in the max packet length sent to fw.Vasundhara Volam2020-05-042-3/+2
* bnxt_en: Improve TQM ring context memory sizing formulas.Michael Chan2020-05-041-5/+9
* bnxt_en: Allocate TQM ring context memory according to fw specification.Michael Chan2020-05-042-13/+18
* bnxt_en: Update firmware spec. to 1.10.1.33.Michael Chan2020-05-041-32/+184
* net: ena: cosmetic: extract code to ena_indirection_table_set()Arthur Kiyanovski2020-05-031-18/+30
* net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macrosSameeh Jubran2020-05-031-7/+7
* net: ena: use SHUTDOWN as reset reason when closing interfaceSameeh Jubran2020-05-031-0/+2
* net: ena: drop superfluous prototypeArthur Kiyanovski2020-05-031-12/+0
* net: ena: add support for reporting of packet dropsSameeh Jubran2020-05-033-0/+15
* net: ena: add unmask interrupts statistics to ethtoolSameeh Jubran2020-05-033-0/+5
* net: ena: remove code that does nothingSameeh Jubran2020-05-031-4/+1
* net: ena: changes to RSS hash key allocationSameeh Jubran2020-05-031-11/+5
* net: ena: change default RSS hash function to ToeplitzArthur Kiyanovski2020-05-031-1/+1
* net: ena: allow setting the hash function without changing the keySameeh Jubran2020-05-033-14/+32
* net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski2020-05-031-2/+4
* net: ena: avoid unnecessary admin command when RSS function set failsArthur Kiyanovski2020-05-031-1/+3
* net: ethernet: fec: Replace interrupt driven MDIO with polled IOAndrew Lunn2020-05-022-36/+45
* ptp: ptp_clockmatrix: Add adjphase() to support PHC write phase mode.Vincent Cheng2020-05-022-2/+98
* ptp: Add adjust_phase to ptp_clock_caps capability.Vincent Cheng2020-05-021-0/+1
* ptp: Add adjphase function to support phase offset control.Vincent Cheng2020-05-021-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-015-25/+23
|\
| * Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-284-25/+21
| |\
| | * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-274-25/+21
| * | bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski2020-04-261-0/+2
* | | Merge branch 'net-smc-extent-buffer-mapping-and-port-handling'David S. Miller2020-05-011-0/+4
* | | net: enetc: add tc flower psfp offload driverPo Liu2020-05-015-15/+1300
* | | net: enetc: add hw tc hw offload features for PSPF capabilityPo Liu2020-05-014-0/+96
* | | net: bcmgenet: Move wake-up event out of side band ISRDoug Berger2020-05-013-13/+67
* | | net: ipa: do not cache channel stateAlex Elder2020-05-012-35/+55
* | | net: ipa: pass channel pointer to gsi_channel_state()Alex Elder2020-05-011-5/+6
* | | net: dsa: mv88e6xxx: 88e6390 10G serdes supportRussell King2020-05-012-2/+42
* | | net: dsa: mv88e6xxx: use generic clause 45 definitionsRussell King2020-05-012-11/+7
* | | net: atlantic: A2 ingress / egress hw configurationIgor Russkikh2020-05-017-105/+172
* | | net: atlantic: basic A2 init/deinit hw_opsIgor Russkikh2020-05-017-79/+362
* | | net: atlantic: common functions needed for basic A2 init/deinit hw_opsDmitry Bogdanov2020-05-016-2/+163
* | | net: atlantic: HW bindings for basic A2 init/deinit hw_opsDmitry Bogdanov2020-05-013-0/+207
* | | net: atlantic: add A2 RPF hw_opsIgor Russkikh2020-05-013-0/+259
* | | net: atlantic: HW bindings for A2 RFPIgor Russkikh2020-05-015-0/+284
* | | net: atlantic: A2 hw_ops skeletonIgor Russkikh2020-05-016-7/+294