summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-17netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal1-0/+7
2023-03-11sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long1-0/+1
2023-03-11net: add sock_init_data_uid()Pietro Borrello1-1/+6
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima1-0/+13
2023-02-01l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki1-1/+1
2023-02-01net/sched: sch_taprio: fix possible use-after-freeEric Dumazet1-0/+7
2023-01-14mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMat Martineau1-2/+10
2023-01-14mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi1-0/+1
2023-01-14net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-3/+2
2023-01-14net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean1-0/+9
2022-12-08sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao1-0/+2
2022-12-02bridge: switchdev: Notify about VLAN protocol changesDanielle Ratson1-0/+2
2022-11-25net: use struct_group to copy ip/ipv6 header addressesHangbin Liu2-2/+2
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima3-5/+2
2022-10-30udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima1-6/+5
2022-10-30net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao1-1/+0
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-1/+1
2022-10-26net: ieee802154: return -EINVAL for unknown addr typeAlexander Aring1-3/+9
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell1-1/+4
2022-10-15net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang1-0/+37
2022-10-15xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa1-1/+1
2022-09-28net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier2-2/+3
2022-09-05net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei1-20/+48
2022-08-31net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima1-4/+4
2022-08-31netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso1-0/+5
2022-08-31netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso1-2/+2
2022-08-31netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso1-0/+9
2022-08-21net: allow unbound socket for packets in VRF when tcp_l3mdev_accept setMike Manning3-20/+17
2022-08-21tcp: Fix data-races around sysctl_tcp_l3mdev_accept.Kuniyuki Iwashima2-3/+3
2022-08-21ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet1-9/+19
2022-08-21tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()Eric Dumazet1-2/+3
2022-08-21inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet2-22/+16
2022-08-21net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet1-4/+8
2022-08-03ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptrZiyang Xuan1-0/+3
2022-08-03Revert "tcp: change pingpong threshold to 3"Wei Wang1-9/+1
2022-08-03tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima1-1/+1
2022-08-03Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz1-0/+1
2022-07-29Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz1-2/+1
2022-07-29Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz1-1/+1
2022-07-29Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz1-0/+38
2022-07-29Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz1-0/+28
2022-07-29tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima1-2/+2
2022-07-29udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima1-1/+1
2022-07-29ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima1-1/+2
2022-07-29tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima1-3/+6
2022-07-29tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima1-1/+2
2022-07-29ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima1-1/+1