summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior2021-10-201-12/+18
* NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan2021-10-201-2/+6
* NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan2021-10-201-2/+7
* nfc: fix error handling of nfc_proto_register()Ziyang Xuan2021-10-201-0/+3
* sctp: account stream padding length for reconf chunkEiichi Tsukata2021-10-201-1/+1
* mac80211: check return value of rhashtable_initMichelleJin2021-10-171-1/+4
* net: prevent user from passing illegal stab size王贇2021-10-171-0/+6
* mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing2021-10-171-1/+2
* netfilter: nf_nat_masquerade: defer conntrack walk to work queueFlorian Westphal2021-10-171-26/+24
* netfilter: nf_nat_masquerade: make async masq_inet6_event handling genericFlorian Westphal2021-10-171-47/+75
* netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden2021-10-171-0/+1
* net: prefer socket bound to interface when not in VRFMike Manning2021-10-134-4/+8
* rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet2021-10-131-1/+1
* netlink: annotate data races around nlk->boundEric Dumazet2021-10-131-4/+10
* net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet2021-10-131-0/+4
* net: bridge: fix under estimation in br_get_linkxstats_size()Eric Dumazet2021-10-131-0/+1
* net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()Eric Dumazet2021-10-131-1/+1
* net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet2021-10-131-0/+3
* SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields2021-10-131-1/+1
* netfilter: nf_tables: Fix oversized kvmalloc() callsPablo Neira Ayuso2021-10-061-1/+1
* netfilter: conntrack: serialize hash resizes and cleanupsEric Dumazet2021-10-061-33/+37
* netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik2021-10-061-2/+2
* net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2021-10-062-6/+6
* af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-10-062-12/+54
* net: sched: flower: protect fl_walk() with rcuVlad Buslov2021-10-061-0/+6
* net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-10-062-9/+12
* mptcp: don't return sockets in foreign netnsFlorian Westphal2021-10-066-24/+20
* sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long2021-10-061-1/+1
* mac80211: mesh: fix potentially unaligned accessJohannes Berg2021-10-061-1/+2
* mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi2021-10-061-0/+4
* mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang2021-10-061-0/+8
* ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi2021-10-061-0/+4
* mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg2021-10-061-0/+6
* ipv6: delay fib6_sernum increase in fib6_addzhang kai2021-09-301-2/+1
* treewide: Change list_sort to use const pointersSami Tolvanen2021-09-301-2/+2
* net: dsa: don't allocate the slave_mii_bus using devresVladimir Oltean2021-09-301-3/+9
* net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul2021-09-301-0/+2
* net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul2021-09-301-1/+2
* 9p/trans_virtio: Remove sysfs file on probe failureXie Yongji2021-09-261-1/+3
* sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner2021-09-261-3/+10
* sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner2021-09-261-0/+3
* ip_gre: validate csum_start only on pullWillem de Bruijn2021-09-221-3/+6
* fq_codel: reject silly quantum parametersEric Dumazet2021-09-221-2/+10
* netfilter: socket: icmp6: fix use-after-scopeBenjamin Hesmans2021-09-221-3/+1
* net: dsa: tag_rtl4_a: Fix egress tagsLinus Walleij2021-09-221-3/+4
* netfilter: nft_ct: protect nft_ct_pcpu_template_refcnt with mutexPavel Skripkin2021-09-221-1/+8
* netfilter: Fix fall-through warnings for ClangGustavo A. R. Silva2021-09-223-0/+3
* Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6Ryoga Saito2021-09-221-0/+2
* udp_tunnel: Fix udp_tunnel_nic work-queue typeAya Levin2021-09-221-1/+1
* tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy2021-09-221-1/+1