summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: move rtm_tca_policy declaration to include fileEric Dumazet2023-06-141-0/+2
* rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet2023-06-141-5/+13
* netfilter: nf_tables: do not allow SET_ID to refer to another tablePablo Neira Ayuso2023-05-301-0/+2
* netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso2023-05-301-0/+4
* netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso2023-05-301-1/+0
* netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso2023-05-304-8/+8
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2023-05-305-8/+16
* net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima2023-05-301-1/+1
* netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso2023-05-171-0/+1
* netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso2023-05-171-0/+6
* netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso2023-05-171-0/+3
* netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso2023-05-171-4/+13
* netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal2023-05-171-1/+6
* scm: fix MSG_CTRUNC setting condition for SO_PASSSECAlexander Mikhalitsyn2023-05-171-1/+12
* tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2023-04-263-9/+2
* udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2023-04-261-0/+1
* dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2023-02-221-0/+13
* mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi2023-01-181-0/+1
* tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-11-103-4/+3
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2022-10-261-1/+1
* net: ieee802154: return -EINVAL for unknown addr typeAlexander Aring2022-10-261-3/+9
* tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-10-261-1/+4
* net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang2022-10-261-0/+37
* net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima2022-09-051-1/+1
* Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz2022-08-251-0/+1
* Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz2022-07-291-2/+1
* Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2022-07-291-1/+1
* Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz2022-07-291-0/+38
* Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz2022-07-291-0/+28
* tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima2022-07-291-1/+1
* tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima2022-07-291-1/+2
* ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima2022-07-291-1/+1
* net: Fix data-races around sysctl_mem.Kuniyuki Iwashima2022-07-211-1/+1
* esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-07-121-2/+0
* netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal2022-06-061-1/+6
* secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-06-062-3/+3
* Bluetooth: Fix the creation of hdev->nameItay Iellin2022-05-151-0/+3
* tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-05-121-0/+1
* ax25: fix reference count leaks of ax25_devDuoming Zhou2022-04-271-3/+5
* ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou2022-04-271-0/+10
* tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2022-04-271-2/+3
* xfrm: policy: match with both mark and mask on user interfacesXin Long2022-04-201-3/+6
* net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2022-04-201-4/+21
* esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-282-0/+5
* netfilter: nf_queue: fix possible use-after-freeFlorian Westphal2022-03-081-1/+1
* openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-03-021-0/+5
* bonding: fix data-races around agg_select_timerEric Dumazet2022-02-231-1/+1
* net: fix a memleak when uncloning an skb dst and its metadataAntoine Tenart2022-02-161-1/+0
* net: do not keep the dst cache when uncloning an skb dst and its metadataAntoine Tenart2022-02-161-0/+13
* netfilter: nat: remove l4 protocol port roversFlorian Westphal2022-02-081-1/+1