aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski8-24/+24
2020-10-02genetlink: add small version of opsJakub Kicinski1-1/+1
2020-10-02dpaa2-eth: add support for devlink parser error drop trapsIoana Ciornei3-1/+385
2020-10-02dpaa2-eth: add basic devlink supportIoana Ciornei4-1/+119
2020-10-02ionic: add new bad firmware error codeShannon Nelson2-0/+3
2020-10-02ionic: use lif ident for filter countShannon Nelson1-9/+10
2020-10-02ionic: refill lif identity after fw_upShannon Nelson3-14/+22
2020-10-02ionic: disable all queue napi contexts on timeoutShannon Nelson1-26/+21
2020-10-02ionic: check qcq ptr in ionic_qcq_disableShannon Nelson1-11/+20
2020-10-02ionic: clear linkcheck bit on alloc failShannon Nelson1-1/+3
2020-10-02ionic: drain the work queueShannon Nelson1-10/+13
2020-10-02ionic: contiguous memory for notifyqShannon Nelson1-22/+47
2020-10-02s390/ctcm: remove orphaned function declarationsVasily Gorbik2-2/+0
2020-10-02s390/qeth: static checker cleanupsJulian Wiedmann5-23/+22
2020-10-02s390/qeth: use netdev_name()Julian Wiedmann5-36/+35
2020-10-02s390/qeth: constify the disciplinesJulian Wiedmann3-5/+5
2020-10-02s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann6-20/+53
2020-10-02s390/qeth: de-magic the QIB parm areaJulian Wiedmann2-35/+41
2020-10-02s390/qeth: keep track of wanted TX queuesJulian Wiedmann5-54/+61
2020-10-02Merge tag 'wireless-drivers-next-2020-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller103-2798/+5533
2020-10-02net: mscc: ocelot: offload redirect action to VCAP IS2Vladimir Oltean1-3/+25
2020-10-02net: mscc: ocelot: relax ocelot_exclusive_mac_etype_filter_rules()Vladimir Oltean1-14/+22
2020-10-02net: mscc: ocelot: only install TCAM entries into a specific lookup and PAGVladimir Oltean2-5/+11
2020-10-02net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0Xiaoliang Yang4-10/+266
2020-10-02net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1Xiaoliang Yang5-0/+226
2020-10-02net: mscc: ocelot: create TCAM skeleton from tc filter chainsVladimir Oltean3-32/+288
2020-10-02net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean7-0/+63
2020-10-02net: mscc: ocelot: offload multiple tc-flower actions in same ruleVladimir Oltean3-55/+53
2020-10-02Merge tag 'mac80211-next-for-net-next-2020-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-10/+90
2020-10-02net/smscx5xx: change to of_get_mac_address() eth_platform_get_mac_address()Ɓukasz Stelmach2-12/+14
2020-10-02net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli1-0/+1
2020-10-01lib8390: Use netif_msg_init to initialize msg_enable bitsArmin Wolf1-6/+8
2020-10-01net: phy: realtek: Modify 2.5G PHY name to RTL8226Willy Liu1-19/+19
2020-10-01caif_virtio: Remove redundant initialization of variable errJing Xiangfeng1-1/+1
2020-10-01drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He1-47/+51
2020-10-01ravb: Add support for explicit internal clock delay configurationGeert Uytterhoeven2-9/+28
2020-10-01ravb: Split delay handling in parsing and applyingGeert Uytterhoeven2-6/+19
2020-10-01Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo25-203/+783
2020-10-01wcn36xx: Advertise beacon filtering support in bmpsLoic Poulain1-0/+2
2020-10-01ath11k: remove unnecessary casts to u32Kalle Valo1-4/+4
2020-10-01ath11k: enable idle power save modeCarl Huang3-0/+13
2020-10-01ath11k: start a timer to update HP for CE pipe 4Carl Huang2-0/+35
2020-10-01ath11k: start a timer to update REO cmd ringCarl Huang3-0/+10
2020-10-01ath11k: start a timer to update TCL HPCarl Huang5-0/+130
2020-10-01ath11k: set WMI pipe credit to 1 for QCA6390Carl Huang1-0/+6
2020-10-01ath11k: enable shadow register configuration and accessCarl Huang9-8/+194
2020-10-01ath11k: read and write registers below unwindowed addressCarl Huang2-0/+42
2020-10-01ath11k: debugfs: fix crash during rmmodCarl Huang1-4/+4
2020-10-01ath11k: fix warning caused by lockdep_assert_heldCarl Huang1-0/+4
2020-10-01ath11k: mac: remove unused conf_mutex to solve a deadlockWen Gong1-10/+1