summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* nl80211: link recursive netlink nested policyJohannes Berg2020-04-303-10/+5
* netlink: remove type-unsafe validation_data pointerJohannes Berg2020-04-302-15/+7
* hsr: remove hsr interface if all slaves are removedTaehee Yoo2020-04-301-2/+20
* tcp: add hrtimer slack to sack compressionEric Dumazet2020-04-303-2/+11
* tcp: tcp_sack_new_ofo_skb() should be more conservativeEric Dumazet2020-04-301-1/+11
* tcp: add tp->dup_ack_counterEric Dumazet2020-04-303-13/+37
* docs: networking: convert tproxy.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
* docs: networking: convert rxrpc.txt to ReSTMauro Carvalho Chehab2020-04-302-4/+4
* docs: networking: convert radiotap-headers.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
* docs: networking: convert pktgen.txt to ReSTMauro Carvalho Chehab2020-04-302-2/+2
* docs: networking: convert mac80211-injection.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
* docs: networking: convert lapb-module.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
* inet_diag: add support for cgroup filterDmitry Yakunin2020-04-301-0/+31
* inet_diag: add cgroup id attributeDmitry Yakunin2020-04-301-0/+7
* net/smc: remove obsolete link state DELETINGKarsten Graul2020-04-304-12/+1
* net/smc: remove handling of CONFIRM_RKEY_CONTINUEKarsten Graul2020-04-301-17/+4
* net/smc: adapt SMC remote DELETE_RKEY processing to use the LLC flowKarsten Graul2020-04-301-13/+24
* net/smc: adapt SMC remote CONFIRM_RKEY processing to use the LLC flowKarsten Graul2020-04-301-15/+41
* net/smc: new smc_rtoken_set functions for multiple link supportKarsten Graul2020-04-302-0/+51
* net/smc: move the TEST_LINK response processing into event handlerKarsten Graul2020-04-301-8/+2
* net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkeyKarsten Graul2020-04-304-30/+24
* net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkeyKarsten Graul2020-04-303-26/+43
* net/smc: adapt SMC client code to use the LLC flowKarsten Graul2020-04-304-74/+71
* net/smc: adapt SMC server code to use the LLC flowKarsten Graul2020-04-303-42/+20
* net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layerKarsten Graul2020-04-302-0/+13
* net/smc: introduce link group typeKarsten Graul2020-04-301-0/+10
* net/smc: enqueue all received LLC messagesKarsten Graul2020-04-301-17/+29
* net/smc: add event-based llc_flow frameworkKarsten Graul2020-04-304-0/+199
* net: caif: Fix use correct return type for ndo_start_xmit()Yunjian Wang2020-04-301-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-04-294-39/+116
|\
| * netfilter: nft_nat: add netmap supportPablo Neira Ayuso2020-04-281-1/+45
| * netfilter: nft_nat: add helper function to set up NAT address and protocolPablo Neira Ayuso2020-04-281-22/+34
| * netfilter: nft_nat: set flags from initialization pathPablo Neira Ayuso2020-04-281-4/+6
| * netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supportedPablo Neira Ayuso2020-04-281-2/+2
| * netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso2020-04-271-12/+26
| * netfilter: nf_conntrack: add IPS_HW_OFFLOAD status bitBodong Wang2020-04-262-1/+6
* | net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul2020-04-295-14/+31
* | net/smc: use mutex instead of rwlock_t to protect buffersKarsten Graul2020-04-292-13/+13
* | net/smc: process llc responses in tasklet contextKarsten Graul2020-04-292-108/+116
* | net/smc: use worker to process incoming llc messagesKarsten Graul2020-04-294-58/+96
* | net/smc: simplify link deactivationKarsten Graul2020-04-293-18/+6
* | net/smc: move testlink work to system work queueKarsten Graul2020-04-291-5/+6
* | net/smc: add new link state and related helpersKarsten Graul2020-04-295-20/+42
* | net/smc: multi-link support for smc_rmb_rtoken_handling()Karsten Graul2020-04-293-9/+11
* | net/smc: convert static link ID instances to support multiple linksKarsten Graul2020-04-295-135/+291
* | net/smc: convert static link ID to dynamic referencesKarsten Graul2020-04-2910-103/+99
* | net/smc: introduce link_idx for link group arrayKarsten Graul2020-04-292-5/+31
* | net/smc: separate function for link initializationKarsten Graul2020-04-291-48/+66
* | net/smc: rework pnet table to support SMC-R failoverKarsten Graul2020-04-294-230/+319
* | ila: remove unused inline function ila_addr_is_ilaYueHaibing2020-04-291-5/+0