summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* atm: hide unused procfs functionsArnd Bergmann2023-06-091-0/+2
* netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix2023-06-091-0/+4
* xfrm: Check if_id in inbound policy/secpath matchBenedict Wong2023-06-091-5/+6
* net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua2023-06-091-0/+3
* udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov2023-06-091-1/+1
* net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela2023-06-091-1/+1
* net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao2023-06-091-0/+4
* net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye2023-06-091-0/+5
* net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye2023-06-092-3/+8
* net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye2023-06-091-0/+6
* net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye2023-06-091-0/+6
* tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu2023-06-091-1/+2
* tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-06-093-0/+9
* af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet2023-06-091-3/+5
* af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima2023-06-092-3/+3
* netrom: fix info-leak in nr_write_internal()Eric Dumazet2023-06-091-3/+4
* netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey2023-06-091-8/+0
* ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-06-093-3/+17
* bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()Ruihan Li2023-06-091-0/+28
* ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia2023-05-301-0/+2
* net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav2023-05-301-1/+3
* udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2023-05-302-0/+4
* netfilter: nf_tables: do not allow RULE_ID to refer to another chainPablo Neira Ayuso2023-05-301-1/+3
* netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso2023-05-301-4/+9
* netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso2023-05-301-1/+8
* netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso2023-05-301-12/+27
* netfilter: nf_tables: add nft_setelem_parse_key()Pablo Neira Ayuso2023-05-301-46/+45
* netfilter: nf_tables: validate registers coming from userspace.Pablo Neira Ayuso2023-05-301-14/+17
* netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso2023-05-301-2/+1
* netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso2023-05-3016-74/+85
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2023-05-3022-125/+122
* vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet2023-05-301-2/+2
* net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()Dong Chenchen2023-05-301-5/+3
* erspan: get the proto with the md version for collect_mdXin Long2023-05-301-5/+8
* ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2023-05-302-6/+7
* ip6_gre: Make o_seqno start from 0 in native modePeilin Ye2023-05-301-6/+5
* ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye2023-05-301-3/+6
* vsock: avoid to close connected socket after the timeoutZhuang Shengen2023-05-301-1/+1
* af_key: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner2023-05-301-4/+8
* Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rspMin Li2023-05-301-1/+0
* net: Catch invalid index in XPS mappingNick Child2023-05-301-0/+2
* af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima2023-05-301-8/+12
* af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima2023-05-301-1/+1
* net: datagram: fix data-races in datagram_poll()Eric Dumazet2023-05-301-5/+10
* tcp: add annotations around sk->sk_shutdown accessesEric Dumazet2023-05-303-9/+11
* tcp: factor out __tcp_close() helperPaolo Abeni2023-05-301-2/+7
* tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh2023-05-301-2/+2
* tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet2023-05-301-1/+1
* net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet2023-05-301-1/+1
* netlink: annotate accesses to nlk->cb_runningEric Dumazet2023-05-301-4/+4