summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-10-10bridge: mcast: Fail MDB get request on empty entryIdo Schimmel1-1/+1
2024-10-10ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov1-3/+3
2024-10-10net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7
2024-10-10net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet1-1/+1
2024-10-10net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann1-1/+1
2024-10-10net: Add netif_get_gro_max_size helper for GRODaniel Borkmann1-7/+2
2024-10-10net: dsa: improve shutdown sequenceVladimir Oltean1-0/+7
2024-10-10Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz3-9/+3
2024-10-10Bluetooth: MGMT: Fix possible crash on mgmt_index_removedLuiz Augusto von Dentz1-9/+14
2024-10-10netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet2-4/+10
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