summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: hsr: remove unused inline functionsYueHaibing2020-04-291-19/+0
* | netpoll: Fix use correct return type for ndo_start_xmit()Yunjian Wang2020-04-291-4/+5
* | docs: networking: convert ipv6.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* | docs: networking: convert ip-sysctl.txt to ReSTMauro Carvalho Chehab2020-04-283-3/+3
* | docs: networking: convert gen_stats.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* | docs: networking: convert dns_resolver.txt to ReSTMauro Carvalho Chehab2020-04-284-4/+4
* | docs: networking: convert decnet.txt to ReSTMauro Carvalho Chehab2020-04-281-2/+2
* | docs: networking: convert ax25.txt to ReSTMauro Carvalho Chehab2020-04-281-3/+3
* | docs: networking: convert atm.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* | net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu2020-04-285-3/+18
* | net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu2020-04-286-15/+19
* | Merge tag 'batadv-next-for-davem-20200427' of git://git.open-mesh.org/linux-m...David S. Miller2020-04-277-13/+7
|\ \
| * | batman-adv: remove unused inline function batadv_arp_change_timeoutYueHaibing2020-04-241-5/+0
| * | batman-adv: Utilize prandom_u32_max for random [0, max) valuesSven Eckelmann2020-04-213-5/+5
| * | batman-adv: trace: Drop unneeded types.h includeSven Eckelmann2020-04-211-1/+0
| * | batman-adv: Fix spelling error in term bufferSven Eckelmann2020-04-211-1/+1
| * | batman-adv: Start new development cycleSimon Wunderlich2020-04-211-1/+1
* | | net: bridge: Add checks for enabling the STP.Horatiu Vultur2020-04-276-8/+23
* | | bridge: mrp: Integrate MRP into the bridgeHoratiu Vultur2020-04-275-0/+44
* | | bridge: mrp: Implement netlink interface to configure MRPHoratiu Vultur2020-04-271-0/+91
* | | bridge: mrp: Connect MRP API with the switchdev APIHoratiu Vultur2020-04-273-1/+589
* | | bridge: switchdev: mrp: Implement MRP API for switchdevHoratiu Vultur2020-04-272-0/+142
* | | bridge: mrp: Add MRP interface.Horatiu Vultur2020-04-271-0/+63
* | | net: bridge: Add port attribute IFLA_BRPORT_MRP_RING_OPENHoratiu Vultur2020-04-271-0/+3
* | | bridge: mrp: Extend bridge interfaceHoratiu Vultur2020-04-271-0/+4