summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: bcm_sf2: Include address 0 for MDIO diversionFlorian Fainelli2020-09-241-1/+1
* net: dsa: bcm_sf2: Disallow port 5 to be a DSA CPU portFlorian Fainelli2020-09-241-0/+11
* octeontx2-pf: Support to change VLAN based RSS hash options via ethtoolGeorge Cherian2020-09-242-1/+8
* octeontx2-af: Add support for VLAN based RSS hashingGeorge Cherian2020-09-242-0/+9
* net: mdio-ipq4019: add Clause 45 supportRobert Marko2020-09-241-14/+89
* net: mdio-ipq4019: change defines to upper caseRobert Marko2020-09-241-3/+3
* octeontx2-pf: Add tracepoints for PF/VF mailboxSubbaraya Sundeep2020-09-243-0/+10
* octeontx2-af: Introduce tracepoints for mailboxSubbaraya Sundeep2020-09-246-2/+136
* net: allwinner: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-09-241-4/+2
* net: hns3: Constify static structsRikard Falkeborn2020-09-242-18/+18
* net: realtek: Remove set but not used variableZheng Yongjun2020-09-231-2/+2
* hinic: improve the comments of function headerLuo bin2020-09-236-4/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-6/+12
|\
| * bpf: Mutex protect used_maps array and countYiFei Zhu2020-09-161-6/+12
* | Merge tag 'linux-can-next-for-5.10-20200923' of git://git.kernel.org/pub/scm/...David S. Miller2020-09-231-90/+443
|\ \
| * | can: flexcan: add lx2160ar1 supportJoakim Zhang2020-09-221-0/+8
| * | can: flexcan: add imx8qm supportJoakim Zhang2020-09-221-9/+17
| * | can: flexcan: add Transceiver Delay Compensation supportJoakim Zhang2020-09-221-2/+19
| * | can: flexcan: add CAN FD BRS supportJoakim Zhang2020-09-221-1/+8
| * | can: flexcan: add ISO CAN FD feature supportJoakim Zhang2020-09-221-6/+24
| * | can: flexcan: add CAN-FD mode supportJoakim Zhang2020-09-221-8/+212
| * | can: flexcan: use struct canfd_frame for CAN classic frameJoakim Zhang2020-09-221-17/+17
| * | can: flexcan: flexcan_set_bittiming(): move setup of CAN-2.0 bitiming into se...Marc Kleine-Budde2020-09-221-8/+21
| * | can: flexcan: add LPSR mode supportJoakim Zhang2020-09-221-6/+17
| * | can: flexcan: disable clocks during stop modeJoakim Zhang2020-09-221-10/+20
| * | can: flexcan: flexcan_chip_stop(): add error handling and propagate error valueJoakim Zhang2020-09-221-6/+28
| * | can: flexcan: add correctable errors correction when HW supports ECCJoakim Zhang2020-09-221-8/+23
| * | can: flexcan: Add check for transceiver maximum bitrate limitationJoakim Zhang2020-09-221-0/+1
| * | can: flexcan: flexcan_probe(): make regulator xceiver optionalMarc Kleine-Budde2020-09-221-2/+4
| * | can: flexcan: Ack wakeup interrupt separatelyJoakim Zhang2020-09-221-5/+4
| * | can: flexcan: quirks: get rid of long linesMarc Kleine-Budde2020-09-221-8/+17
| * | can: flexcan: struct flexcan_regs: document registers not affected by soft resetMarc Kleine-Budde2020-09-221-11/+11
| * | can: flexcan: more register namesMarc Kleine-Budde2020-09-221-2/+12
| * | can: flexcan: flexcan_exit_stop_mode(): remove stray empty lineMarc Kleine-Budde2020-09-221-1/+0
| * | can: flexcan: sort include files alphabeticallyMarc Kleine-Budde2020-09-221-2/+2
* | | s390/qeth: remove forward declarations in L2 codeJulian Wiedmann2020-09-232-197/+188
* | | s390/qeth: consolidate teardown codeJulian Wiedmann2020-09-234-74/+50
* | | s390/qeth: consolidate online codeJulian Wiedmann2020-09-234-52/+36
* | | s390/qeth: cancel cmds earlier during teardownJulian Wiedmann2020-09-234-7/+5
* | | s390/qeth: tighten ucast IP lockingJulian Wiedmann2020-09-231-7/+2
* | | s390/qeth: replace deprecated simple_stroul()Julian Wiedmann2020-09-235-51/+51
* | | s390/qeth: clean up string ops in qeth_l3_parse_ipatoe()Julian Wiedmann2020-09-231-13/+14
* | | s390/qeth: relax locking for ipato config dataJulian Wiedmann2020-09-233-17/+16
* | | s390/qeth: don't init refcount twice for mcast IPsJulian Wiedmann2020-09-231-1/+0
* | | net: microchip: Make `lan743x_pm_suspend` function return right valueZheng Yongjun2020-09-231-4/+1
* | | Merge tag 'mlx5-updates-2020-09-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-09-2314-311/+637
|\ \ \
| * | | net/mlx5e: Enhanced TX MPWQE for SKBsMaxim Mikityanskiy2020-09-2211-18/+240
| * | | net/mlx5e: Move TX code into functions to be used by MPWQEMaxim Mikityanskiy2020-09-221-6/+17
| * | | net/mlx5e: Rename xmit-related structs to generalize themMaxim Mikityanskiy2020-09-225-26/+26
| * | | net/mlx5e: Generalize TX MPWQE checks for full sessionMaxim Mikityanskiy2020-09-223-17/+21