summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-01net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul4-32/+98
2020-05-01net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul3-0/+88
2020-05-01net/smc: remember PNETID of IB device for later device matchingKarsten Graul2-0/+4
2020-05-01net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul4-12/+34
2020-05-01net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul3-46/+62
2020-05-01net/smc: map and register buffers for a new linkKarsten Graul2-0/+62
2020-05-01net/smc: unmapping of buffers to support multiple linksKarsten Graul2-17/+60
2020-05-01net/smc: multiple link support for rmb buffer registrationKarsten Graul3-35/+36
2020-05-01net: schedule: add action gate offloadingPo Liu1-0/+33
2020-05-01net: qos: introduce a gate control flow actionPo Liu3-0/+649
2020-05-01net: fix skb_panic to output real addressJesper Dangaard Brouer1-1/+1
2020-05-01net: 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-04-30netlink: add infrastructure to expose policies to userspaceJohannes Berg3-1/+387
2020-04-30netlink: remove NLA_EXACT_LEN_WARNJohannes Berg1-63/+18
2020-04-30nl80211: link recursive netlink nested policyJohannes Berg3-10/+5
2020-04-30netlink: remove type-unsafe validation_data pointerJohannes Berg2-15/+7
2020-04-30hsr: remove hsr interface if all slaves are removedTaehee Yoo1-2/+20
2020-04-30tcp: add hrtimer slack to sack compressionEric Dumazet3-2/+11
2020-04-30tcp: tcp_sack_new_ofo_skb() should be more conservativeEric Dumazet1-1/+11
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet3-13/+37
2020-04-30docs: networking: convert tproxy.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-30docs: networking: convert rxrpc.txt to ReSTMauro Carvalho Chehab2-4/+4
2020-04-30docs: networking: convert radiotap-headers.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-30docs: networking: convert pktgen.txt to ReSTMauro Carvalho Chehab2-2/+2
2020-04-30docs: networking: convert mac80211-injection.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-30docs: networking: convert lapb-module.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-30inet_diag: add support for cgroup filterDmitry Yakunin1-0/+31
2020-04-30inet_diag: add cgroup id attributeDmitry Yakunin1-0/+7
2020-04-30net/smc: remove obsolete link state DELETINGKarsten Graul4-12/+1
2020-04-30net/smc: remove handling of CONFIRM_RKEY_CONTINUEKarsten Graul1-17/+4
2020-04-30net/smc: adapt SMC remote DELETE_RKEY processing to use the LLC flowKarsten Graul1-13/+24
2020-04-30net/smc: adapt SMC remote CONFIRM_RKEY processing to use the LLC flowKarsten Graul1-15/+41
2020-04-30net/smc: new smc_rtoken_set functions for multiple link supportKarsten Graul2-0/+51
2020-04-30net/smc: move the TEST_LINK response processing into event handlerKarsten Graul1-8/+2
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkeyKarsten Graul4-30/+24
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkeyKarsten Graul3-26/+43
2020-04-30net/smc: adapt SMC client code to use the LLC flowKarsten Graul4-74/+71
2020-04-30net/smc: adapt SMC server code to use the LLC flowKarsten Graul3-42/+20