summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2021-10-17mac80211: check return value of rhashtable_initMichelleJin
2021-10-17net: prevent user from passing illegal stab size王贇
2021-10-17mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing
2021-10-17netfilter: nf_nat_masquerade: defer conntrack walk to work queueFlorian Westphal
2021-10-17netfilter: nf_nat_masquerade: make async masq_inet6_event handling genericFlorian Westphal
2021-10-17netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden
2021-10-13net: prefer socket bound to interface when not in VRFMike Manning
2021-10-13rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet
2021-10-13netlink: annotate data races around nlk->boundEric Dumazet
2021-10-13net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet
2021-10-13net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()Eric Dumazet
2021-10-13net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet
2021-10-06netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik
2021-10-06net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-10-06net: sched: flower: protect fl_walk() with rcuVlad Buslov
2021-10-06net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang
2021-10-06sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long
2021-10-06mac80211: mesh: fix potentially unaligned accessJohannes Berg
2021-10-06mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi
2021-10-06mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang
2021-10-06ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi
2021-10-06mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg
2021-09-30ipv6: delay fib6_sernum increase in fib6_addzhang kai
2021-09-30net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul
2021-09-269p/trans_virtio: Remove sysfs file on probe failureXie Yongji
2021-09-26sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner
2021-09-26sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner
2021-09-22ip_gre: validate csum_start only on pullWillem de Bruijn
2021-09-22fq_codel: reject silly quantum parametersEric Dumazet
2021-09-22netfilter: socket: icmp6: fix use-after-scopeBenjamin Hesmans
2021-09-22Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6Ryoga Saito
2021-09-22tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy
2021-09-22net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setupVladimir Oltean
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet
2021-09-22tipc: increase timeout in tipc_sk_enqueue()Hoang Le
2021-09-22net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang
2021-09-22dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng
2021-09-22net-caif: avoid user-triggerable WARN_ON(1)Eric Dumazet
2021-09-22tipc: fix an use-after-free issue in tipc_recvmsgXin Long
2021-09-22fix array-index-out-of-bounds in taprio_changeHaimin Zhang
2021-09-22net: fix NULL pointer reference in cipso_v4_doi_free王贇
2021-09-22rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields
2021-09-22tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQDLuke Hsiao
2021-09-22Bluetooth: Fix handling of LE Enhanced Connection CompleteLuiz Augusto von Dentz
2021-09-22mac80211: Fix monitor MTU limit so that A-MSDUs get throughJohan Almbladh
2021-09-22Bluetooth: avoid circular locks in sco_sock_connectDesmond Cheong Zhi Xi
2021-09-22Bluetooth: schedule SCO timeouts with delayed_workDesmond Cheong Zhi Xi
2021-09-22Bluetooth: skip invalid hci_sync_conn_complete_evtDesmond Cheong Zhi Xi
2021-09-22flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva