summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-06tls: rx: wrap decryption arguments in a structureJakub Kicinski1-22/+27
2024-03-06tls: rx: don't report text length from the bowels of decryptJakub Kicinski1-19/+14
2024-03-06tls: rx: drop unnecessary arguments from tls_setup_from_iter()Jakub Kicinski1-8/+6
2024-03-06tls: hw: rx: use return value of tls_device_decrypted() to carry statusJakub Kicinski2-8/+4
2024-03-06tls: rx: refactor decrypt_skb_update()Jakub Kicinski1-33/+33
2024-03-06tls: rx: don't issue wake ups when data is decryptedJakub Kicinski1-2/+0
2024-03-06tls: rx: don't store the decryption status in socket contextJakub Kicinski4-6/+9
2024-03-06tls: rx: don't store the record type in socket contextJakub Kicinski3-28/+23
2024-03-06igb: extend PTP timestamp adjustments to i211Oleksij Rempel1-2/+3
2024-03-06rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma1-6/+5
2024-03-06netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal4-0/+128
2024-03-06netfilter: let reset rules clean out conntrack entriesFlorian Westphal7-0/+76
2024-03-06netfilter: make function op structures constFlorian Westphal6-18/+18
2024-03-06netfilter: core: move ip_ct_attach indirection to struct nf_ct_hookFlorian Westphal3-15/+10
2024-03-06netfilter: nfnetlink_queue: silence bogus compiler warningFlorian Westphal1-1/+1
2024-03-06netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin1-0/+20
2024-03-06Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng2-1/+11
2024-03-06Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz1-1/+4
2024-03-06Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu1-2/+2
2024-03-06Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu1-3/+4
2024-03-06stmmac: Clear variable when destroying workqueueJakub Raczynski1-1/+3
2024-03-06uapi: in6: replace temporary label with rfc9486Justin Iurman1-1/+1
2024-03-06net: usb: dm9601: fix wrong return value in dm9601_mdio_readJavier Carrasco1-1/+1
2024-03-06veth: try harder when allocating queue memoryJakub Kicinski1-2/+3
2024-03-06net: enable memcg accounting for veth queuesVasily Averin1-1/+1
2024-03-06lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel1-1/+2
2024-03-06ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet1-3/+4
2024-03-06net: veth: clear GRO when clearing XDP even when downJakub Kicinski1-18/+17
2024-03-06cpufreq: intel_pstate: fix pstate limits enforcement for adjust_perf call backDoug Smythies1-0/+3
2024-03-06tun: Fix xdp_rxq_info's queue_index when detachingYunjian Wang1-0/+1
2024-03-06net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal1-7/+21
2024-03-06netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterRyosuke Yasuoka1-1/+1
2024-03-06mtd: spinand: gigadevice: Fix the get ecc status issueHan Xu1-2/+4
2024-03-06netfilter: nf_tables: disallow timeout for anonymous setsPablo Neira Ayuso1-0/+7
2024-03-01Linux 5.15.150v5.15.150Greg Kroah-Hartman1-1/+1
2024-03-01r8169: use new PM macrosHeiner Kallweit1-9/+5
2024-03-01netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal1-2/+2
2024-03-01ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li1-18/+21
2024-03-01ext4: regenerate buddy after block freeing failed if under fc replayBaokun Li1-0/+20
2024-03-01netfilter: nf_tables: fix scheduling-while-atomic splatFlorian Westphal1-4/+0
2024-03-01arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima1-1/+2
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche2-1/+10
2024-03-01cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N1-4/+15
2024-03-01i2c: imx: when being a target, mark the last read as processedCorey Minyard1-0/+5
2024-03-01i2c: imx: Add timer for handling the stop conditionCorey Minyard1-19/+73
2024-03-01drm/amd/display: Fix memory leak in dm_sw_fini()Armin Wolf1-0/+1
2024-03-01drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is setErik Kurzinger1-2/+4
2024-03-01netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso1-0/+1
2024-03-01netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso2-4/+14
2024-03-01netfilter: flowtable: simplify route logicPablo Neira Ayuso3-27/+13