summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima2022-08-111-1/+1
* Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz2022-08-111-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 data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-291-2/+2
* tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-291-1/+2
* 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
* ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima2022-07-291-1/+1
* ip: Fix data-races around sysctl_ip_fwd_use_pmtu.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
* ipv6: fix locking issues with loops over idev->addr_listNiels Dossche2022-06-141-0/+8
* 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
* net/sched: act_pedit: really ensure the skb is writablePaolo Abeni2022-05-181-0/+1
* Bluetooth: Fix the creation of hdev->nameItay Iellin2022-05-151-0/+3
* tcp: make sure treq->af_specific is initializedEric Dumazet2022-05-121-0/+5
* 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
* net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2022-04-201-0/+2
* xfrm: policy: match with both mark and mask on user interfacesXin Long2022-04-151-4/+7
* net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2022-04-151-4/+21
* ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel2022-04-151-0/+1
* esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-282-0/+5
* xfrm: Check if_id in xfrm_migrateYan Yan2022-03-231-2/+3
* 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
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-02-081-1/+1
* ipv4: avoid using shared IP generator for connected socketsEric Dumazet2022-02-081-11/+10
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+5
* sctp: use call_rcu to free endpointXin Long2022-01-052-4/+5
* bonding: make tx_rebalance_counter an atomicEric Dumazet2021-12-141-1/+1