summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2025-06-04netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal1-3/+0
2025-06-04netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso1-0/+3
2025-05-02sctp: detect and prevent references to a freed transport in sendmsgRicardo Cañuelo Navarro1-1/+2
2025-03-13net: extract port range fields from fl_flow_keyMaksym Glubokiy2-0/+22
2025-03-13net: add dev_net_rcu() helperEric Dumazet1-1/+1
2025-03-13net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu()Jiri Pirko1-3/+12
2025-03-13vrf: use RCU protection in l3mdev_l3_out()Eric Dumazet1-0/+2
2025-02-01net: add exit_batch_rtnl() methodEric Dumazet1-0/+3
2025-02-01tcp/dccp: allow a connection when sk_max_ack_backlog is zeroZhongqiu Duan1-1/+1
2025-02-01tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlogJason Xing1-1/+1
2025-01-09netfilter: nft_set_hash: unaligned atomic read on struct nft_set_extPablo Neira Ayuso1-2/+5
2025-01-09netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva3-5/+5
2024-12-19net: lapb: increase LAPB_HEADER_LENEric Dumazet1-1/+1
2024-11-08mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala1-0/+10
2024-11-08genetlink: hold RCU in genlmsg_mcast()Eric Dumazet1-2/+1
2024-11-08mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef1-1/+7
2024-11-08net: Fix an unsafe loop on the listAnastasia Kovaleva1-0/+2
2024-11-08net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet1-1/+1
2024-11-08net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet1-3/+3
2024-11-08net/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+0
2024-11-08tcp: check skb is non-NULL in tcp_rto_delta_us()Josh Hunt1-2/+19
2024-11-08mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef1-0/+8
2024-09-04net: busy-poll: use ktime_get_ns() instead of local_clock()Eric Dumazet1-1/+1
2024-09-04kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima1-0/+1
2024-08-19netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso1-2/+19
2024-08-19sctp: move hlist_node and hashent out of sctp_ep_commonXin Long2-6/+6
2024-07-05netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso1-0/+5
2024-07-05Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz1-4/+32
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet2-11/+4
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey1-0/+3
2024-05-02af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima1-0/+3
2024-05-02af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima1-1/+1
2024-05-02ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc1-0/+4
2024-05-02geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet1-0/+33
2024-04-13erspan: Add type I version 0 support.William Tu1-2/+17
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