summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uninitialized_var() usageKees Cook2023-08-1111-14/+14
* netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso2023-06-281-2/+5
* xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2023-06-282-0/+6
* neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky2023-06-211-31/+0
* net: tipc: resize nlattr array to correct sizeLin Ma2023-06-211-2/+2
* sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter2023-06-211-1/+1
* ping6: Fix send to link-local addresses with VRF.Guillaume Nault2023-06-211-1/+2
* netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso2023-06-211-1/+2
* Remove DECnet support from kernelStephen Hemminger2023-06-2121-10784/+0
* Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz2023-06-141-4/+4
* batman-adv: Broken sync while rescheduling delayed workVladislav Efanov2023-06-141-1/+1
* net: sched: move rtm_tca_policy declaration to include fileEric Dumazet2023-06-141-2/+0
* rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet2023-06-141-2/+4
* Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim2023-06-141-0/+9
* Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu2023-06-141-0/+4
* 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
* udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov2023-06-091-1/+1
* tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu2023-06-091-1/+2
* 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
* 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
* netfilter: nf_tables: fix register orderingFlorian Westphal2023-05-301-4/+11
* netfilter: nf_tables: do not allow SET_ID to refer to another tablePablo Neira Ayuso2023-05-301-2/+5
* netfilter: nf_tables: do not allow RULE_ID to refer to another chainPablo Neira Ayuso2023-05-301-1/+3
* netfilter: nft_dynset: do not reject set updates with NFT_SET_EVALPablo Neira Ayuso2023-05-301-3/+1
* 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-10/+25
* netfilter: nf_tables: add nft_setelem_parse_key()Pablo Neira Ayuso2023-05-301-36/+42
* 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-3014-64/+77
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2023-05-3021-111/+108
* netfilter: nf_tables: bogus EBUSY in helper removal from transactionPablo Neira Ayuso2023-05-301-3/+16
* 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
* 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 a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima2023-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
* af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima2023-05-171-1/+1
* net/sched: act_mirred: Add carrier checkVictor Nogueira2023-05-171-1/+1
* sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang2023-05-171-3/+5
* netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso2023-05-174-3/+15