summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-11-02sctp: add vtag check in sctp_sf_ootbXin Long1-0/+3
2021-11-02sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long1-6/+3
2021-11-02sctp: add vtag check in sctp_sf_violationXin Long1-0/+3
2021-11-02sctp: fix the processing for COOKIE_ECHO chunkXin Long1-4/+10
2021-11-02sctp: use init_tag from inithdr for ABORT chunkXin Long1-0/+1
2021-11-02net: Prevent infinite while loop in skb_tx_hash()Michael Chan1-0/+6
2021-11-02net: batman-adv: fix error handlingPavel Skripkin4-20/+52
2021-11-02ipv6: make exception cache less predictibleEric Dumazet1-1/+4
2021-11-02ipv6: use siphash in rt6_exception_hash()Eric Dumazet1-6/+14
2021-11-02ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet1-6/+6
2021-10-27netfilter: Kconfig: use 'default y' instead of 'm' for bool config optionVegard Nossum1-1/+1
2021-10-27nfc: nci: fix the UAF of rf_conn_info objectLin Ma1-0/+2
2021-10-27netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart1-0/+5
2021-10-20mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior1-12/+18
2021-10-20NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan1-2/+6
2021-10-20NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan1-2/+7
2021-10-20nfc: fix error handling of nfc_proto_register()Ziyang Xuan1-0/+3
2021-10-20sctp: account stream padding length for reconf chunkEiichi Tsukata1-1/+1
2021-10-17mac80211: check return value of rhashtable_initMichelleJin1-1/+4
2021-10-17net: prevent user from passing illegal stab size王贇1-0/+6
2021-10-17mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing1-1/+2
2021-10-17netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden1-0/+1
2021-10-13rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet1-1/+1
2021-10-13netlink: annotate data races around nlk->boundEric Dumazet1-4/+10
2021-10-13net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()Eric Dumazet1-1/+1
2021-10-13net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet1-0/+3
2021-10-06netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik1-2/+2
2021-10-06net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2-6/+6
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2-12/+54
2021-10-06sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long1-1/+1
2021-10-06mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi1-0/+4
2021-10-06mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang1-0/+8
2021-10-06ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi1-0/+4
2021-10-06mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg1-0/+6
2021-10-06tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet1-2/+7
2021-10-06tcp: create a helper to model exponential backoffYuchung Cheng1-13/+18
2021-10-06tcp: always set retrans_stamp on recoveryYuchung Cheng2-25/+7
2021-10-06tcp: address problems caused by EDT misshapsEric Dumazet2-10/+16
2021-10-06net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul1-1/+2
2021-09-269p/trans_virtio: Remove sysfs file on probe failureXie Yongji1-1/+3
2021-09-26sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner1-3/+10
2021-09-26sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner1-0/+3
2021-09-22ip_gre: validate csum_start only on pullWillem de Bruijn1-3/+6
2021-09-22fq_codel: reject silly quantum parametersEric Dumazet1-2/+10
2021-09-22netfilter: socket: icmp6: fix use-after-scopeBenjamin Hesmans1-3/+1
2021-09-22tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy1-1/+1
2021-09-22net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setupVladimir Oltean1-7/+5
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet1-1/+1
2021-09-22tipc: increase timeout in tipc_sk_enqueue()Hoang Le1-1/+1
2021-09-22net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang1-1/+3