summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
11 daysrxrpc: Fix a race between socket set up and I/O thread creationDavid Howells3-4/+10
11 dayssunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown1-20/+11
11 daysmac802154: Fix potential RCU dereference issue in mac802154_scan_workerJiawei Ye1-1/+3
11 daysBluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LELuiz Augusto von Dentz1-8/+5
11 daysgso: fix udp gso fraglist segmentation after pull from frag_listWillem de Bruijn1-2/+20
11 daysnet: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau2-4/+16
11 daysnet: napi: Prevent overflow of napi_defer_hard_irqsJoe Damato1-1/+5
11 daysnetdev-genl: Set extack and fix error on napi-getJoe Damato1-3/+5
11 dayswifi: mac80211: fix RCU list iterationsJohannes Berg4-4/+8
11 daystcp: avoid reusing FIN_WAIT2 when trying to find port in connect() processJason Xing1-0/+3
11 daysnetpoll: Ensure clean state on setup failuresBreno Leitao1-5/+10
11 daysipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP familyIdo Schimmel1-1/+1
11 daysnetfilter: nf_tables: do not remove elements if set backend implements .abortPablo Neira Ayuso1-1/+4
11 daysipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).Kuniyuki Iwashima1-4/+2
11 daysnet: skbuff: sprinkle more __GFP_NOWARN on ingress allocsJakub Kicinski1-6/+9
11 daystipc: guard against string buffer overrunSimon Horman1-2/+6
11 daysl2tp: use rcu list add/del when updating listsJames Chapman1-6/+6
11 daysl2tp: free sessions using rcuJames Chapman2-3/+2
11 daysnet: sched: consistently use rcu_replace_pointer() in taprio_change()Dmitry Antipov1-1/+3
11 dayswifi: cfg80211: Set correct chandef when starting CACIssam Hamdi1-1/+14
11 daysl2tp: prevent possible tunnel refcount underflowJames Chapman4-10/+24
11 dayssctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long1-1/+3
11 daysnet/ncsi: Disable the ncsi work before freeing the associated structureEddie James1-0/+2
11 daysbridge: mcast: Fail MDB get request on empty entryIdo Schimmel1-1/+1
11 daysipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov1-3/+3
11 daysnet: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7
11 daysnet: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet1-1/+1
11 daysnet: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann1-1/+1
11 daysnet: Add netif_get_gro_max_size helper for GRODaniel Borkmann1-7/+2
11 daysnet: dsa: improve shutdown sequenceVladimir Oltean1-0/+7
11 daysBluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz3-9/+3
11 daysBluetooth: MGMT: Fix possible crash on mgmt_index_removedLuiz Augusto von Dentz1-9/+14
11 daysnetfilter: 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