summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-10-04icmp: change the order of rate limitsEric Dumazet
2024-10-04netfilter: nf_tables: use rcu chain hook list iterator from netlink dump pathPablo Neira Ayuso
2024-10-04netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...Simon Horman
2024-10-04netfilter: nf_tables: Keep deleted flowtable hooks until after RCUPhil Sutter
2024-10-04net: qrtr: Update packets cloning when broadcastingYoussef Samir
2024-10-04net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNELThomas Weißschuh
2024-10-04netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet
2024-10-04bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-10-04ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet
2024-10-04net: tipc: avoid possible garbage valueSu Hui
2024-10-04net: ipv6: rpl_iptunnel: Fix memory leak in rpl_inputJustin Iurman
2024-10-04can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima
2024-10-04sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet
2024-10-04Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCELLuiz Augusto von Dentz
2024-10-04Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz
2024-10-04wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov
2024-10-04wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov
2024-10-04wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov
2024-10-04netfilter: nf_tables: remove annotation to access set timeout while holding lockPablo Neira Ayuso
2024-10-04netfilter: nf_tables: reject expiration higher than timeoutPablo Neira Ayuso
2024-10-04netfilter: nf_tables: reject element expiration with no timeoutPablo Neira Ayuso
2024-10-04netfilter: nf_tables: elements with timeout below CONFIG_HZ never expirePablo Neira Ayuso
2024-10-04can: j1939: use correct function name in commentZhang Changzhong
2024-10-04wifi: mac80211: don't use rate mask for offchannel TX eitherPing-Ke Shih
2024-09-30Revert "wifi: cfg80211: check wiphy mutex is held for wdev mutex"Ping-Ke Shih
2024-09-30netfilter: nf_tables: missing iterator type in lookup walkPablo Neira Ayuso
2024-09-30netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso
2024-09-30netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre...Dan Carpenter
2024-09-30netfilter: nft_socket: make cgroupsv2 matching work with namespacesFlorian Westphal
2024-09-30wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()Dmitry Antipov
2024-09-18netfilter: nft_socket: fix sk refcount leaksFlorian Westphal
2024-09-18fou: fix initialization of grcMuhammad Usama Anjum
2024-09-18mptcp: pm: Fix uaf in __timer_delete_syncEdward Adam Davis
2024-09-12Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncLuiz Augusto von Dentz
2024-09-12Bluetooth: hci_sync: Fix UAF on create_le_conn_completeLuiz Augusto von Dentz
2024-09-12Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz
2024-09-12tcp: process the 3rd ACK with sk_socket for TFO/MPTCPMatthieu Baerts (NGI0)
2024-09-12tcp: Don't drop SYN+ACK for simultaneous connect().Kuniyuki Iwashima
2024-09-12net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski
2024-09-12fou: Fix null-ptr-deref in GRO.Kuniyuki Iwashima
2024-09-12bpf, net: Fix a potential race in do_sock_getsockopt()Tze-nan Wu
2024-09-12net/socket: Break down __sys_getsockoptBreno Leitao
2024-09-12net/socket: Break down __sys_setsockoptBreno Leitao
2024-09-12bpf: Add sockptr support for setsockoptBreno Leitao
2024-09-12bpf: Add sockptr support for getsockoptBreno Leitao
2024-09-12Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECTLuiz Augusto von Dentz
2024-09-12Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz
2024-09-12Bluetooth: hci_sync: Attempt to dequeue connection attemptLuiz Augusto von Dentz
2024-09-12Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queueLuiz Augusto von Dentz