summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-03ionic: drain the work queueShannon Nelson1-10/+13
2020-10-03ionic: contiguous memory for notifyqShannon Nelson1-22/+47
2020-10-03s390/ctcm: remove orphaned function declarationsVasily Gorbik2-2/+0
2020-10-03s390/qeth: static checker cleanupsJulian Wiedmann5-23/+22
2020-10-03s390/qeth: use netdev_name()Julian Wiedmann5-36/+35
2020-10-03s390/qeth: constify the disciplinesJulian Wiedmann3-5/+5
2020-10-03s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann6-20/+53
2020-10-03s390/qeth: de-magic the QIB parm areaJulian Wiedmann2-35/+41
2020-10-03s390/qeth: keep track of wanted TX queuesJulian Wiedmann5-54/+61
2020-10-03Merge tag 'mlx5-fixes-2020-09-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller12-119/+347
2020-10-03Merge tag 'wireless-drivers-next-2020-10-02' of git://git.kernel.org/pub/scm/...David S. Miller103-2798/+5533
2020-10-03net: mscc: ocelot: offload redirect action to VCAP IS2Vladimir Oltean1-3/+25
2020-10-03net: mscc: ocelot: relax ocelot_exclusive_mac_etype_filter_rules()Vladimir Oltean1-14/+22
2020-10-03net: mscc: ocelot: only install TCAM entries into a specific lookup and PAGVladimir Oltean2-5/+11
2020-10-03net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0Xiaoliang Yang4-10/+266
2020-10-03net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1Xiaoliang Yang5-0/+226
2020-10-03net: mscc: ocelot: create TCAM skeleton from tc filter chainsVladimir Oltean3-32/+288
2020-10-03net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean7-0/+63
2020-10-03net: mscc: ocelot: offload multiple tc-flower actions in same ruleVladimir Oltean3-55/+53
2020-10-03Merge tag 'mac80211-next-for-net-next-2020-10-02' of git://git.kernel.org/pub...David S. Miller1-10/+90
2020-10-03scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()Coly Li1-1/+1
2020-10-03drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()Coly Li1-1/+1
2020-10-03nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Coly Li1-4/+3
2020-10-03net/smscx5xx: change to of_get_mac_address() eth_platform_get_mac_address()Ɓukasz Stelmach2-12/+14
2020-10-03net: usb: pegasus: Proper error handing when setting pegasus' MAC addressPetko Manolov1-8/+27
2020-10-03Merge tag 'pinctrl-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds4-3/+19
2020-10-03Merge tag 'pci-v5.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+4
2020-10-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-8/+17
2020-10-02net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli1-0/+1
2020-10-02net/mlx5e: Fix race condition on nhe->n pointer in neigh updateVlad Buslov2-37/+50
2020-10-02net/mlx5e: Fix VLAN create flowAya Levin1-2/+4
2020-10-02net/mlx5e: Fix VLAN cleanup flowAya Levin1-2/+6
2020-10-02net/mlx5e: Fix return status when setting unsupported FEC modeAya Levin1-0/+3
2020-10-02net/mlx5e: Fix driver's declaration to support GRE offloadAya Levin1-1/+18
2020-10-02net/mlx5e: CT, Fix coverity issueMaor Dickman1-1/+3
2020-10-02net/mlx5e: Add resiliency in Striding RQ mode for packets larger than MTUAya Levin2-5/+58
2020-10-02net/mlx5e: Fix error path for RQ allocAya Levin1-15/+17
2020-10-02net/mlx5: Fix request_irqs error flowMaor Gottlieb1-1/+1
2020-10-02net/mlx5: cmdif, Avoid skipping reclaim pages if FW is not accessibleSaeed Mahameed2-9/+10
2020-10-02net/mlx5: Add retry mechanism to the command entry index allocationEran Ben Elisha1-1/+20
2020-10-02net/mlx5: poll cmd EQ in case of command timeoutEran Ben Elisha3-9/+86
2020-10-02net/mlx5: Avoid possible free of command entry while timeout comp handlerEran Ben Elisha1-38/+71
2020-10-02net/mlx5: Fix a race when moving command interface to polling modeEran Ben Elisha1-0/+2
2020-10-02Merge tag 'riscv-for-linus-5.9-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2020-10-02Merge tag 'pm-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+1
2020-10-02Merge tag 'staging-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2020-10-02Merge tag 'gpio-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds10-58/+135
2020-10-02Merge tag 'mmc-v5.9-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds2-1/+6
2020-10-02platform/x86: intel-vbtn: Switch to an allow-list for SW_TABLET_MODE reportingHans de Goede1-9/+43
2020-10-02platform/x86: intel-vbtn: Revert "Fix SW_TABLET_MODE always reporting 1 on th...Andy Shevchenko1-8/+4