summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phy: micrel: Remove DT option lan8814,ignore-tsHoratiu Vultur2022-04-041-3/+1
* net: phy: micrel: Remove latency from driverHoratiu Vultur2022-04-041-101/+1
* net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai2022-04-021-2/+1
* net/fungible: Fix reference to __udivdi3 on 32b buildsDimitris Michailidis2022-04-021-2/+2
* net: micrel: fix KS8851_MLL KconfigRandy Dunlap2022-04-011-0/+1
* mctp i2c: correct mctp_i2c_header_create resultMatt Johnston2022-04-011-1/+1
* ice: Fix broken IFF_ALLMULTI handlingIvan Vecera2022-04-013-38/+121
* ice: Fix MAC address settingIvan Vecera2022-04-011-2/+5
* ice: Clear default forwarding VSI during VSI releaseIvan Vecera2022-04-011-0/+2
* vrf: fix packet sniffing for traffic originating from ip tunnelsEyal Birger2022-04-011-4/+11
* net: sfc: add missing xdp queue reinitializationTaehee Yoo2022-04-011-65/+81
* Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-3120-58/+87
|\
| * vxlan: do not feed vxlan_vnifilter_dump_dev with non vxlan devicesEric Dumazet2022-03-311-0/+6
| * Merge tag 'linux-can-fixes-for-5.18-20220331' of git://git.kernel.org/pub/scm...Jakub Kicinski2022-03-316-31/+36
| |\
| | * can: gs_usb: gs_make_candev(): fix memory leak for devices with extended bit ...Marc Kleine-Budde2022-03-311-0/+2
| | * can: mcba_usb: properly check endpoint typePavel Skripkin2022-03-311-10/+16
| | * can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error pathHangyu Hua2022-03-311-1/+0
| | * can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua2022-03-311-16/+14
| | * can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua2022-03-311-1/+0
| | * can: m_can: m_can_tx_handler(): fix use after free of skbMarc Kleine-Budde2022-03-311-2/+3
| | * can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix return of error valueTom Rix2022-03-311-1/+1
| * | net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang2022-03-311-3/+3
| * | net: hns3: fix the concurrency between functions reading debugfsYufeng Mo2022-03-313-5/+12
| |/
| * net: sparx5: uses, depends on BRIDGE or !BRIDGERandy Dunlap2022-03-311-0/+1
| * wireguard: socket: ignore v6 endpoints when ipv6 is disabledJason A. Donenfeld2022-03-311-2/+2
| * wireguard: socket: free skb in send6 when ipv6 is disabledWang Hai2022-03-311-0/+1
| * wireguard: queueing: use CFI-safe ptr_ring cleanup functionJason A. Donenfeld2022-03-311-1/+2
| * sfc: Avoid NULL pointer dereference on systems without numa awarenessMartin Habets2022-03-301-7/+4
| * ptp: ocp: handle error from nvmem_device_findJonathan Lemon2022-03-301-7/+8
| * net: dsa: felix: fix possible NULL pointer dereferenceZheng Yongjun2022-03-301-0/+4
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-03-302-2/+5
| |\
| | * ice: xsk: Fix indexing in ice_tx_xsk_pool()Maciej Fijalkowski2022-03-291-1/+1
| | * ice: xsk: Stop Rx processing when ntc catches ntuMaciej Fijalkowski2022-03-291-0/+3
| | * ice: xsk: Eliminate unnecessary loop iterationMagnus Karlsson2022-03-291-1/+1
| * | net: lan966x: fix kernel oops on ioctl when I/F is downMichael Walle2022-03-291-0/+3
| |/
* | Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-311-1/+3
|\ \
| * | crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun2022-03-251-1/+3
* | | Merge tag 'for-5.18/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-03-315-16/+71
|\ \ \
| * | | parisc: Fix CPU affinity for Lasi, WAX and Dino chipsHelge Deller2022-03-295-16/+71
* | | | Merge tag 'pwm/for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-3018-315/+381
|\ \ \ \
| * | | | pwm: rcar: Simplify multiplication/shift logicGeert Uytterhoeven2022-02-241-1/+1
| * | | | pwm: pwm-mediatek: Beautify error messages textAngeloGioacchino Del Regno2022-02-241-4/+4
| * | | | pwm: pwm-mediatek: Allocate clk_pwms with devm_kmalloc_arrayAngeloGioacchino Del Regno2022-02-241-1/+1
| * | | | pwm: pwm-mediatek: Simplify error handling with dev_err_probe()AngeloGioacchino Del Regno2022-02-241-19/+11
| * | | | pwm: brcmstb: Remove useless lockingUwe Kleine-König2022-02-241-7/+0
| * | | | pwm: brcmstb: Implement .apply() callbackUwe Kleine-König2022-02-241-21/+24
| * | | | pwm: jz4740: Add support for X1000 SoCAidan MacDonald2022-02-241-0/+5
| * | | | pwm: vt8500: Rename variable pointing to driver private datazhaoxiao2022-02-241-19/+19
| * | | | pwm: pca9685: Reset OFF/ON registers to POR valueLionel Vitte2022-02-241-2/+2
| * | | | pwm: atmel: Remove redundant initialization of variable timeoutColin Ian King2022-02-241-1/+1