summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-02-11i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova1-0/+2
2023-02-11ice: xsk: Fix cleaning of XDP_TX framesLarysa Zaremba1-6/+9
2023-02-11net: ethernet: ti: am65-cpsw: Add RX DMA Channel Teardown QuirkSiddharth Vadapalli2-1/+12
2023-02-10vmxnet3: move rss code block under eop descriptorRonak Doshi1-25/+25
2023-02-10nfp: fix schedule in atomic context when offloading saYinjun Zhang3-70/+87
2023-02-10nfp: fix incorrect use of mbox in IPsec codeYinjun Zhang2-4/+12
2023-02-10net: bgmac: fix BCM5358 support by setting correct flagsRafał Miłecki1-3/+3
2023-02-09Merge tag 'net-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds39-286/+584
2023-02-09Merge tag 'for-linus-2023020901' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-7/+41
2023-02-09net: mscc: ocelot: fix all IPv6 getting trapped to CPU when PTP timestamping ...Vladimir Oltean1-4/+4
2023-02-09Merge tag 'mlx5-fixes-2023-02-07' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski12-123/+76
2023-02-08net: ethernet: mtk_eth_soc: fix DSA TX tag hwaccel for switch port 0Vladimir Oltean1-10/+14
2023-02-08nfp: ethtool: fix the bug of setting unsupported port speedYu Xiao2-36/+170
2023-02-08net: ethernet: mtk_eth_soc: fix wrong parameters order in __xdp_rxq_info_reg()Tariq Toukan1-2/+2
2023-02-08net: ethernet: mtk_eth_soc: enable special tag when any MAC uses DSAArınç ÜNAL1-5/+3
2023-02-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-22/+30
2023-02-08igc: Add ndo_tx_timeout supportSasha Neftin1-2/+23
2023-02-08net: mana: Fix accessing freed irq affinity_hintHaiyang Zhang1-26/+11
2023-02-08hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMICMichael Kelley1-1/+1
2023-02-08net/mlx5: Serialize module cleanup with reload and removeShay Drory1-7/+7
2023-02-08net/mlx5: fw_tracer, Zero consumer index when reloading the tracerShay Drory1-1/+1
2023-02-08net/mlx5: fw_tracer, Clear load bit when freeing string DBs buffersShay Drory1-0/+1
2023-02-08net/mlx5: Expose SF firmware pages counterMaher Sanalla2-1/+2
2023-02-08net/mlx5: Store page counters in a single arrayMaher Sanalla4-20/+25
2023-02-08net/mlx5e: IPoIB, Show unknown speed instead of errorDragos Tatulea1-8/+5
2023-02-08net/mlx5e: Fix crash unsetting rx-vlan-filter in switchdev modeAmir Tzin2-1/+5
2023-02-08net/mlx5: Bridge, fix ageing of peer FDB entriesVlad Buslov2-5/+1
2023-02-08net/mlx5: DR, Fix potential race in dr_rule_create_rule_nicYevgeny Kliteynik1-10/+15
2023-02-08net/mlx5e: Update rx ring hw mtu upon each rx-fcs flag changeAdham Faris1-71/+15
2023-02-08Merge tag 'devicetree-fixes-for-6.2-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-8/+25
2023-02-07net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"Vladimir Oltean1-12/+12
2023-02-07net: dsa: mt7530: don't change PVC_EG_TAG when CPU port becomes VLAN-awareVladimir Oltean1-7/+19
2023-02-07ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong1-1/+1
2023-02-07ice: Fix off by one in ice_tc_forward_to_queue()Dan Carpenter1-1/+1
2023-02-07ice: Fix disabling Rx VLAN filtering with port VLAN enabledBrett Creeley1-1/+15
2023-02-07ice: fix out-of-bounds KASAN warning in virtchnlMichal Swiatkowski2-18/+12
2023-02-07ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan1-1/+1
2023-02-06HID: Ignore battery for ELAN touchscreen 29DF on HPLuka Guzenko2-0/+3
2023-02-06HID: amd_sfh: if no sensors are enabled, clean upMario Limonciello2-2/+12
2023-02-06net: USB: Fix wrong-direction WARNING in plusb.cAlan Stern1-3/+1
2023-02-06HID: logitech: Disable hi-res scrolling on USBBastien Nocera1-1/+2
2023-02-06HID: core: Fix deadloop in hid_apply_multiplier.Xin Zhao1-0/+3
2023-02-06net: microchip: sparx5: fix PTP init/deinit not checking all portsCasper Andersson1-2/+2
2023-02-05Merge tag 'usb-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds20-19/+13
2023-02-05Merge tag 'tty-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-36/+27
2023-02-05Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-69/+206
2023-02-05Merge tag 'fbdev-for-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-75/+27
2023-02-05Merge tag 'rtc-6.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ab...Linus Torvalds2-23/+29
2023-02-04Merge tag 'parisc-for-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+3
2023-02-04fbcon: Check font dimension limitsSamuel Thibault1-2/+5