summaryrefslogtreecommitdiffstats
path: root/io_uring (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-09af_unix: fix struct pid leaks in OOB supportEric Dumazet1-2/+8
2023-03-09eth: fealnx: bring back this old driverJakub Kicinski5-0/+1966
2023-03-09net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoCVladimir Oltean1-15/+20
2023-03-08net: microchip: sparx5: fix deletion of existing DSCP mappingsDaniel Machon1-16/+16
2023-03-08octeontx2-af: Unlock contexts in the queue context cache in case of fault det...Suman Ghosh5-7/+82
2023-03-08net/smc: fix fallback failed while sendmsg with fastopenD. Wythe1-5/+8
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski20-18/+28
2023-03-07mailmap: update entries for Stephen HemmingerStephen Hemminger1-1/+4
2023-03-07mailmap: add entry for Maxim MikityanskiyJakub Kicinski1-0/+2
2023-03-07nfc: change order inside nfc_se_io error pathFedor Pchelkin1-1/+1
2023-03-07net: usb: qmi_wwan: add Telit 0x1080 compositionEnrico Sau1-0/+1
2023-03-07net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990Enrico Sau1-0/+5
2023-03-07netfilter: conntrack: adopt safer max chain lengthEric Dumazet1-2/+2
2023-03-06net: tls: fix device-offloaded sendpage straddling recordsJakub Kicinski1-0/+2
2023-03-06net: ethernet: mtk_eth_soc: fix RX data corruption issueDaniel Golle2-1/+3
2023-03-06net: phy: smsc: fix link up detection in forced irq modeHeiner Kallweit1-11/+3
2023-03-06selftests/bpf: check that modifier resolves after pointerLorenz Bauer1-0/+28
2023-03-06btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer1-0/+1
2023-03-06bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin2-9/+17
2023-03-06bpf, doc: Link to submitting-patches.rst for general patch submission infoBagas Sanjaya1-3/+2
2023-03-06bpf, doc: Do not link to docs.kernel.org for kselftest linkBagas Sanjaya1-4/+2
2023-03-06netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal3-2/+9
2023-03-06netfilter: ctnetlink: revert to dumping mark regardless of event typeIvan Delalande1-7/+7
2023-03-06bnxt_en: Fix the double free during device removalSelvin Xavier2-2/+2
2023-03-06bnxt_en: Avoid order-5 memory allocation for TPA dataMichael Chan1-11/+12
2023-03-06net: phylib: get rid of unnecessary lockingRussell King (Oracle)1-7/+1
2023-03-06net: stmmac: add to set device wake up flag when stmmac init phyRongguang Wei1-0/+1
2023-03-03bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...Liu Jian3-0/+12
2023-03-03nfp: fix esp-tx-csum-offload doesn't take effectHuanhuan Wang1-0/+4
2023-03-03nfp: fix incorrectly set csum flag for nfdk pathHuanhuan Wang2-4/+10
2023-03-03nfp: fix incorrectly set csum flag for nfd3 pathHuanhuan Wang2-5/+27
2023-03-03ice: copy last block omitted in ice_get_module_eeprom()Petr Oros1-2/+4
2023-03-03netlink: specs: update for codegen enumerating from 1Jakub Kicinski3-17/+2
2023-03-03tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski3-6/+14
2023-03-03tools: ynl: fully inherit attrs in subsetsJakub Kicinski2-9/+17
2023-03-03net: caif: Fix use-after-free in cfusbl_device_notify()Shigeru Yoshida1-0/+3
2023-03-03net: lan78xx: fix accessing the LAN7800's internal phy specific registers fro...Yuiko Oshino2-26/+33
2023-03-02ieee802154: Prevent user from crashing the hostMiquel Raynal1-1/+1
2023-03-02ca8210: fix mac_len negative array accessAlexander Aring1-0/+2
2023-03-02net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez1-1/+2
2023-03-02net: tls: avoid hanging tasks on the tx_lockJakub Kicinski1-7/+19
2023-03-02net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua1-18/+5
2023-03-01netfilter: nft_quota: copy content when cloning expressionPablo Neira Ayuso1-1/+5
2023-03-01netfilter: nft_last: copy content when cloning expressionPablo Neira Ayuso1-0/+4
2023-03-01selftests: nft_nat: ensuring the listening side is up before starting the clientHangbin Liu1-0/+2
2023-03-01net: lan966x: Fix port police support using tc-matchallHoratiu Vultur1-1/+1
2023-03-01net/sched: flower: fix fl_change() error recovery pathEric Dumazet1-4/+6
2023-03-01ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet1-0/+1
2023-03-01net/sched: act_connmark: handle errno on tcf_idr_check_allocPedro Tammela1-0/+3
2023-03-01net: avoid skb end_offset change in __skb_unclone_keeptruesize()Eric Dumazet1-8/+23