summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-10-04icmp: change the order of rate limitsEric Dumazet2-57/+74
2024-10-04netfilter: nf_tables: missing objects with no memcg accountingPablo Neira Ayuso7-15/+17
2024-10-04netfilter: nf_tables: use rcu chain hook list iterator from netlink dump pathPablo Neira Ayuso1-1/+1
2024-10-04netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...Simon Horman1-5/+2
2024-10-04netfilter: nf_tables: Keep deleted flowtable hooks until after RCUPhil Sutter1-1/+1
2024-10-04net: qrtr: Update packets cloning when broadcastingYoussef Samir1-1/+1
2024-10-04net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNELThomas Weißschuh1-0/+1
2024-10-04netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet1-12/+2
2024-10-04bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann1-21/+23
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann1-2/+4
2024-10-04bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song1-5/+16
2024-10-04ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet1-1/+1
2024-10-04net: tipc: avoid possible garbage valueSu Hui1-1/+1
2024-10-04net: ipv6: rpl_iptunnel: Fix memory leak in rpl_inputJustin Iurman1-5/+7
2024-10-04xsk: fix batch alloc API on non-coherent systemsMaciej Fijalkowski1-7/+18
2024-10-04can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima1-1/+3
2024-10-04sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet1-0/+1
2024-10-04Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCELLuiz Augusto von Dentz1-1/+4
2024-10-04Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz2-8/+11
2024-10-04af_unix: Don't return OOB skb in manage_oob().Kuniyuki Iwashima1-2/+7
2024-10-04af_unix: Move spin_lock() in manage_oob().Kuniyuki Iwashima1-8/+7
2024-10-04af_unix: Rename unlinked_skb in manage_oob().Kuniyuki Iwashima1-6/+6
2024-10-04af_unix: Remove single nest in manage_oob().Kuniyuki Iwashima1-22/+23
2024-10-04af_unix: Don't call skb_get() for OOB skb.Kuniyuki Iwashima2-36/+7
2024-10-04wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov1-1/+16
2024-10-04wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov2-2/+4
2024-10-04wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov1-3/+3
2024-10-04netfilter: nft_dynset: annotate data-races around set timeoutPablo Neira Ayuso1-3/+3
2024-10-04netfilter: nf_tables: remove annotation to access set timeout while holding lockPablo Neira Ayuso1-2/+2
2024-10-04netfilter: nf_tables: reject expiration higher than timeoutPablo Neira Ayuso1-0/+3
2024-10-04netfilter: nf_tables: reject element expiration with no timeoutPablo Neira Ayuso1-0/+3
2024-10-04netfilter: nf_tables: elements with timeout below CONFIG_HZ never expirePablo Neira Ayuso1-1/+1
2024-10-04can: j1939: use correct function name in commentZhang Changzhong1-4/+4
2024-10-04wifi: mac80211: Check for missing VHT elements only for 5 GHzIlan Peer1-13/+16
2024-10-04wifi: mac80211: fix the comeback long retry timesEmmanuel Grumbach1-0/+1
2024-10-04wifi: cfg80211: fix bug of mapping AF3x to incorrect User Priorityhhorace1-4/+6
2024-10-04wifi: mac80211: don't use rate mask for offchannel TX eitherPing-Ke Shih4-3/+4
2024-10-04netfilter: nf_tables: store new sets in dedicated listFlorian Westphal1-9/+20
2024-09-30netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre...Dan Carpenter1-2/+2
2024-09-12net: netfilter: move nf flowtable bpf initialization in nf_flow_table_module_...Lorenzo Bianconi2-1/+7
2024-09-12Merge tag 'nf-24-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-6/+42
2024-09-11mptcp: pm: Fix uaf in __timer_delete_syncEdward Adam Davis1-4/+9
2024-09-11net: hsr: prevent NULL pointer dereference in hsr_proxy_announce()Jeongjun Park1-0/+4
2024-09-12netfilter: nft_socket: make cgroupsv2 matching work with namespacesFlorian Westphal1-3/+38
2024-09-12netfilter: nft_socket: fix sk refcount leaksFlorian Westphal1-3/+4
2024-09-09fou: fix initialization of grcMuhammad Usama Anjum1-2/+2
2024-09-09net: hsr: remove seqnr_lockEric Dumazet4-33/+14
2024-09-05ila: call nf_unregister_net_hooks() soonerEric Dumazet3-4/+16
2024-09-05sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen1-4/+7
2024-09-04net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski1-4/+2