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-13dsa: tag_dsa: Fix mask for trunked packetsAndrew Lunn
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: fix under estimation in br_get_linkxstats_size()Eric Dumazet
2021-10-13net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()Eric Dumazet
2021-10-13netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso
2021-10-13net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet
2021-10-13netfilter: nf_tables: reverse order in rule replacement expansionPablo Neira Ayuso
2021-10-13netfilter: nf_tables: add position handle in event notificationPablo Neira Ayuso
2021-10-13netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal
2021-10-13SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields
2021-10-07netfilter: nf_tables: Fix oversized kvmalloc() callsPablo Neira Ayuso
2021-10-07netfilter: conntrack: serialize hash resizes and cleanupsEric Dumazet
2021-10-07netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik
2021-10-07net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet
2021-10-07af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-10-07net: sched: flower: protect fl_walk() with rcuVlad Buslov
2021-10-07net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang
2021-10-07mptcp: allow changing the 'backup' bit when no sockets are openDavide Caratti
2021-10-07mptcp: don't return sockets in foreign netnsFlorian Westphal
2021-10-07sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long
2021-10-07mac80211: mesh: fix potentially unaligned accessJohannes Berg
2021-10-07mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi
2021-10-07mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang
2021-10-07Revert "mac80211: do not use low data rates for data frames with no ack flag"Felix Fietkau
2021-10-07netfilter: log: work around missing softdep backend moduleFlorian Westphal
2021-10-07netfilter: nf_tables: unlink table before deleting itFlorian Westphal
2021-10-07ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi
2021-10-07mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg
2021-09-30ipv6: delay fib6_sernum increase in fib6_addzhang kai
2021-09-30nexthop: Fix memory leaks in nexthop notification chain listenersIdo Schimmel
2021-09-30mptcp: ensure tx skbs always have the MPTCP extPaolo Abeni
2021-09-30net: dsa: don't allocate the slave_mii_bus using devresVladimir Oltean
2021-09-30net: dsa: fix dsa_tree_setup error pathVladimir Oltean
2021-09-30net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul
2021-09-30net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul
2021-09-30napi: fix race inside napi_enableXuan Zhuo
2021-09-30net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean
2021-09-30nexthop: Fix division by zero while replacing a resilient groupIdo Schimmel
2021-09-26SUNRPC: don't pause on incomplete allocationNeilBrown
2021-09-269p/trans_virtio: Remove sysfs file on probe failureXie Yongji
2021-09-22ip6_gre: Revert "ip6_gre: add validation for csum_start"Willem de Bruijn