- 29bd73d net/smc: send failover validation message by Karsten Graul · 4 years, 8 months ago
- c6f02eb net/smc: switch connections to alternate link by Karsten Graul · 4 years, 8 months ago
- f0ec4f1 net/smc: save state of last sent CDC message by Karsten Graul · 4 years, 8 months ago
- fc99584 Merge branch 'bnxt_en-Updates-for-net-next' by David S. Miller · 4 years, 8 months ago
- 125592f bnxt_en: show only relevant ethtool stats for a TX or RX ring by Rajesh Ravi · 4 years, 8 months ago
- 3316d509 bnxt_en: Split HW ring statistics strings into RX and TX parts. by Michael Chan · 4 years, 8 months ago
- 9d8b5f0 bnxt_en: Refactor the software ring counters. by Michael Chan · 4 years, 8 months ago
- 098286f bnxt_en: Add doorbell information to bnxt_en_dev struct. by Michael Chan · 4 years, 8 months ago
- 8ae2473 bnxt_en: Add support for L2 doorbell size. by Michael Chan · 4 years, 8 months ago
- e93b30d bnxt_en: Set the db_offset on 57500 chips for the RDMA MSIX entries. by Michael Chan · 4 years, 8 months ago
- ebdf73d bnxt_en: Define the doorbell offsets on 57500 chips. by Michael Chan · 4 years, 8 months ago
- 8cec094 bnxt_en: Improve kernel log messages related to ethtool reset. by Edwin Peer · 4 years, 8 months ago
- 7a13240 bnxt_en: fix ethtool_reset_flags ABI violations by Edwin Peer · 4 years, 8 months ago
- 94f17e8 bnxt_en: refactor ethtool firmware reset types by Edwin Peer · 4 years, 8 months ago
- 95fec03 bnxt_en: prepare to refactor ethtool reset types by Edwin Peer · 4 years, 8 months ago
- d0b82c5 bnxt_en: Do not include ETH_FCS_LEN in the max packet length sent to fw. by Vasundhara Volam · 4 years, 8 months ago
- c7dd7ab bnxt_en: Improve TQM ring context memory sizing formulas. by Michael Chan · 4 years, 8 months ago
- ac3158c bnxt_en: Allocate TQM ring context memory according to fw specification. by Michael Chan · 4 years, 8 months ago
- 460c257 bnxt_en: Update firmware spec. to 1.10.1.33. by Michael Chan · 4 years, 8 months ago
- 60bcbc4 Merge branch 'net-smc-add-and-delete-link-processing' by David S. Miller · 4 years, 8 months ago
- 4dadd15 net/smc: enqueue local LLC messages by Karsten Graul · 4 years, 8 months ago
- 08ae27d net/smc: delete link processing as SMC server by Karsten Graul · 4 years, 8 months ago
- 9c41687 net/smc: delete link processing as SMC client by Karsten Graul · 4 years, 8 months ago
- 9ec6bf1 net/smc: llc_del_link_work and use the LLC flow for delete link by Karsten Graul · 4 years, 8 months ago
- c9a5d24 net/smc: delete an asymmetric link as SMC server by Karsten Graul · 4 years, 8 months ago
- 1551c95 net/smc: final part of add link processing as SMC server by Karsten Graul · 4 years, 8 months ago
- 57b4992 net/smc: rkey processing for a new link as SMC server by Karsten Graul · 4 years, 8 months ago
- 2d2209f net/smc: first part of add link processing as SMC server by Karsten Graul · 4 years, 8 months ago
- b1570a8 net/smc: final part of add link processing as SMC client by Karsten Graul · 4 years, 8 months ago
- 87f88cd net/smc: rkey processing for a new link as SMC client by Karsten Graul · 4 years, 8 months ago
- 336ba09 net/smc: first part of add link processing as SMC client by Karsten Graul · 4 years, 8 months ago
- d1a2250 Merge branch 'Enhance-current-features-in-ena-driver' by David S. Miller · 4 years, 8 months ago
- 77a651f net: ena: cosmetic: extract code to ena_indirection_table_set() by Arthur Kiyanovski · 4 years, 8 months ago
- dcc2789 net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macros by Sameeh Jubran · 4 years, 8 months ago
- c1c0e40 net: ena: use SHUTDOWN as reset reason when closing interface by Sameeh Jubran · 4 years, 8 months ago
- f5db045 net: ena: drop superfluous prototype by Arthur Kiyanovski · 4 years, 8 months ago
- 5c665f8 net: ena: add support for reporting of packet drops by Sameeh Jubran · 4 years, 8 months ago
- d4a8b3b net: ena: add unmask interrupts statistics to ethtool by Sameeh Jubran · 4 years, 8 months ago
- cac7172 net: ena: remove code that does nothing by Sameeh Jubran · 4 years, 8 months ago
- 0af3c4e net: ena: changes to RSS hash key allocation by Sameeh Jubran · 4 years, 8 months ago
- c1bd17e net: ena: change default RSS hash function to Toeplitz by Arthur Kiyanovski · 4 years, 8 months ago
- f66c2ea net: ena: allow setting the hash function without changing the key by Sameeh Jubran · 4 years, 8 months ago
- e9a1de3 net: ena: fix error returning in ena_com_get_hash_function() by Arthur Kiyanovski · 4 years, 8 months ago
- 80f8443 net: ena: avoid unnecessary admin command when RSS function set fails by Arthur Kiyanovski · 4 years, 8 months ago
- 5889a62 Merge branch 'sch_fq-optimizations' by David S. Miller · 4 years, 8 months ago
- 348e289 net_sched: sch_fq: perform a prefetch() earlier by Eric Dumazet · 4 years, 8 months ago
- c288b0c net_sched: sch_fq: do not call fq_peek() twice per packet by Eric Dumazet · 4 years, 8 months ago
- 82a0aa5 net_sched: sch_fq: use bulk freeing in fq_gc() by Eric Dumazet · 4 years, 8 months ago
- 7ba0537 net_sched: sch_fq: change fq_flow size/layout by Eric Dumazet · 4 years, 8 months ago
- dde0a64 net_sched: sch_fq: avoid touching f->next from fq_gc() by Eric Dumazet · 4 years, 8 months ago
- ee1bd48 inet_diag: bc: read cgroup id only for full sockets by Dmitry Yakunin · 4 years, 8 months ago
- f166f89 net: ethernet: fec: Replace interrupt driven MDIO with polled IO by Andrew Lunn · 4 years, 8 months ago
- 40b9422 smc: Remove unused function. by David S. Miller · 4 years, 8 months ago
- 6c5af96 Merge branch 'ptp-Add-adjust-phase-to-support-phase-offset' by David S. Miller · 4 years, 8 months ago
- 425d2b1 ptp: ptp_clockmatrix: Add adjphase() to support PHC write phase mode. by Vincent Cheng · 4 years, 8 months ago
- d3f1cbd ptp: Add adjust_phase to ptp_clock_caps capability. by Vincent Cheng · 4 years, 8 months ago
- 184ecc9 ptp: Add adjphase function to support phase offset control. by Vincent Cheng · 4 years, 8 months ago
- 115506f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
- 5b95dea Merge branch 'net-smc-extent-buffer-mapping-and-port-handling' by David S. Miller · 4 years, 8 months ago
- 57dc6f3 selftests/bpf: Use reno instead of dctcp by Stanislav Fomichev · 4 years, 8 months ago
- b45e7f9 net/smc: llc_add_link_work to handle ADD_LINK LLC requests by Karsten Graul · 4 years, 8 months ago
- 8574cf4 net/smc: allocate index for a new link by Karsten Graul · 4 years, 8 months ago
- 6c868a3 net/smc: introduce smc_pnet_find_alt_roce() by Karsten Graul · 4 years, 8 months ago
- 33d2033 net/smc: remove DELETE LINK processing from smc_core.c by Karsten Graul · 4 years, 8 months ago
- 8752393 net/smc: take link down instead of terminating the link group by Karsten Graul · 4 years, 8 months ago
- 541afa1 net/smc: add smcr_port_err() and smcr_link_down() processing by Karsten Graul · 4 years, 8 months ago
- 1f90a05 net/smc: add smcr_port_add() and smcr_link_up() processing by Karsten Graul · 4 years, 8 months ago
- 35dcf7e net/smc: remember PNETID of IB device for later device matching by Karsten Graul · 4 years, 8 months ago
- d550066 net/smc: mutex to protect the lgr against parallel reconfigurations by Karsten Graul · 4 years, 8 months ago
- fbed3b3 net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link() by Karsten Graul · 4 years, 8 months ago
- fb33d27 net/smc: map and register buffers for a new link by Karsten Graul · 4 years, 8 months ago
- 4a3641c net/smc: unmapping of buffers to support multiple links by Karsten Graul · 4 years, 8 months ago
- 7562a13 net/smc: multiple link support for rmb buffer registration by Karsten Graul · 4 years, 8 months ago
- 47c0b58 Merge branch 'Introduce-a-flow-gate-control-action-and-apply-IEEE' by David S. Miller · 4 years, 8 months ago
- 888ae5a net: enetc: add tc flower psfp offload driver by Po Liu · 4 years, 8 months ago
- 79e4998 net: enetc: add hw tc hw offload features for PSPF capability by Po Liu · 4 years, 8 months ago
- d29bdd6 net: schedule: add action gate offloading by Po Liu · 4 years, 8 months ago
- a51c328 net: qos: introduce a gate control flow action by Po Liu · 4 years, 8 months ago
- eb236c2 net: bcmgenet: Move wake-up event out of side band ISR by Doug Berger · 4 years, 8 months ago
- df8f348 Merge branch 'net-ipa-dont-cache-channel-state' by David S. Miller · 4 years, 8 months ago
- a2003b3 net: ipa: do not cache channel state by Alex Elder · 4 years, 8 months ago
- aba7924 net: ipa: pass channel pointer to gsi_channel_state() by Alex Elder · 4 years, 8 months ago
- b7052ba Merge branch 'net-dsa-mv88e6xxx-augment-phylink-support-for-10G' by David S. Miller · 4 years, 8 months ago
- 7019bba net: dsa: mv88e6xxx: 88e6390 10G serdes support by Russell King · 4 years, 8 months ago
- bf604bc net: dsa: mv88e6xxx: use generic clause 45 definitions by Russell King · 4 years, 8 months ago
- bf2320a Merge branch 'net-atlantic-A2-support' by David S. Miller · 4 years, 8 months ago
- 43c670c net: atlantic: A2 ingress / egress hw configuration by Igor Russkikh · 4 years, 8 months ago
- e54dcf4 net: atlantic: basic A2 init/deinit hw_ops by Igor Russkikh · 4 years, 8 months ago
- c1be0bf net: atlantic: common functions needed for basic A2 init/deinit hw_ops by Dmitry Bogdanov · 4 years, 8 months ago
- ec7629e net: atlantic: HW bindings for basic A2 init/deinit hw_ops by Dmitry Bogdanov · 4 years, 8 months ago
- 3417368 net: atlantic: add A2 RPF hw_ops by Igor Russkikh · 4 years, 8 months ago
- 57fe8fd net: atlantic: HW bindings for A2 RFP by Igor Russkikh · 4 years, 8 months ago
- b3f0c79 net: atlantic: A2 hw_ops skeleton by Igor Russkikh · 4 years, 8 months ago
- 5cfd54d net: atlantic: minimal A2 fw_ops by Dmitry Bogdanov · 4 years, 8 months ago
- 258ff0c net: atlantic: minimal A2 HW bindings required for fw_ops by Dmitry Bogdanov · 4 years, 8 months ago
- f676196 net: atlantic: A2 driver-firmware interface by Dmitry Bogdanov · 4 years, 8 months ago
- d1ad88f net: atlantic: move IS_CHIP_FEATURE to aq_hw.h by Mark Starovoytov · 4 years, 8 months ago
- d0f2374 net: atlantic: make hw_get_regs optional by Mark Starovoytov · 4 years, 8 months ago
- 36e90a5 net: atlantic: simplify hw_get_fw_version() usage by Nikita Danilov · 4 years, 8 months ago
- 099d074 net: atlantic: add hw_soft_reset, hw_prepare to hw_ops by Mark Starovoytov · 4 years, 8 months ago