summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/smc: move wake up of close waiterKarsten Graul2019-02-122-2/+7
* net/smc: reset cursor update required flagKarsten Graul2019-02-122-4/+4
* devlink: don't allocate attrs on the stackJakub Kicinski2019-02-121-4/+10
* devlink: fix condition for compat device infoJakub Kicinski2019-02-121-1/+1
* devlink: Add WARN_ON to catch errors of not cleaning devlink objectsParav Pandit2019-02-111-0/+8
* net: dsa: microchip: add switch offload forwarding supportTristram Ha2019-02-111-0/+2
* net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen2019-02-1017-18/+18
* net: Move all TC actions identifiers to one placeEli Cohen2019-02-101-2/+0Star
* net/tls: Disable async decrytion for tls1.3Vakul Garg2019-02-091-2/+6
* ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_createNathan Chancellor2019-02-091-11/+9Star
* net: dsa: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-02-091-2/+1Star
* mpls_iptunnel: use struct_size() helperGustavo A. R. Silva2019-02-091-2/+2
* net/sched: use struct_size() helperGustavo A. R. Silva2019-02-091-1/+1
* bridge: use struct_size() helperGustavo A. R. Silva2019-02-091-2/+1Star
* devlink: publish params only after driver init is doneJiri Pirko2019-02-091-1/+47
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-0950-252/+576
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-0848-240/+474
| |\
| | * sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-02-071-1/+2
| | * net: dsa: Fix NULL checking in dsa_slave_set_eee()Dan Carpenter2019-02-061-2/+2
| | * rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet2019-02-061-1/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-02-058-116/+111Star
| | |\
| | | * netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal2019-02-051-39/+23Star
| | | * netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper2019-02-051-1/+3
| | | * netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso2019-02-046-79/+72Star
| | | * netfilter: nf_nat: skip nat clash resolution for same-origin entriesMartynas Pumputis2019-02-041-0/+16
| | * | net: dsa: Fix lockdep false positive splatMarc Zyngier2019-02-051-0/+4
| | * | net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge2019-02-051-5/+8
| | * | net: cls_flower: Remove filter from mask before freeing itPetr Machata2019-02-041-1/+5
| | * | net/smc: correct state change for peer closingUrsula Braun2019-02-041-8/+1Star
| | * | net/smc: delete rkey first before switching to unusedUrsula Braun2019-02-041-1/+1