summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-17Linux 5.10.227v5.10.227Greg Kroah-Hartman1-1/+1
2024-10-17net: dsa: microchip: fix build warningGreg Kroah-Hartman1-1/+0
2024-10-17RDMA/hns: Fix uninitialized variableYixing Liu1-1/+1
2024-10-17ext4: fix warning in ext4_dio_write_end_io()Jan Kara1-6/+8
2024-10-17netfilter: ip6t_rpfilter: Fix regression with VRF interfacesPhil Sutter1-1/+3
2024-10-17net: vrf: determine the dst using the original ifindex for multicastAntoine Tenart1-3/+3
2024-10-17net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer1-0/+1
2024-10-17net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern4-9/+17
2024-10-17xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern1-1/+3
2024-10-17net: geneve: add missing netlink policy and size for IFLA_GENEVE_INNER_PROTO_...Eyal Birger1-0/+3
2024-10-17nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy errorYonatan Maman1-1/+1
2024-10-17net: dsa: lan9303: ensure chip reset and wait for READY statusAnatolij Gustschin1-0/+29
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva2-1/+4
2024-10-17hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dmaSurajSonawane24151-1/+1
2024-10-17usb: storage: ignore bogus device raised by JieLi BR21 USB sound chipIcenowy Zheng1-0/+11
2024-10-17usb: xhci: Fix problem with xhci resume from suspendJose Alberto Reguero1-0/+5
2024-10-17usb: dwc3: core: Stop processing of pending events if controller is haltedSelvarasu Ganesan3-18/+19
2024-10-17Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"Oliver Neukum1-11/+8
2024-10-17HID: plantronics: Workaround for an unexcepted opposite volume keyWade Wang2-0/+25
2024-10-17hwmon: (adm9240) Add missing dependency on REGMAP_I2CJavier Carrasco1-0/+1
2024-10-17hwmon: (tmp513) Add missing dependency on REGMAP_I2CGuenter Roeck1-0/+1
2024-10-17resource: fix region_intersects() vs add_memory_driver_managed()Huang Ying1-8/+50
2024-10-17slip: make slhc_remember() more robust against malicious packetsEric Dumazet1-23/+34
2024-10-17ppp: fix ppp_async_encode() illegal accessEric Dumazet1-1/+1
2024-10-17netfilter: fib: check correct rtable in vrf setupsFlorian Westphal2-5/+4
2024-10-17netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.Guillaume Nault4-0/+5
2024-10-17netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter4-11/+7
2024-10-17net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern12-63/+37
2024-10-17sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long1-5/+13
2024-10-17net: ibm: emac: mal: fix wrong gotoRosen Penev1-1/+1
2024-10-17net/sched: accept TCA_STAB only for root qdiscEric Dumazet2-2/+6
2024-10-17igb: Do not bring the device up after non-fatal errorMohamed Khalfella1-0/+4
2024-10-17gpio: aspeed: Use devm_clk api to manage clock sourceBilly Tsai1-1/+1
2024-10-17gpio: aspeed: Add the flush write to ensure the write complete.Billy Tsai1-0/+2
2024-10-17net: dsa: b53: fix jumbo frames on 10/100 portsJonas Gorski1-1/+1
2024-10-17net: dsa: b53: allow lower MTUs on BCM5325/5365Jonas Gorski1-1/+1
2024-10-17net: dsa: b53: fix max MTU for BCM5325/BCM5365Jonas Gorski1-0/+6
2024-10-17net: dsa: b53: fix max MTU for 1g switchesJonas Gorski1-1/+4
2024-10-17net: dsa: b53: fix jumbo frame mtu checkJonas Gorski1-1/+1
2024-10-17net: phy: bcm84881: Fix some error handling pathsChristophe JAILLET1-2/+2
2024-10-17Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz1-2/+0
2024-10-17netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin1-0/+5
2024-10-17tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell1-0/+13
2024-10-17tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell1-2/+16
2024-10-17net: phy: dp83869: fix memory corruption when enabling fiberIngo van Lil1-1/+0
2024-10-17NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang4-2/+4
2024-10-17SUNRPC: Fix integer overflow in decode_rc_list()Dan Carpenter1-0/+2
2024-10-17ice: fix VLAN replay after resetDave Ertman1-2/+0
2024-10-17NFSD: Mark filecache "down" if init failsChuck Lever1-1/+3
2024-10-17RDMA/rxe: Fix seg fault in rxe_comp_queue_pktBob Pearson1-3/+3