summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: rsi_parse() should use the current user namespaceTrond Myklebust2019-04-241-3/+3
* SUNRPC: Fix the server AUTH_UNIX userspace mappingsTrond Myklebust2019-04-241-6/+9
* SUNRPC: Temporary sockets should inherit the cred from their parentTrond Myklebust2019-04-241-2/+3
* SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-242-5/+11
* SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust2019-04-241-31/+54
* SUNRPC: Clean up generic dispatcher codeTrond Myklebust2019-04-241-28/+47
* SUNRPC: Add a callback to initialise server requestsTrond Myklebust2019-04-241-37/+76
* SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust2019-04-241-5/+22
* sunrpc/cache: handle missing listeners better.NeilBrown2019-04-241-1/+3
* sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-04-061-0/+3
* Merge tag 'ceph-for-5.1-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2019-03-291-2/+6
|\
| * libceph: fix breakage caused by multipage bvecsIlya Dryomov2019-03-251-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-2754-280/+874
|\ \
| * | net: devlink: skip info_get op call if it is not defined in dumpitJiri Pirko2019-03-261-0/+5
| * | tipc: change to check tipc_own_id to return in tipc_net_stopXin Long2019-03-261-4/+1Star
| * | net: sched: Kconfig: update reference link for PIELeslie Monis2019-03-261-2/+1Star
| * | rxrpc: avoid clang -Wuninitialized warningArnd Bergmann2019-03-241-6/+5Star
| * | tipc: tipc clang warningJon Maloy2019-03-241-3/+4
| * | net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley2019-03-241-2/+5
| * | net-sysfs: Fix memory leak in netdev_register_kobjectWang Hai2019-03-211-5/+9
| * | net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2019-03-212-9/+11
| * | net/sched: act_vlan: validate the control action inside init()Davide Caratti2019-03-211-3/+17
| * | net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti2019-03-211-2/+16
| * | net/sched: act_skbmod: validate the control action inside init()Davide Caratti2019-03-211-3/+16
| * | net/sched: act_skbedit: validate the control action inside init()Davide Caratti2019-03-211-3/+16
| * | net/sched: act_simple: validate the control action inside init()Davide Caratti2019-03-211-14/+38
| * | net/sched: act_sample: validate the control action inside init()Davide Caratti2019-03-211-3/+16
| * | net/sched: act_police: validate the control action inside init()Davide Caratti2019-03-211-1/+11
| * | net/sched: act_pedit: validate the control action inside init()Davide Caratti2019-03-211-2/+14
| * | net/sched: act_nat: validate the control action inside init()Davide Caratti2019-03-211-1/+11
| * | net/sched: act_connmark: validate the control action inside init()Davide Caratti2019-03-211-3/+18
| * | net/sched: act_mirred: validate the control action inside init()Davide Caratti2019-03-211-4/+17
| * | net/sched: act_ife: validate the control action inside init()Davide Caratti2019-03-211-13/+20
| * | net/sched: act_gact: validate the control action inside init()Davide Caratti2019-03-211-1/+12
| * | net/sched: act_csum: validate the control action inside init()Davide Caratti2019-03-211-3/+17
| * | net/sched: act_bpf: validate the control action inside init()Davide Caratti2019-03-211-5/+18
| * | net/sched: prepare TC actions to properly validate the control actionDavide Caratti2019-03-2117-55/+78
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-03-219-30/+50
| |\ \
| | * | netfilter: nf_tables: add missing ->release_ops() in error path of newrule()Taehee Yoo2019-03-201-1/+4
| | * | netfilter: nft_redir: fix module autoload with ip4Pablo Neira Ayuso2019-03-181-1/+1
| | * | netfilter: nf_tables: bogus EBUSY in helper removal from transactionPablo Neira Ayuso2019-03-181-3/+16
| | * | netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu2019-03-181-0/+6
| | * | netfilter: fix NETFILTER_XT_TARGET_TEE dependenciesArnd Bergmann2019-03-181-0/+1
| | * | netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long2019-03-182-0/+3
| | * | netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso2019-03-181-4/+3Star
| | * | netfilter: nf_conntrack_sip: remove direct dependency on IPv6Alin Nastac2019-03-181-21/+16Star
| * | | genetlink: Fix a memory leak on error pathYueHaibing2019-03-211-1/+2
| * | | tipc: fix cancellation of topology subscriptionsErik Hugne2019-03-211-0/+1
| * | | sctp: use memdup_user instead of vmemdup_userXin Long2019-03-201-6/+6
| * | | ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLXin Long2019-03-201-8/+10