summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul2020-05-021-33/+0
* net/smc: take link down instead of terminating the link groupKarsten Graul2020-05-024-19/+13
* net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul2020-05-024-32/+98
* net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul2020-05-023-0/+88
* net/smc: remember PNETID of IB device for later device matchingKarsten Graul2020-05-022-0/+4
* net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul2020-05-024-12/+34
* net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul2020-05-023-46/+62
* net/smc: map and register buffers for a new linkKarsten Graul2020-05-022-0/+62
* net/smc: unmapping of buffers to support multiple linksKarsten Graul2020-05-022-17/+60
* net/smc: multiple link support for rmb buffer registrationKarsten Graul2020-05-023-35/+36
* Merge branch 'Introduce-a-flow-gate-control-action-and-apply-IEEE'David S. Miller2020-05-0213-1/+2268
|\
| * net: enetc: add tc flower psfp offload driverPo Liu2020-05-025-15/+1300
| * net: enetc: add hw tc hw offload features for PSPF capabilityPo Liu2020-05-024-0/+96
| * net: schedule: add action gate offloadingPo Liu2020-05-023-0/+142
| * net: qos: introduce a gate control flow actionPo Liu2020-05-026-0/+744
|/
* net: bcmgenet: Move wake-up event out of side band ISRDoug Berger2020-05-023-13/+67
* Merge branch 'net-ipa-dont-cache-channel-state'David S. Miller2020-05-022-38/+59
|\
| * net: ipa: do not cache channel stateAlex Elder2020-05-022-35/+55
| * net: ipa: pass channel pointer to gsi_channel_state()Alex Elder2020-05-021-5/+6
|/
* Merge branch 'net-dsa-mv88e6xxx-augment-phylink-support-for-10G'David S. Miller2020-05-022-13/+49
|\
| * net: dsa: mv88e6xxx: 88e6390 10G serdes supportRussell King2020-05-022-2/+42
| * net: dsa: mv88e6xxx: use generic clause 45 definitionsRussell King2020-05-022-11/+7
|/
* Merge branch 'net-atlantic-A2-support'David S. Miller2020-05-0223-121/+2798
|\
| * net: atlantic: A2 ingress / egress hw configurationIgor Russkikh2020-05-027-105/+172
| * net: atlantic: basic A2 init/deinit hw_opsIgor Russkikh2020-05-027-79/+362
| * net: atlantic: common functions needed for basic A2 init/deinit hw_opsDmitry Bogdanov2020-05-026-2/+163
| * net: atlantic: HW bindings for basic A2 init/deinit hw_opsDmitry Bogdanov2020-05-023-0/+207
| * net: atlantic: add A2 RPF hw_opsIgor Russkikh2020-05-023-0/+259
| * net: atlantic: HW bindings for A2 RFPIgor Russkikh2020-05-025-0/+284
| * net: atlantic: A2 hw_ops skeletonIgor Russkikh2020-05-026-7/+294
| * net: atlantic: minimal A2 fw_opsDmitry Bogdanov2020-05-024-0/+352
| * net: atlantic: minimal A2 HW bindings required for fw_opsDmitry Bogdanov2020-05-025-0/+137
| * net: atlantic: A2 driver-firmware interfaceDmitry Bogdanov2020-05-021-0/+593
| * net: atlantic: move IS_CHIP_FEATURE to aq_hw.hMark Starovoytov2020-05-025-32/+36
| * net: atlantic: make hw_get_regs optionalMark Starovoytov2020-05-021-0/+6
| * net: atlantic: simplify hw_get_fw_version() usageNikita Danilov2020-05-024-12/+6
| * net: atlantic: add hw_soft_reset, hw_prepare to hw_opsMark Starovoytov2020-05-025-5/+24
| * net: atlantic: add defines for 10M and EEE 100M link modeIgor Russkikh2020-05-023-10/+27
| * net: atlantic: add A2 device IDsIgor Russkikh2020-05-021-0/+7
| * net: atlantic: update company name in the driver descriptionIgor Russkikh2020-05-022-3/+3
|/
* drivers: net: davinci_mdio: fix potential NULL dereference in davinci_mdio_pr...Wei Yongjun2020-05-021-0/+2
* net: fix skb_panic to output real addressJesper Dangaard Brouer2020-05-021-1/+1
* net: ethernet: stmmac: simplify phy modes management for stm32Christophe Roullier2020-05-021-30/+44
* net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu2020-05-022-2/+3
* Merge branch 'r8169-improve-user-message-handling'David S. Miller2020-05-011-76/+36
|\
| * r8169: switch from netif_xxx message functions to netdev_xxxHeiner Kallweit2020-05-011-46/+22
| * r8169: remove "out of memory" error message from rtl_request_firmwareHeiner Kallweit2020-05-011-3/+1
| * r8169: simplify counter handlingHeiner Kallweit2020-05-011-25/+13
| * r8169: remove redundant driver message when entering promiscuous modeHeiner Kallweit2020-05-011-2/+0
|/
* Merge branch 'net-ReST-part-three'David S. Miller2020-05-0161-3360/+4193
|\