aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
2024-05-02af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima
2024-05-02af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima
2024-05-02Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-05-02ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc
2024-05-02geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet
2024-04-13tcp: properly terminate timers for kernel socketsEric Dumazet
2024-04-13mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin
2024-03-26net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni
2024-02-23netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter
2024-02-23af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet
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
2024-01-05Bluetooth: use inclusive language in SMPArchie Pusaka
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-13genetlink: add CAP_NET_ADMIN test for multicast bindIdo Schimmel
2023-11-28netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso
2023-11-28netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso
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-10-25Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook
2023-10-25ipv4/fib: send notify when delete source address routesHangbin Liu
2023-10-25Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz
2023-10-25tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-25xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet
2023-10-25net: macsec: indicate next pn update when offloadingRadu Pirea (NXP OSS)
2023-10-10netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-10-10netfilter: nf_tables: add and use nft_thoff helperFlorian Westphal
2023-10-10netfilter: nf_tables: add and use nft_sk helperFlorian Westphal
2023-10-10netfilter: use actual socket sk for REJECT actionJan Engelhardt
2023-10-10netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal
2023-10-10netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal
2023-10-10netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso
2023-10-10netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso
2023-10-10netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso
2023-09-19ipv6: fix ip6_sock_set_addr_preferences() typoEric Dumazet
2023-09-19ip_tunnels: use DEV_STATS_INC()Eric Dumazet
2023-09-19ipv4: ignore dst hint for multipath routesSriram Yagnaraman
2023-09-19lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai
2023-09-19tcp: tcp_enter_quickack_mode() should be staticEric Dumazet
2023-08-30bonding: fix macvlan over alb bond supportHangbin Liu
2023-08-30net: remove bond_slave_has_mac_rcu()Jakub Kicinski