aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller7-30/+63
2020-01-15bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend2-8/+2
2020-01-15bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chainingJohn Fastabend1-0/+6
2020-01-15bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt bufJohn Fastabend1-0/+20
2020-01-15bpf: Sockmap/tls, msg_push_data may leave end mark in placeJohn Fastabend1-0/+1
2020-01-15bpf: Sockmap, skmsg helper overestimates push, pull, and pop boundsJohn Fastabend1-5/+5
2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend2-5/+11
2020-01-15bpf: Sockmap, ensure sock lock held during tear downJohn Fastabend2-1/+8
2020-01-15Merge tag 'batadv-net-for-davem-20200114' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-1/+3
2020-01-15tcp: fix marked lost packets not being retransmittedPengcheng Yang1-3/+4
2020-01-15Merge tag 'mac80211-for-net-2020-01-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller10-12/+101
2020-01-15cfg80211: fix page refcount issue in A-MSDU decapFelix Fietkau1-1/+1
2020-01-15cfg80211: check for set_wiphy_paramsJohannes Berg1-0/+4
2020-01-15cfg80211: fix memory leak in cfg80211_cqm_rssi_updateFelix Fietkau1-0/+1
2020-01-15cfg80211: fix memory leak in nl80211_probe_mesh_linkFelix Fietkau1-0/+2
2020-01-15cfg80211: fix deadlocks in autodisconnect workMarkus Theil1-3/+3
2020-01-15wireless: wext: avoid gcc -O3 warningArnd Bergmann1-1/+2
2020-01-15mac80211: Fix TKIP replay protection immediately after key setupJouni Malinen1-3/+15
2020-01-15cfg80211: Fix radar event during another phy CACOrr Mazor4-1/+60
2020-01-15wireless: fix enabling channel 12 for custom regulatory domainGanapathi Bhat1-3/+10
2020-01-14hv_sock: Remove the accept port restrictionSunil Muthuswamy1-59/+6
2020-01-11devlink: correct misspelling of snapshotJacob Keller1-3/+3
2020-01-10devlink: Wait longer before warning about unset port typeIdo Schimmel1-1/+1
2020-01-10ipv4: Detect rollover in specific fib table dumpDavid Ahern1-0/+6
2020-01-10net/tls: fix async operationJakub Kicinski1-2/+2
2020-01-10net/tls: avoid spurious decryption error with HW resyncJakub Kicinski1-3/+3
2020-01-10net: bpf: Don't leak time wait and request socketsLorenz Bauer1-5/+4
2020-01-09net/x25: fix nonblocking connectMartin Schiller1-1/+5
2020-01-09bpf/sockmap: Read psock ingress_msg before sk_receive_queueLingpeng Chen1-6/+6
2020-01-08tipc: fix wrong connect() return codeTuong Lien1-2/+2
2020-01-08tipc: fix link overflow issue at socket shutdownTuong Lien1-21/+32
2020-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-39/+69
2020-01-08netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal1-1/+2
2020-01-08netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal2-0/+6
2020-01-08net: sch_prio: When ungrafting, replace with FIFOPetr Machata1-2/+8
2020-01-08pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet1-2/+4
2020-01-08tipc: remove meaningless assignment in MakefileMasahiro Yamada1-2/+0
2020-01-08tipc: do not add socket.o to tipc-y twiceMasahiro Yamada1-1/+1
2020-01-07vlan: vlan_changelink() should propagate errorsEric Dumazet1-3/+7
2020-01-07vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet3-5/+8
2020-01-06sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long1-10/+18
2020-01-06tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue1-2/+2
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso3-10/+5
2020-01-05net: qrtr: fix len of skb_put_padto in qrtr_node_enqueueCarl Huang1-1/+1
2020-01-05netfilter: nf_tables: unbind callbacks from flowtable destroy pathPablo Neira Ayuso1-2/+6
2020-01-05netfilter: nf_flow_table_offload: fix the nat port mangle.wenxu1-8/+16
2020-01-05netfilter: nf_flow_table_offload: check the status of dst_neighwenxu1-2/+14
2020-01-05netfilter: nf_flow_table_offload: fix incorrect ethernet dst addresswenxu1-2/+4
2020-01-05netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu1-3/+0
2020-01-02sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang1-1/+1