summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | octeontx2-af: Add a 'rvu_free_bitmap()' functionChristophe JAILLET2021-09-042-0/+6
| * | | ethtool: Fix an error code in cxgb2.cYang Li2021-09-041-0/+1
| * | | qlcnic: Remove redundant unlock in qlcnic_pinit_from_romDinghao Liu2021-09-041-1/+0
| * | | ionic: fix a sleeping in atomic bugDan Carpenter2021-09-031-1/+1
| * | | net: cs89x0: disable compile testing on powerpcArnd Bergmann2021-09-031-1/+1
| * | | net: usb: qmi_wwan: add Telit 0x1060 compositionCarlo Lobrano2021-09-031-0/+1
| * | | drivers: net: smc911x: clean up inconsistent indentingColin Ian King2021-09-031-6/+6
| * | | net: 3com: 3c59x: clean up inconsistent indentingColin Ian King2021-09-031-1/+1
| * | | ionic: fix double use of queue-lockShannon Nelson2021-09-032-4/+13
| * | | net: dsa: b53: Set correct number of ports in the DSA structRafał Miłecki2021-09-021-1/+2
| * | | net: dsa: b53: Fix calculating number of switch portsRafał Miłecki2021-09-021-2/+1
| * | | net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920Daniele Palmas2021-09-021-0/+5
| * | | net: hso: add failure handler for add_net_deviceZiyang Xuan2021-09-021-3/+8
| * | | net: dsa: lantiq_gswip: fix maximum frame lengthJan Hoffmann2021-09-021-1/+2
| * | | net/sun3_82586: Fix return value of sun3_82586_probe()Geert Uytterhoeven2021-09-021-1/+1
| |/ /
| * | bnxt_en: fix kernel doc warnings in bnxt_hwrm.cEdwin Peer2021-09-011-7/+7
| * | octeontx2-pf: cn10K: Reserve LMTST lines per coreGeetha sowjanya2021-09-016-52/+41
| * | octeontx2-af: Add additional register check to rvu_poll_reg()Smadar Fuks2021-09-011-1/+11
| * | net: ixp46x: Remove duplicate include of module.hWan Jiabing2021-09-011-1/+0
| * | bnxt_en: Fix 64-bit doorbell operation on 32-bit kernelsMichael Chan2021-09-012-18/+33
* | | iwl: fix debug printf format stringsLinus Torvalds2021-09-061-2/+2
* | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-032-2/+0
|\ \ \
| * | | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-192-2/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-021-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-30207-2521/+3600
| |\ \ \ \
| * \ \ \ \ Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-08-2222-69/+926
| |\ \ \ \ \
| * | | | | | RDMA/qed: Use accurate error num in qed_cxt_dynamic_ilt_allocPrabhakar Kushwaha2021-07-301-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-2/+1
|\ \ \ \ \ \
| * | | | | | parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König2021-08-301-2/+1
* | | | | | | iwlwifi: mvm: add rtnl_lock() in iwl_mvm_start_get_nvm()Luca Coelho2021-09-021-0/+1
* | | | | | | Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-09-011-0/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'qcom-drivers-for-5.15' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2021-08-181-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | firmware: qcom_scm: Allow qcom_scm driver to be loadable as a permenent moduleJohn Stultz2021-07-191-0/+1
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-6/+6
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-09103-525/+1400
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
| * | | | | | | | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+4
* | | | | | | | | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-013-7/+3
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-0973-410/+776
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | nubus: Make struct nubus_driver::remove return voidUwe Kleine-König2021-07-282-5/+2
| * | | | | | | | | Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2021-07-2738-120/+629
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | bus: Make remove callback return voidUwe Kleine-König2021-07-211-2/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-011-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Revert "bus: mhi: Add inbound buffers allocation flag"Greg Kroah-Hartman2021-08-272-2/+2
| * | | | | | | | | Merge 5.14-rc7 into char-misc-nextGreg Kroah-Hartman2021-08-2478-335/+809
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 5.14-rc5 into char-misc-nextGreg Kroah-Hartman2021-08-0971-408/+774
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | ath11k: set register access length for MHI driverBhaumik Bhatt2021-08-051-0/+1
| * | | | | | | | | | bus: mhi: Add inbound buffers allocation flagLoic Poulain2021-08-052-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-3112-20/+108
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | atlantic: Fix driver resume flow.Sudarsana Reddy Kalluru2021-08-291-0/+3