summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-04-17af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima1-1/+1
2024-04-17ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc1-0/+4
2024-04-17geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet1-0/+33
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet2-0/+8
2024-04-10mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin1-0/+1
2024-03-06bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis1-0/+5
2024-03-06tls: rx: don't store the decryption status in socket contextJakub Kicinski2-1/+1
2024-03-06tls: rx: don't store the record type in socket contextJakub Kicinski2-7/+6
2024-03-06netfilter: let reset rules clean out conntrack entriesFlorian Westphal1-0/+8
2024-03-01netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso1-1/+1
2024-03-01netfilter: flowtable: simplify route logicPablo Neira Ayuso1-2/+2
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni1-1/+1
2024-02-23af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet1-6/+14
2024-02-23netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso1-0/+2
2024-02-23llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima1-4/+2
2024-02-23tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao1-0/+8
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-05Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao1-0/+5
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-13net: add missing kdoc for struct genl_multicast_group::flagsJakub Kicinski1-2/+3
2023-11-28netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter1-2/+2
2023-11-28netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal1-0/+15
2023-11-28net: inet: Retire port only listening_hashMartin KaFai Lau2-42/+1
2023-11-28net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau1-1/+0
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-08tcp: cleanup tcp_remove_empty_skb() useEric Dumazet1-1/+1
2023-10-25Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook1-1/+1
2023-10-25ipv4/fib: send notify when delete source address routesHangbin Liu1-0/+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-20net: macsec: indicate next pn update when offloadingRadu Pirea (NXP OSS)1-0/+1
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell1-2/+4
2023-10-06netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal1-0/+1
2023-10-06netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal1-1/+1
2023-10-06netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCPablo Neira Ayuso1-2/+3
2023-10-06netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal1-0/+5
2023-10-06netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso1-95/+3
2023-10-06netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso1-1/+63
2023-09-19ipv6: fix ip6_sock_set_addr_preferences() typoEric Dumazet1-1/+1
2023-09-19ip_tunnels: use DEV_STATS_INC()Eric Dumazet1-8/+7
2023-09-19ipv4: ignore dst hint for multipath routesSriram Yagnaraman1-0/+1
2023-09-19net: fib: avoid warn splat in flow dissectorFlorian Westphal2-2/+8
2023-09-19lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai1-1/+4