summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-06-14Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz
2023-06-14batman-adv: Broken sync while rescheduling delayed workVladislav Efanov
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet
2023-06-14Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim
2023-06-14Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu
2023-06-09atm: hide unused procfs functionsArnd Bergmann
2023-06-09netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix
2023-06-09udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov
2023-06-09tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu
2023-06-09af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet
2023-06-09af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima
2023-06-09netrom: fix info-leak in nr_write_internal()Eric Dumazet
2023-06-09bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()Ruihan Li
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-30netfilter: nf_tables: fix register orderingFlorian Westphal
2023-05-30netfilter: nf_tables: do not allow SET_ID to refer to another tablePablo Neira Ayuso
2023-05-30netfilter: nf_tables: do not allow RULE_ID to refer to another chainPablo Neira Ayuso
2023-05-30netfilter: nft_dynset: do not reject set updates with NFT_SET_EVALPablo 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-30netfilter: nf_tables: bogus EBUSY in helper removal from transactionPablo Neira Ayuso
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-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 a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima
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-17af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima
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-17netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso
2023-05-17netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso
2023-05-17netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso
2023-05-17netfilter: nft_hash: fix nft_hash_deactivatePablo Neira Ayuso
2023-05-17netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso
2023-05-17netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal
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-17ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan
2023-05-17net/packet: convert po->auxdata to an atomic flagEric Dumazet