summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
* net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu2023-08-111-0/+1
* net/sched: make psched_mtu() RTNL-less safePedro Tammela2023-08-111-1/+1
* vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra2023-08-111-0/+16
* netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso2023-08-111-0/+3
* netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso2023-08-111-0/+1
* netfilter: nf_tables: use net_generic infra for transaction dataPablo Neira Ayuso2023-08-112-5/+10
* netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2023-08-111-0/+1
* nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2023-08-111-2/+2
* neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky2023-06-211-2/+0
* net: Remove unused inline function dst_hold_and_use()Gaosheng Cui2023-06-211-6/+0
* neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui2023-06-211-5/+0
* Remove DECnet support from kernelStephen Hemminger2023-06-217-956/+0
* 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
* tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-06-091-0/+4
* ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-06-091-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-303-7/+7
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2023-05-304-7/+8
* ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2023-05-302-2/+2
* tcp: factor out __tcp_close() helperPaolo Abeni2023-05-301-0/+1
* tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet2023-05-302-7/+21
* 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
* 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
* 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