summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-01-15cfg80211: fix page refcount issue in A-MSDU decapFelix Fietkau
2020-01-15cfg80211: check for set_wiphy_paramsJohannes Berg
2020-01-15cfg80211: fix memory leak in cfg80211_cqm_rssi_updateFelix Fietkau
2020-01-15cfg80211: fix memory leak in nl80211_probe_mesh_linkFelix Fietkau
2020-01-15cfg80211: fix deadlocks in autodisconnect workMarkus Theil
2020-01-15wireless: wext: avoid gcc -O3 warningArnd Bergmann
2020-01-15mac80211: Fix TKIP replay protection immediately after key setupJouni Malinen
2020-01-15cfg80211: Fix radar event during another phy CACOrr Mazor
2020-01-15wireless: fix enabling channel 12 for custom regulatory domainGanapathi Bhat
2020-01-14hv_sock: Remove the accept port restrictionSunil Muthuswamy
2020-01-14xprtrdma: Fix oops in Receive handler after device removalChuck Lever
2020-01-14xprtrdma: Fix completion wait during device removalChuck Lever
2020-01-14xprtrdma: Fix create_qp crash on device unloadChuck Lever
2020-01-14xfrm: interface: do not confirm neighbor when do pmtu updateXu Wang
2020-01-14xfrm interface: fix packet tx through bpf_redirect()Nicolas Dichtel
2020-01-14vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel
2020-01-13netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal
2020-01-13netfilter: fix a use-after-free in mtype_destroy()Cong Wang
2020-01-11devlink: correct misspelling of snapshotJacob Keller
2020-01-10devlink: Wait longer before warning about unset port typeIdo Schimmel
2020-01-10ipv4: Detect rollover in specific fib table dumpDavid Ahern
2020-01-10net/tls: fix async operationJakub Kicinski
2020-01-10net/tls: avoid spurious decryption error with HW resyncJakub Kicinski
2020-01-10net: bpf: Don't leak time wait and request socketsLorenz Bauer
2020-01-09net/x25: fix nonblocking connectMartin Schiller
2020-01-09bpf/sockmap: Read psock ingress_msg before sk_receive_queueLingpeng Chen
2020-01-08tipc: fix wrong connect() return codeTuong Lien
2020-01-08tipc: fix link overflow issue at socket shutdownTuong Lien
2020-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-01-08netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal
2020-01-08netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal
2020-01-08net: sch_prio: When ungrafting, replace with FIFOPetr Machata
2020-01-08pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet
2020-01-08tipc: remove meaningless assignment in MakefileMasahiro Yamada
2020-01-08tipc: do not add socket.o to tipc-y twiceMasahiro Yamada
2020-01-07vlan: vlan_changelink() should propagate errorsEric Dumazet
2020-01-07vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet
2020-01-06sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long
2020-01-06tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso
2020-01-05net: qrtr: fix len of skb_put_padto in qrtr_node_enqueueCarl Huang
2020-01-05netfilter: nf_tables: unbind callbacks from flowtable destroy pathPablo Neira Ayuso
2020-01-05netfilter: nf_flow_table_offload: fix the nat port mangle.wenxu
2020-01-05netfilter: nf_flow_table_offload: check the status of dst_neighwenxu
2020-01-05netfilter: nf_flow_table_offload: fix incorrect ethernet dst addresswenxu
2020-01-05netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu
2020-01-02sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang
2020-01-02tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang
2020-01-02mac80211: mesh: restrict airtime metric to peered established plinksMarkus Theil
2019-12-30hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo