summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet
2023-06-14rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet
2023-06-14ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima
2023-06-14neighbour: fix unaligned access to pneigh_entryQingfang DENG
2023-06-14bonding (gcc13): synchronize bond_{a,t}lb_xmit() typesJiri Slaby (SUSE)
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet
2023-06-05ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel
2023-05-30net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo
2023-05-30net/sched: act_mirred: refactor the handle of xmitwenxu
2023-05-30net: Find dst with sk's xfrm policy not ctl_sksewookseo
2023-05-30ipv4/tcp: do not use per netns ctl socketsEric Dumazet
2023-05-30ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman
2023-05-30tcp: factor out __tcp_close() helperPaolo Abeni
2023-05-30net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima
2023-05-17netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso
2023-05-17xsk: Fix unaligned descriptor validationKal Conley
2023-05-17scm: fix MSG_CTRUNC setting condition for SO_PASSSECAlexander Mikhalitsyn
2023-04-26tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima
2023-04-26udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima
2023-04-20tcp: convert elligible sysctls to u8Eric Dumazet
2023-04-20ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet
2023-04-05Bluetooth: L2CAP: Fix not checking for maximum number of DCIDLuiz Augusto von Dentz
2023-03-17netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal
2023-03-11sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long
2023-03-11net: add sock_init_data_uid()Pietro Borrello
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima
2023-02-01l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki
2023-02-01net/sched: sch_taprio: fix possible use-after-freeEric Dumazet
2023-01-14mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMat Martineau
2023-01-14mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi
2023-01-14net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2023-01-14net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean
2022-12-08sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao
2022-12-02bridge: switchdev: Notify about VLAN protocol changesDanielle Ratson
2022-11-25net: use struct_group to copy ip/ipv6 header addressesHangbin Liu
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima
2022-10-30udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima
2022-10-30net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2022-10-26net: ieee802154: return -EINVAL for unknown addr typeAlexander Aring
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-10-15net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang
2022-10-15xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa
2022-09-28net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier
2022-09-05net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei
2022-08-31net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima
2022-08-31net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima
2022-08-31netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso
2022-08-31netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso
2022-08-31netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso