summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-04net: ena: add support for reporting of packet dropsSameeh Jubran3-0/+15
2020-05-04net: ena: add unmask interrupts statistics to ethtoolSameeh Jubran3-0/+5
2020-05-04net: ena: remove code that does nothingSameeh Jubran1-4/+1
2020-05-04net: ena: changes to RSS hash key allocationSameeh Jubran1-11/+5
2020-05-04net: ena: change default RSS hash function to ToeplitzArthur Kiyanovski1-1/+1
2020-05-04net: ena: allow setting the hash function without changing the keySameeh Jubran3-14/+32
2020-05-04net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski1-2/+4
2020-05-04net: ena: avoid unnecessary admin command when RSS function set failsArthur Kiyanovski1-1/+3
2020-05-04Merge branch 'sch_fq-optimizations'David S. Miller1-36/+48
2020-05-04net_sched: sch_fq: perform a prefetch() earlierEric Dumazet1-1/+1
2020-05-04net_sched: sch_fq: do not call fq_peek() twice per packetEric Dumazet1-18/+16
2020-05-04net_sched: sch_fq: use bulk freeing in fq_gc()Eric Dumazet1-7/+11
2020-05-04net_sched: sch_fq: change fq_flow size/layoutEric Dumazet1-2/+7
2020-05-04net_sched: sch_fq: avoid touching f->next from fq_gc()Eric Dumazet1-8/+13
2020-05-03inet_diag: bc: read cgroup id only for full socketsDmitry Yakunin1-1/+2
2020-05-03net: ethernet: fec: Replace interrupt driven MDIO with polled IOAndrew Lunn2-36/+45
2020-05-03smc: Remove unused function.David S. Miller1-24/+0
2020-05-03Merge branch 'ptp-Add-adjust-phase-to-support-phase-offset'David S. Miller7-6/+114
2020-05-03ptp: ptp_clockmatrix: Add adjphase() to support PHC write phase mode.Vincent Cheng2-2/+98
2020-05-03ptp: Add adjust_phase to ptp_clock_caps capability.Vincent Cheng3-3/+8
2020-05-03ptp: Add adjphase function to support phase offset control.Vincent Cheng2-1/+8
2020-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller153-2960/+6332
2020-05-02Merge branch 'net-smc-extent-buffer-mapping-and-port-handling'David S. Miller11-196/+522
2020-05-02selftests/bpf: Use reno instead of dctcpStanislav Fomichev2-4/+3
2020-05-02net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul2-2/+23
2020-05-02net/smc: allocate index for a new linkKarsten Graul2-1/+25
2020-05-02net/smc: introduce smc_pnet_find_alt_roce()Karsten Graul2-3/+17
2020-05-02net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul1-33/+0
2020-05-02net/smc: take link down instead of terminating the link groupKarsten Graul4-19/+13
2020-05-02net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul4-32/+98
2020-05-02net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul3-0/+88
2020-05-02net/smc: remember PNETID of IB device for later device matchingKarsten Graul2-0/+4
2020-05-02net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul4-12/+34
2020-05-02net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul3-46/+62
2020-05-02net/smc: map and register buffers for a new linkKarsten Graul2-0/+62
2020-05-02net/smc: unmapping of buffers to support multiple linksKarsten Graul2-17/+60
2020-05-02net/smc: multiple link support for rmb buffer registrationKarsten Graul3-35/+36
2020-05-02Merge branch 'Introduce-a-flow-gate-control-action-and-apply-IEEE'David S. Miller13-1/+2268
2020-05-02net: enetc: add tc flower psfp offload driverPo Liu5-15/+1300
2020-05-02net: enetc: add hw tc hw offload features for PSPF capabilityPo Liu4-0/+96
2020-05-02net: schedule: add action gate offloadingPo Liu3-0/+142
2020-05-02net: qos: introduce a gate control flow actionPo Liu6-0/+744
2020-05-02net: bcmgenet: Move wake-up event out of side band ISRDoug Berger3-13/+67
2020-05-02Merge branch 'net-ipa-dont-cache-channel-state'David S. Miller2-38/+59
2020-05-02net: ipa: do not cache channel stateAlex Elder2-35/+55
2020-05-02net: ipa: pass channel pointer to gsi_channel_state()Alex Elder1-5/+6
2020-05-02Merge branch 'net-dsa-mv88e6xxx-augment-phylink-support-for-10G'David S. Miller2-13/+49
2020-05-02net: dsa: mv88e6xxx: 88e6390 10G serdes supportRussell King2-2/+42
2020-05-02net: dsa: mv88e6xxx: use generic clause 45 definitionsRussell King2-11/+7
2020-05-02Merge branch 'net-atlantic-A2-support'David S. Miller23-121/+2798