summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song3-5/+10
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song1-1/+1
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song2-18/+18
2020-05-10net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song3-4/+185
2020-05-09bpf: Allow any port in bpf_bind helperStanislav Fomichev3-20/+20
2020-05-09net: Refactor arguments of inet{,6}_bindStanislav Fomichev3-12/+14
2020-05-04xsk: Remove unnecessary member in xdp_umemMagnus Karlsson1-4/+3
2020-05-04xsk: Change two variable names for increased clarityMagnus Karlsson4-17/+17
2020-05-04net/smc: enqueue local LLC messagesKarsten Graul3-2/+33
2020-05-04net/smc: delete link processing as SMC serverKarsten Graul1-0/+72
2020-05-04net/smc: delete link processing as SMC clientKarsten Graul1-0/+72
2020-05-04net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul3-34/+45
2020-05-04net/smc: delete an asymmetric link as SMC serverKarsten Graul3-2/+82
2020-05-04net/smc: final part of add link processing as SMC serverKarsten Graul1-1/+28
2020-05-04net/smc: rkey processing for a new link as SMC serverKarsten Graul1-1/+42
2020-05-04net/smc: first part of add link processing as SMC serverKarsten Graul3-2/+92
2020-05-04net/smc: final part of add link processing as SMC clientKarsten Graul3-4/+72
2020-05-04net/smc: rkey processing for a new link as SMC clientKarsten Graul2-1/+157
2020-05-04net/smc: first part of add link processing as SMC clientKarsten Graul3-2/+111
2020-05-04net_sched: sch_fq: perform a prefetch() earlierEric Dumazet1-1/+1
2020-05-04net_sched: sch_fq: do not call fq_peek() twice per packetEric Dumazet1-18/+16
2020-05-04net_sched: sch_fq: use bulk freeing in fq_gc()Eric Dumazet1-7/+11
2020-05-04net_sched: sch_fq: change fq_flow size/layoutEric Dumazet1-2/+7
2020-05-04net_sched: sch_fq: avoid touching f->next from fq_gc()Eric Dumazet1-8/+13
2020-05-03inet_diag: bc: read cgroup id only for full socketsDmitry Yakunin1-1/+2
2020-05-03smc: Remove unused function.David S. Miller1-24/+0
2020-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller24-271/+228
2020-05-02net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul2-2/+23
2020-05-02net/smc: allocate index for a new linkKarsten Graul2-1/+25
2020-05-02net/smc: introduce smc_pnet_find_alt_roce()Karsten Graul2-3/+17
2020-05-02net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul1-33/+0
2020-05-02net/smc: take link down instead of terminating the link groupKarsten Graul4-19/+13
2020-05-02net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul4-32/+98
2020-05-02net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul3-0/+88
2020-05-02net/smc: remember PNETID of IB device for later device matchingKarsten Graul2-0/+4
2020-05-02net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul4-12/+34
2020-05-02net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul3-46/+62
2020-05-02net/smc: map and register buffers for a new linkKarsten Graul2-0/+62
2020-05-02net/smc: unmapping of buffers to support multiple linksKarsten Graul2-17/+60
2020-05-02net/smc: multiple link support for rmb buffer registrationKarsten Graul3-35/+36
2020-05-02net: schedule: add action gate offloadingPo Liu1-0/+33
2020-05-02net: qos: introduce a gate control flow actionPo Liu3-0/+649
2020-05-02net: fix skb_panic to output real addressJesper Dangaard Brouer1-1/+1
2020-05-02net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu1-2/+2
2020-05-01bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addrStanislav Fomichev1-23/+95
2020-05-01docs: networking: convert x25.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-05-01docs: networking: convert x25-iface.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-05-01netlink: add infrastructure to expose policies to userspaceJohannes Berg3-1/+387
2020-05-01netlink: remove NLA_EXACT_LEN_WARNJohannes Berg1-63/+18
2020-05-01nl80211: link recursive netlink nested policyJohannes Berg3-10/+5