aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-11-13ppp: limit MRU to 64KGravatar Willem de Bruijn 1-0/+4
2023-11-13net: mvneta: fix calls to page_pool_get_statsGravatar Sven Auhagen 1-8/+20
2023-11-13net: hns3: fix VF wrong speed and duplex issueGravatar Jijie Shao 1-0/+4
2023-11-13net: hns3: fix VF reset fail issueGravatar Jijie Shao 2-1/+14
2023-11-13net: hns3: fix variable may not initialized problem in hns3_init_mac_addr()Gravatar Yonglong Liu 1-1/+1
2023-11-13net: hns3: fix out-of-bounds access may occur when coalesce info is read via ...Gravatar Yonglong Liu 1-3/+6
2023-11-13net: hns3: fix incorrect capability bit display for copper portGravatar Jian Shen 1-0/+1
2023-11-13net: hns3: add barrier in vf mailbox reply processGravatar Yonglong Liu 1-0/+7
2023-11-13net: hns3: fix add VLAN fail issueGravatar Jian Shen 2-10/+29
2023-11-11net: ti: icssg-prueth: Fix error cleanup on failing pruss_request_mem_regionGravatar Jan Kiszka 1-1/+3
2023-11-11net: ti: icssg-prueth: Add missing icss_iep_put to error pathGravatar Jan Kiszka 1-4/+7
2023-11-10tty: Fix uninit-value access in ppp_sync_receive()Gravatar Shigeru Yoshida 1-1/+1
2023-11-10ipvlan: add ipvlan_route_v6_outbound() helperGravatar Eric Dumazet 1-16/+25
2023-11-10ptp: Fixes a null pointer dereference in ptp_ioctlGravatar Yuran Pereira 1-0/+2
2023-11-09Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 33-148/+315
2023-11-09Merge tag 'input-for-v6.7-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 87-469/+233
2023-11-09Merge tag 'for-6.7-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-64/+94
2023-11-09Merge tag 'linux-watchdog-6.7-rc1' of git://www.linux-watchdog.org/linux-watc...Gravatar Linus Torvalds 16-79/+123
2023-11-09Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 72-755/+519
2023-11-09Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 40-2799/+2024
2023-11-09net: ti: icss-iep: fix setting counter valueGravatar Diogo Ivo 1-1/+1
2023-11-08ptp: fix corrupted list in ptp_openGravatar Edward Adam Davis 3-11/+19
2023-11-08ptp: ptp_read should not release queueGravatar Edward Adam Davis 1-2/+0
2023-11-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Gravatar Jakub Kicinski 2-41/+91
2023-11-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Gravatar Jakub Kicinski 2-5/+6
2023-11-08Merge tag 's390-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 5-40/+53
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-7/+116
2023-11-08drivers/net/ppp: use standard array-copy-functionGravatar Philipp Stanner 1-2/+2
2023-11-08i2c: cp2615: Fix 'assignment to __be16' warningGravatar Bence Csókás 1-1/+1
2023-11-08i2c: dev: copy userspace array safelyGravatar Philipp Stanner 1-2/+2
2023-11-08i2c: designware: Disable TX_EMPTY irq while waiting for block length byteGravatar Tam Nguyen 1-3/+16
2023-11-08i2c: iproc: handle invalid slave stateGravatar Roman Bacik 1-58/+75
2023-11-07net: enetc: shorten enetc_setup_xdp_prog() error message to fit NETLINK_MAX_F...Gravatar Vladimir Oltean 1-1/+1
2023-11-07r8169: respect userspace disabling IFF_MULTICASTGravatar Heiner Kallweit 1-0/+2
2023-11-07Merge tag 'pm-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 2-0/+63
2023-11-07Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 65-1284/+1491
2023-11-07Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-7/+9
2023-11-07Merge tag 'rproc-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Gravatar Linus Torvalds 8-181/+548
2023-11-07Merge tag 'rpmsg-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Gravatar Linus Torvalds 3-5/+5
2023-11-07Merge tag 'pcmcia-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 4-7/+12
2023-11-07Merge tag 'gpio-pinctrl-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 37-282/+162
2023-11-07net: phylink: initialize carrier state at creationGravatar Klaus Kudielka 1-0/+1
2023-11-07tg3: Fix the TX ring stallGravatar Alex Pakhunov 1-11/+42
2023-11-07s390/qeth: Fix typo 'weed' in commentGravatar Kuan-Wei Chiu 1-1/+1
2023-11-07Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 2-0/+63
2023-11-06idpf: fix potential use-after-free in idpf_tso()Gravatar Eric Dumazet 1-2/+4
2023-11-06tg3: power down device only on SYSTEM_POWER_OFFGravatar George Shuklin 1-1/+2
2023-11-06ice: Fix VF-VF direction matching in drop rule in switchdevGravatar Marcin Szycik 1-1/+23
2023-11-06ice: Fix VF-VF filter rules in switchdev modeGravatar Aniruddha Paul 1-28/+62
2023-11-06ice: lag: in RCU, use atomic allocationGravatar Michal Schmidt 1-3/+3