summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-3/+3
2023-11-28net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet1-4/+16
2023-10-25Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz1-1/+1
2023-10-25tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell1-0/+3
2023-10-25xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet1-0/+1
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell1-2/+4
2023-10-10net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-3/+2
2023-09-23lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai1-1/+4
2023-09-23tcp: tcp_enter_quickack_mode() should be staticEric Dumazet1-1/+0
2023-08-30bonding: fix macvlan over alb bond supportHangbin Liu1-10/+1
2023-08-30net: remove bond_slave_has_mac_rcu()Jakub Kicinski1-14/+0
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet1-3/+4
2023-08-30sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-0/+6
2023-08-16netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso1-4/+27
2023-08-16netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushPablo Neira Ayuso1-0/+4
2023-08-16wifi: cfg80211: fix sband iftype data lookup for AP_VLANFelix Fietkau1-0/+3
2023-08-11tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith1-6/+2
2023-08-11tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-1/+5
2023-08-11net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu1-0/+1
2023-08-11net/sched: make psched_mtu() RTNL-less safePedro Tammela1-1/+1
2023-08-11vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra1-0/+16
2023-08-11netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso1-0/+3
2023-08-11netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso1-0/+1
2023-08-11netfilter: nf_tables: use net_generic infra for transaction dataPablo Neira Ayuso2-5/+10
2023-08-11netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima1-0/+1
2023-08-11nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski1-2/+2
2023-06-21neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky1-2/+0
2023-06-21net: Remove unused inline function dst_hold_and_use()Gaosheng Cui1-6/+0
2023-06-21neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui1-5/+0
2023-06-21Remove DECnet support from kernelStephen Hemminger7-956/+0
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet1-0/+2
2023-06-14rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet1-5/+13
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+4
2023-06-09ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel1-0/+2
2023-05-30netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso1-0/+4
2023-05-30netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso1-1/+0
2023-05-30netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso3-7/+7
2023-05-30netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso4-7/+8
2023-05-30ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2-2/+2
2023-05-30tcp: factor out __tcp_close() helperPaolo Abeni1-0/+1
2023-05-30tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet2-7/+21
2023-05-30net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima1-1/+1
2023-05-17netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso1-0/+1
2023-05-17scm: fix MSG_CTRUNC setting condition for SO_PASSSECAlexander Mikhalitsyn1-1/+12
2023-04-26tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima3-9/+2
2023-04-26udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima1-0/+1
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima1-0/+13
2023-01-18mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi1-0/+1
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima3-4/+3
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-1/+1