summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-05-30ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia
2023-05-30net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav
2023-05-30udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima
2023-05-30netfilter: nf_tables: hold mutex on netns pre_exit pathPablo Neira Ayuso
2023-05-30netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso
2023-05-30netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso
2023-05-30netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso
2023-05-30netfilter: nf_tables: add nft_setelem_parse_key()Pablo Neira Ayuso
2023-05-30netfilter: nf_tables: validate registers coming from userspace.Pablo Neira Ayuso
2023-05-30netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso
2023-05-30netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso
2023-05-30netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso
2023-05-30can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp
2023-05-30vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet
2023-05-30net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()Dong Chenchen
2023-05-30erspan: get the proto with the md version for collect_mdXin Long
2023-05-30ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2023-05-30ip6_gre: Make o_seqno start from 0 in native modePeilin Ye
2023-05-30ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye
2023-05-30vsock: avoid to close connected socket after the timeoutZhuang Shengen
2023-05-30af_key: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner
2023-05-30Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rspMin Li
2023-05-30net: Catch invalid index in XPS mappingNick Child
2023-05-30af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima
2023-05-30af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima
2023-05-30net: datagram: fix data-races in datagram_poll()Eric Dumazet
2023-05-30net: add vlan_get_protocol_and_depth() helperEric Dumazet
2023-05-30net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet
2023-05-30netlink: annotate accesses to nlk->cb_runningEric Dumazet
2023-05-30netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal
2023-05-17af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima
2023-05-17rxrpc: Fix hard call timeout unitsDavid Howells
2023-05-17net/sched: act_mirred: Add carrier checkVictor Nogueira
2023-05-17sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang
2023-05-17net/sched: cls_api: remove block_cb from driver_list before freeingVlad Buslov
2023-05-17net/ncsi: clear Tx enable mode when handling a Config required AENCosmo Chou
2023-05-17netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso
2023-05-17SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo
2023-05-17tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima
2023-05-17netlink: Use copy_to_user() for optval in netlink_getsockopt().Kuniyuki Iwashima
2023-05-17ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan
2023-05-17netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal
2023-05-17bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmapDaniel Borkmann
2023-05-17bpf, sockmap: fix deadlocks in the sockhash and sockmapXin Liu
2023-05-17net/packet: convert po->auxdata to an atomic flagEric Dumazet
2023-05-17net/packet: convert po->origdev to an atomic flagEric Dumazet
2023-05-17net/packet: annotate accesses to po->xmitEric Dumazet
2023-05-17vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko
2023-05-17bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li
2023-04-26sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima