summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-04-13tcp: properly terminate timers for kernel socketsEric Dumazet2-0/+8
2024-03-01tcp: factor out __tcp_close() helperPaolo Abeni1-0/+1
2024-02-23netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter1-2/+2
2024-02-23af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet1-6/+14
2024-02-23llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima1-4/+2
2024-01-26Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz1-1/+0
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell1-1/+1
2024-01-15ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet1-2/+2
2024-01-15net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet1-1/+3
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2-6/+10
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel1-0/+2
2023-12-13genetlink: add CAP_NET_ADMIN test for multicast bindIdo Schimmel1-0/+1
2023-11-28netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso1-6/+0
2023-11-28netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso1-3/+6
2023-11-28netfilter: nf_tables: fix memleak when more than 255 elements expiredPablo Neira Ayuso1-1/+1
2023-11-28netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal1-0/+5
2023-11-28netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso1-94/+3
2023-11-28netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso1-1/+60
2023-11-28netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso1-1/+4
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-11-20netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden1-2/+1
2023-11-20inet: shrink struct flowi_commonEric Dumazet1-1/+1
2023-11-20tcp: fix cookie_init_timestamp() overflowsEric Dumazet1-1/+1
2023-11-20tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet1-3/+9
2023-10-25Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook1-1/+1
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-09-23ip_tunnels: use DEV_STATS_INC()Eric Dumazet1-8/+7
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-30net: validate veth and vxcan peer ifindexesJakub Kicinski1-2/+2
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-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-11vxlan: calculate correct header length for GPEJiri Benc1-4/+9
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-1/+5
2023-07-27net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu1-0/+1
2023-07-27net/sched: make psched_mtu() RTNL-less safePedro Tammela1-1/+1
2023-07-27netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso1-0/+3
2023-07-27netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso1-0/+1
2023-07-27netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal2-6/+10
2023-07-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima1-0/+1
2023-07-27nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski1-2/+2