summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-30net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layerKarsten Graul2-0/+13
2020-04-30net/smc: introduce link group typeKarsten Graul1-0/+10
2020-04-30net/smc: enqueue all received LLC messagesKarsten Graul1-17/+29
2020-04-30net/smc: add event-based llc_flow frameworkKarsten Graul4-0/+199
2020-04-30net: caif: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-39/+116
2020-04-29net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul5-14/+31
2020-04-29net/smc: use mutex instead of rwlock_t to protect buffersKarsten Graul2-13/+13
2020-04-29net/smc: process llc responses in tasklet contextKarsten Graul2-108/+116
2020-04-29net/smc: use worker to process incoming llc messagesKarsten Graul4-58/+96
2020-04-29net/smc: simplify link deactivationKarsten Graul3-18/+6
2020-04-29net/smc: move testlink work to system work queueKarsten Graul1-5/+6
2020-04-29net/smc: add new link state and related helpersKarsten Graul5-20/+42
2020-04-29net/smc: multi-link support for smc_rmb_rtoken_handling()Karsten Graul3-9/+11
2020-04-29net/smc: convert static link ID instances to support multiple linksKarsten Graul5-135/+291
2020-04-29net/smc: convert static link ID to dynamic referencesKarsten Graul10-103/+99
2020-04-29net/smc: introduce link_idx for link group arrayKarsten Graul2-5/+31
2020-04-29net/smc: separate function for link initializationKarsten Graul1-48/+66
2020-04-29net/smc: rework pnet table to support SMC-R failoverKarsten Graul4-230/+319
2020-04-29ila: remove unused inline function ila_addr_is_ilaYueHaibing1-5/+0
2020-04-29net: hsr: remove unused inline functionsYueHaibing1-19/+0
2020-04-29netpoll: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-4/+5
2020-04-29docs: networking: convert ipv6.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-29docs: networking: convert ip-sysctl.txt to ReSTMauro Carvalho Chehab3-3/+3
2020-04-29docs: networking: convert gen_stats.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-29docs: networking: convert dns_resolver.txt to ReSTMauro Carvalho Chehab4-4/+4
2020-04-29docs: networking: convert decnet.txt to ReSTMauro Carvalho Chehab1-2/+2
2020-04-29docs: networking: convert ax25.txt to ReSTMauro Carvalho Chehab1-3/+3
2020-04-29docs: networking: convert atm.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-28net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu5-3/+18
2020-04-28net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu6-15/+19
2020-04-28netfilter: nft_nat: add netmap supportPablo Neira Ayuso1-1/+45
2020-04-28netfilter: nft_nat: add helper function to set up NAT address and protocolPablo Neira Ayuso1-22/+34
2020-04-28netfilter: nft_nat: set flags from initialization pathPablo Neira Ayuso1-4/+6
2020-04-28netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supportedPablo Neira Ayuso1-2/+2
2020-04-27netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso1-12/+26
2020-04-27Merge tag 'batadv-next-for-davem-20200427' of git://git.open-mesh.org/linux-m...David S. Miller7-13/+7
2020-04-27net: bridge: Add checks for enabling the STP.Horatiu Vultur6-8/+23
2020-04-27bridge: mrp: Integrate MRP into the bridgeHoratiu Vultur5-0/+44
2020-04-27bridge: mrp: Implement netlink interface to configure MRPHoratiu Vultur1-0/+91
2020-04-27bridge: mrp: Connect MRP API with the switchdev APIHoratiu Vultur3-1/+589
2020-04-27bridge: switchdev: mrp: Implement MRP API for switchdevHoratiu Vultur2-0/+142
2020-04-27bridge: mrp: Add MRP interface.Horatiu Vultur1-0/+63
2020-04-27net: bridge: Add port attribute IFLA_BRPORT_MRP_RING_OPENHoratiu Vultur1-0/+3
2020-04-27bridge: mrp: Extend bridge interfaceHoratiu Vultur1-0/+4
2020-04-27bridge: mrp: Update KconfigHoratiu Vultur1-0/+12
2020-04-27net: rtnetlink: remove redundant assignment to variable errColin Ian King1-1/+1
2020-04-27netfilter: nf_conntrack: add IPS_HW_OFFLOAD status bitBodong Wang2-1/+6