summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-22net/iucv: Fix size of interrupt dataAlexandra Winter1-1/+1
2023-03-22ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel1-0/+3
2023-03-22net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu()Vladimir Oltean1-4/+5
2023-03-22net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang1-1/+1
2023-03-22tcp: Fix bind() conflict check for dual-stack wildcard address.Kuniyuki Iwashima1-1/+7
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2-8/+8
2023-03-22net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe1-0/+3
2023-03-22wifi: cfg80211: fix MLO connection ownershipJohannes Berg1-9/+7
2023-03-22wifi: nl80211: fix NULL-ptr deref in offchan checkJohannes Berg1-1/+1
2023-03-22tcp: tcp_make_synack() can be called from process contextBreno Leitao1-1/+1
2023-03-22netfilter: nft_redir: correct value of inet type `.maxattrs`Jeremy Sowden1-1/+1
2023-03-22netfilter: nft_redir: correct length for loading protocol registersJeremy Sowden1-1/+1
2023-03-22netfilter: nft_masq: correct length for loading protocol registersJeremy Sowden1-1/+1
2023-03-22netfilter: nft_nat: correct length for loading protocol registersJeremy Sowden1-1/+1
2023-03-22xfrm: Allow transport-mode states with AF_UNSPEC selectorHerbert Xu1-5/+0
2023-03-17Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"Martin KaFai Lau1-23/+6
2023-03-17af_unix: fix struct pid leaks in OOB supportEric Dumazet1-2/+8
2023-03-17SUNRPC: Fix a server shutdown leakBenjamin Coddington1-1/+5
2023-03-17net/smc: fix fallback failed while sendmsg with fastopenD. Wythe1-5/+8
2023-03-17netfilter: conntrack: adopt safer max chain lengthEric Dumazet1-2/+2
2023-03-17net: tls: fix device-offloaded sendpage straddling recordsJakub Kicinski1-0/+2
2023-03-17bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin1-6/+23
2023-03-17netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal2-2/+2
2023-03-17netfilter: ctnetlink: revert to dumping mark regardless of event typeIvan Delalande1-7/+7
2023-03-17bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...Liu Jian3-0/+12
2023-03-17net: caif: Fix use-after-free in cfusbl_device_notify()Shigeru Yoshida1-0/+3
2023-03-17net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez1-1/+2
2023-03-17net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua1-18/+5
2023-03-17netfilter: nft_quota: copy content when cloning expressionPablo Neira Ayuso1-1/+5
2023-03-17netfilter: nft_last: copy content when cloning expressionPablo Neira Ayuso1-0/+4
2023-03-17ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet1-0/+1
2023-03-17tls: rx: fix return value for async cryptoJakub Kicinski1-1/+1
2023-03-17nfc: change order inside nfc_se_io error pathFedor Pchelkin1-1/+1
2023-03-13wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"Hector Martin1-2/+0
2023-03-11net: tls: avoid hanging tasks on the tx_lockJakub Kicinski1-7/+19
2023-03-11tcp: tcp_check_req() can be called from process contextEric Dumazet1-2/+5
2023-03-11net/sched: act_sample: fix action bind logicPedro Tammela1-2/+9
2023-03-11net/sched: act_mpls: fix action bind logicPedro Tammela1-29/+37
2023-03-11net/sched: act_pedit: fix action bind logicPedro Tammela1-27/+31
2023-03-11net/sched: transition act_pedit to rcu and percpu statsPedro Tammela1-61/+87
2023-03-11nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin1-0/+4
2023-03-119p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao1-3/+12
2023-03-119p/xen: fix connection sequenceJuergen Gross1-15/+23
2023-03-119p/xen: fix version parsingJuergen Gross1-2/+8
2023-03-11net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet1-1/+3
2023-03-11sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long1-31/+21
2023-03-11ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei1-5/+6
2023-03-11netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov3-0/+12
2023-03-11netfilter: ctnetlink: make event listener tracking globalFlorian Westphal3-5/+9
2023-03-11netfilter: xt_length: use skb len to match in length_mt6Xin Long1-2/+1