summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-05-06net: bridge: return false in br_mrp_enabled()Jason Yan
2020-05-05erspan: Add type I version 0 support.William Tu
2020-05-05net/smc: remove unused inline function smc_curs_readYueHaibing
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul
2020-05-05sch_choke: Remove classid from choke_skb_cb.David S. Miller
2020-05-05net: sched: choke: Remove unused inline function choke_set_classidYueHaibing
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-05-04devlink: let kernel allocate region snapshot idJakub Kicinski
2020-05-04devlink: factor out building a snapshot notificationJakub Kicinski
2020-05-04net_sched: sch_fq: add horizon attributeEric Dumazet
2020-05-04net: sched: fallback to qdisc noqueue if default qdisc setup failJesper Dangaard Brouer
2020-05-04net/smc: save SMC-R peer link_uidKarsten Graul
2020-05-04net/smc: create improved SMC-R link_uidKarsten Graul
2020-05-04net/smc: improve termination processingKarsten Graul
2020-05-04net/smc: add termination reason and handle LLC protocol violationKarsten Graul
2020-05-04net/smc: asymmetric link taggingKarsten Graul
2020-05-04net/smc: assign link to a new connectionKarsten Graul
2020-05-04net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul
2020-05-04net/smc: wait for departure of an IB messageKarsten Graul
2020-05-04net/smc: handle incoming CDC validation messageKarsten Graul
2020-05-04net/smc: send failover validation messageKarsten Graul
2020-05-04net/smc: switch connections to alternate linkKarsten Graul
2020-05-04net/smc: save state of last sent CDC messageKarsten Graul
2020-05-03net/smc: enqueue local LLC messagesKarsten Graul
2020-05-03net/smc: delete link processing as SMC serverKarsten Graul
2020-05-03net/smc: delete link processing as SMC clientKarsten Graul
2020-05-03net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul
2020-05-03net/smc: delete an asymmetric link as SMC serverKarsten Graul
2020-05-03net/smc: final part of add link processing as SMC serverKarsten Graul
2020-05-03net/smc: rkey processing for a new link as SMC serverKarsten Graul
2020-05-03net/smc: first part of add link processing as SMC serverKarsten Graul
2020-05-03net/smc: final part of add link processing as SMC clientKarsten Graul
2020-05-03net/smc: rkey processing for a new link as SMC clientKarsten Graul
2020-05-03net/smc: first part of add link processing as SMC clientKarsten Graul
2020-05-03net_sched: sch_fq: perform a prefetch() earlierEric Dumazet
2020-05-03net_sched: sch_fq: do not call fq_peek() twice per packetEric Dumazet
2020-05-03net_sched: sch_fq: use bulk freeing in fq_gc()Eric Dumazet
2020-05-03net_sched: sch_fq: change fq_flow size/layoutEric Dumazet
2020-05-03net_sched: sch_fq: avoid touching f->next from fq_gc()Eric Dumazet
2020-05-02inet_diag: bc: read cgroup id only for full socketsDmitry Yakunin
2020-05-02smc: Remove unused function.David S. Miller
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-01net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul
2020-05-01net/smc: allocate index for a new linkKarsten Graul
2020-05-01net/smc: introduce smc_pnet_find_alt_roce()Karsten Graul
2020-05-01net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul
2020-05-01net/smc: take link down instead of terminating the link groupKarsten Graul
2020-05-01net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul
2020-05-01net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul
2020-05-01net/smc: remember PNETID of IB device for later device matchingKarsten Graul