summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2024-07-05netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso
2024-07-05Fix race for duplicate reqsk on identical SYNluoxuanqiang
2024-07-05tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov
2024-07-05Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz
2024-07-05net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet
2024-07-05net: inline sock_prot_inuse_add()Eric Dumazet
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet
2024-06-16netfilter: nft_payload: move struct nft_payload_set definition where it belongsPablo Neira Ayuso
2024-06-16net: remove duplicate reuseport_lookup functionsLorenz Bauer
2024-06-16net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer
2024-05-25tls: fix race between async notify and socket closeJakub Kicinski
2024-05-25tls: rx: simplify async waitJakub Kicinski
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-05-02af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima
2024-04-27net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean
2024-04-27netfilter: flowtable: validate pppoe headerPablo Neira Ayuso
2024-04-27netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov
2024-04-17af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima
2024-04-17ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc
2024-04-17geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet
2024-04-10mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin
2024-03-06bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis
2024-03-06tls: rx: don't store the decryption status in socket contextJakub Kicinski
2024-03-06tls: rx: don't store the record type in socket contextJakub Kicinski
2024-03-06netfilter: let reset rules clean out conntrack entriesFlorian Westphal
2024-03-01netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso
2024-03-01netfilter: flowtable: simplify route logicPablo Neira Ayuso
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni
2024-02-23af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet
2024-02-23netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso
2024-02-23llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima
2024-02-23tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao
2024-01-25Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell
2024-01-05Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel
2023-12-13net: add missing kdoc for struct genl_multicast_group::flagsJakub Kicinski
2023-11-28netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter
2023-11-28netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal
2023-11-28net: inet: Retire port only listening_hashMartin KaFai Lau
2023-11-28net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-11-28net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet
2023-11-20netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden
2023-11-20inet: shrink struct flowi_commonEric Dumazet
2023-11-20tcp: fix cookie_init_timestamp() overflowsEric Dumazet
2023-11-08tcp: cleanup tcp_remove_empty_skb() useEric Dumazet
2023-10-25Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook