summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2025-05-02net: defer final 'struct net' free in netns dismantleEric Dumazet
2025-05-02sctp: detect and prevent references to a freed transport in sendmsgRicardo Cañuelo Navarro
2025-04-10ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen
2025-03-13include: net: add static inline dst_dev_overhead() to dst.hJustin Iurman
2025-03-13net: use indirect call helpers for dst_outputBrian Vazquez
2025-03-13net: use indirect call helpers for dst_inputBrian Vazquez
2025-03-13net: extract port range fields from fl_flow_keyMaksym Glubokiy
2025-03-13net: add dev_net_rcu() helperEric Dumazet
2025-03-13net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu()Jiri Pirko
2025-03-13vrf: use RCU protection in l3mdev_l3_out()Eric Dumazet
2025-02-01net: add exit_batch_rtnl() methodEric Dumazet
2025-02-01tcp/dccp: allow a connection when sk_max_ack_backlog is zeroZhongqiu Duan
2025-02-01tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlogJason Xing
2025-02-01netfilter: nft_dynset: honor stateful expressions in set definitionPablo Neira Ayuso
2025-01-09netfilter: nft_set_hash: unaligned atomic read on struct nft_set_extPablo Neira Ayuso
2025-01-09tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang
2024-12-19net: lapb: increase LAPB_HEADER_LENEric Dumazet
2024-12-14xfrm: store and rely on direction to construct offload flagsLeon Romanovsky
2024-12-14xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky
2024-11-08ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()Ido Schimmel
2024-11-08mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala
2024-11-08xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-11-08xfrm: extract dst lookup parameters into a structEyal Birger
2024-11-08genetlink: hold RCU in genlmsg_mcast()Eric Dumazet
2024-10-17net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva
2024-10-17net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern
2024-10-17net/sched: accept TCA_STAB only for root qdiscEric Dumazet
2024-10-17tcp: check skb is non-NULL in tcp_rto_delta_us()Josh Hunt
2024-10-17geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman
2024-10-17netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso
2024-09-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz
2024-09-04net: busy-poll: use ktime_get_ns() instead of local_clock()Eric Dumazet
2024-09-04kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima
2024-08-19netfilter: nf_tables: allow clone callbacks to sleepPablo Neira Ayuso
2024-08-19netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso
2024-08-19sctp: move hlist_node and hashent out of sctp_ep_commonXin Long
2024-07-05netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso
2024-07-05xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen
2024-07-05Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet
2024-06-16netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo 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-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-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