aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-06tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()Eric Dumazet1-6/+10
2020-05-06tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet2-7/+5
2020-05-06ipv6: Implement draft-ietf-6man-rfc4941bisFernando Gont1-52/+39
2020-05-06net: bridge: return false in br_mrp_enabled()Jason Yan1-1/+1
2020-05-05erspan: Add type I version 0 support.William Tu1-15/+43
2020-05-05net/smc: remove unused inline function smc_curs_readYueHaibing1-17/+0
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul8-20/+113
2020-05-05sch_choke: Remove classid from choke_skb_cb.David S. Miller1-1/+0
2020-05-05net: sched: choke: Remove unused inline function choke_set_classidYueHaibing1-5/+0
2020-05-04net: partially revert dynamic lockdep key changesCong Wang10-25/+204
2020-05-04devlink: let kernel allocate region snapshot idJakub Kicinski1-13/+44
2020-05-04devlink: factor out building a snapshot notificationJakub Kicinski1-11/+28
2020-05-04net_sched: sch_fq: add horizon attributeEric Dumazet1-5/+54
2020-05-04net: sched: fallback to qdisc noqueue if default qdisc setup failJesper Dangaard Brouer1-3/+14
2020-05-04net/smc: save SMC-R peer link_uidKarsten Graul4-0/+13
2020-05-04net/smc: create improved SMC-R link_uidKarsten Graul4-5/+19
2020-05-04net/smc: improve termination processingKarsten Graul1-30/+31
2020-05-04net/smc: add termination reason and handle LLC protocol violationKarsten Graul4-2/+30
2020-05-04net/smc: asymmetric link taggingKarsten Graul3-9/+41
2020-05-04net/smc: assign link to a new connectionKarsten Graul1-19/+46
2020-05-04net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul3-0/+51
2020-05-04net/smc: wait for departure of an IB messageKarsten Graul3-0/+42
2020-05-04net/smc: handle incoming CDC validation messageKarsten Graul3-6/+48
2020-05-04net/smc: send failover validation messageKarsten Graul3-1/+27
2020-05-04net/smc: switch connections to alternate linkKarsten Graul6-9/+162
2020-05-04net/smc: save state of last sent CDC messageKarsten Graul2-0/+10
2020-05-03net/smc: enqueue local LLC messagesKarsten Graul3-2/+33
2020-05-03net/smc: delete link processing as SMC serverKarsten Graul1-0/+72
2020-05-03net/smc: delete link processing as SMC clientKarsten Graul1-0/+72
2020-05-03net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul3-34/+45
2020-05-03net/smc: delete an asymmetric link as SMC serverKarsten Graul3-2/+82
2020-05-03net/smc: final part of add link processing as SMC serverKarsten Graul1-1/+28
2020-05-03net/smc: rkey processing for a new link as SMC serverKarsten Graul1-1/+42
2020-05-03net/smc: first part of add link processing as SMC serverKarsten Graul3-2/+92
2020-05-03net/smc: final part of add link processing as SMC clientKarsten Graul3-4/+72
2020-05-03net/smc: rkey processing for a new link as SMC clientKarsten Graul2-1/+157
2020-05-03net/smc: first part of add link processing as SMC clientKarsten Graul3-2/+111
2020-05-03net_sched: sch_fq: perform a prefetch() earlierEric Dumazet1-1/+1
2020-05-03net_sched: sch_fq: do not call fq_peek() twice per packetEric Dumazet1-18/+16
2020-05-03net_sched: sch_fq: use bulk freeing in fq_gc()Eric Dumazet1-7/+11
2020-05-03net_sched: sch_fq: change fq_flow size/layoutEric Dumazet1-2/+7
2020-05-03net_sched: sch_fq: avoid touching f->next from fq_gc()Eric Dumazet1-8/+13
2020-05-02inet_diag: bc: read cgroup id only for full socketsDmitry Yakunin1-1/+2
2020-05-02smc: Remove unused function.David S. Miller1-24/+0
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller24-271/+228
2020-05-01net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul2-2/+23
2020-05-01net/smc: allocate index for a new linkKarsten Graul2-1/+25
2020-05-01net/smc: introduce smc_pnet_find_alt_roce()Karsten Graul2-3/+17
2020-05-01net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul1-33/+0
2020-05-01net/smc: take link down instead of terminating the link groupKarsten Graul4-19/+13