summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* devlink: Fix list access without lock while reading regionParav Pandit2019-02-141-2/+5
* devlink: Return right error code in case of errors for region readParav Pandit2019-02-141-7/+19
* Merge tag 'batadv-next-for-davem-20190213' of git://git.open-mesh.org/linux-m...David S. Miller2019-02-148-142/+1020
|\
| * batman-adv: Trigger genl notification on sysfs config changeSven Eckelmann2019-02-093-16/+63
| * batman-adv: Add throughput_override hardif genl configurationSven Eckelmann2019-02-091-0/+12
| * batman-adv: Add elp_interval hardif genl configurationSven Eckelmann2019-02-091-0/+17
| * batman-adv: Add orig_interval mesh genl configurationSven Eckelmann2019-02-091-0/+17
| * batman-adv: Add network_coding mesh genl configurationSven Eckelmann2019-02-091-0/+17
| * batman-adv: Add multicast forceflood mesh genl configurationSven Eckelmann2019-02-091-0/+15
| * batman-adv: Add log_level mesh genl configurationSven Eckelmann2019-02-091-0/+17
| * batman-adv: Add hop_penalty mesh genl configurationSven Eckelmann2019-02-091-0/+11
| * batman-adv: Add gateway mesh genl configurationSven Eckelmann2019-02-096-8/+95
| * batman-adv: Add fragmentation mesh genl configurationSven Eckelmann2019-02-091-0/+12
| * batman-adv: Add distributed_arp_table mesh genl configurationSven Eckelmann2019-02-091-0/+17
| * batman-adv: Add bridge_loop_avoidance mesh genl configurationSven Eckelmann2019-02-091-0/+17
| * batman-adv: Add bonding mesh genl configurationSven Eckelmann2019-02-091-0/+11
| * batman-adv: Add ap_isolation mesh/vlan genl configurationSven Eckelmann2019-02-091-0/+89
| * batman-adv: Add aggregated_ogms mesh genl configurationSven Eckelmann2019-02-091-0/+12
| * batman-adv: Prepare framework for vlan genl configSven Eckelmann2019-02-091-2/+189
| * batman-adv: Prepare framework for hardif genl configSven Eckelmann2019-02-091-21/+219
| * batman-adv: Prepare framework for mesh genl configSven Eckelmann2019-02-091-62/+98
| * batman-adv: Move common genl doit code pre/post hooksSven Eckelmann2019-02-091-43/+100
| * batman-adv: fix memory leak in in batadv_dat_put_dhcpMartin Weinelt2019-02-061-0/+2
* | page_pool: use DMA_ATTR_SKIP_CPU_SYNC for DMA mappingsJesper Dangaard Brouer2019-02-141-5/+6
* | net: page_pool: don't use page->private to store dma_addr_tIlias Apalodimas2019-02-141-4/+9
* | net: sched: remove duplicated include from cls_api.cYueHaibing2019-02-141-1/+0Star
* | net: sched: flower: only return error from hw offload if skip_swVlad Buslov2019-02-141-2/+10
* | net: sched: unlock rules update APIVlad Buslov2019-02-121-17/+114
* | net: sched: refactor tcf_block_find() into standalone functionsVlad Buslov2019-02-121-92/+149
* | net: sched: extend proto ops to support unlocked classifiersVlad Buslov2019-02-1213-135/+178
* | net: sched: extend proto ops with 'put' callbackVlad Buslov2019-02-121-1/+11
* | net: sched: track rtnl lock status when validating extensionsVlad Buslov2019-02-1212-15/+20
* | net: sched: prevent insertion of new classifiers during chain flushVlad Buslov2019-02-121-6/+29
* | net: sched: refactor tp insert/delete for concurrent executionVlad Buslov2019-02-121-25/+152
* | net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov2019-02-122-12/+62
* | net: sched: introduce reference counting for tcf_protoVlad Buslov2019-02-121-10/+43
* | net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov2019-02-122-33/+84
* | net: sched: protect chain template accesses with block lockVlad Buslov2019-02-121-16/+57
* | net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov2019-02-122-26/+74
* | net: sched: protect block->chain0 with block->lockVlad Buslov2019-02-121-3/+14
* | net: sched: refactor tc_ctl_chain() to use block->lockVlad Buslov2019-02-121-11/+25
* | net: sched: protect chain->explicitly_created with block->lockVlad Buslov2019-02-121-6/+13
* | net: sched: protect block state with mutexVlad Buslov2019-02-121-13/+71
* | net/tls: Do not use async crypto for non-data recordsVakul Garg2019-02-121-6/+12
* | devlink: use direct return of genlmsg_replyLi RongQing2019-02-121-4/+1Star
* | Revert "devlink: Add a generic wake_on_lan port parameter"Vasundhara Volam2019-02-121-5/+0Star
* | net/smc: check port_idx of ib eventKarsten Graul2019-02-121-8/+16
* | net/smc: check connections in smc_lgr_free_workKarsten Graul2019-02-121-4/+2Star
* | net/smc: reduce amount of status updates to peerKarsten Graul2019-02-121-14/+8Star
* | net/smc: no delay for free tx buffer waitKarsten Graul2019-02-121-1/+1