summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2025-09-19net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-09-04net: rose: convert 'use' field to refcount_tTakamitsu Iwai
2025-09-04net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai
2025-09-04Bluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy
2025-08-28bonding: Add independent control state machineAahil Awatramani
2025-08-28bonding: update LACP activity flag after setting lacp_activeHangbin Liu
2025-08-28neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande
2025-08-28wifi: mac80211: don't complete management TX on SAE commitJohannes Berg
2025-08-28wifi: cfg80211: Fix interface type validationIlan Peer
2025-08-15net: drop UFO packets in udp_rcv_segment()Wang Liang
2025-08-15net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet
2025-07-24netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal
2025-07-17netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()Eric Dumazet
2025-06-27net: Fix checksum update for ILA adj-transportPaul Chaignon
2025-06-27net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj
2025-06-27Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz
2025-06-04af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima
2025-06-04af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima
2025-06-04af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima
2025-06-04af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima
2025-06-04af_unix: Assign a unique index to SCC.Kuniyuki Iwashima
2025-06-04af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima
2025-06-04af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima
2025-06-04af_unix: Save listener for embryo socket.Kuniyuki Iwashima
2025-06-04af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima
2025-06-04af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima
2025-06-04af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima
2025-06-04af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima
2025-06-04af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima
2025-06-04af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima
2025-06-04af_unix: Try to run GC async.Kuniyuki Iwashima
2025-06-04af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima
2025-06-04espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-05-22netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal
2025-05-22netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2025-05-22netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal
2025-05-22net_sched: Flush gso_skb list too during ->change()Cong Wang
2025-05-18ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault
2025-05-02wifi: mac80211: export ieee80211_purge_tx_queue() for driversPing-Ke Shih
2025-05-02net: dsa: add support for mac_prepare() and mac_finish() callsRussell King (Oracle)
2025-04-25sctp: detect and prevent references to a freed transport in sendmsgRicardo CaƱuelo Navarro
2025-03-28Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz
2025-03-07include: net: add static inline dst_dev_overhead() to dst.hJustin Iurman
2025-03-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault
2025-03-07netfilter: allow exp not to be removed in nf_ct_find_expectationXin Long
2025-03-07bpf: Fix wrong copied_seq calculationJiayuan Chen
2025-03-07strparser: Add read_sock callbackJiayuan Chen
2025-03-07tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca
2025-02-21net: add dev_net_rcu() helperEric Dumazet
2025-02-21net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu()Jiri Pirko