summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | sctp: fix an array overflow when all ext chunks are setXin Long2017-07-141-2/+2
| * | net sched actions: rename act_get_notify() to tcf_get_notify()Roman Mashak2017-07-141-2/+2
| * | net/packet: Fix Tx queue selection for AF_PACKETIván Briano2017-07-141-4/+2
| * | net: bridge: fix dest lookup when vlan proto doesn't matchNikolay Aleksandrov2017-07-142-2/+4
| * | netpoll: shut up a kernel warning on refcountWANG Cong2017-07-141-1/+1
| * | net: set fib rule refcount after mallocDavid Ahern2017-07-131-2/+1
| * | dccp: make const array error_code staticColin Ian King2017-07-131-1/+1
| * | bpf: fix return in bpf_skb_adjust_netKefeng Wang2017-07-131-1/+1
* | | libceph: potential NULL dereference in ceph_msg_data_create()Dan Carpenter2017-07-171-2/+4
* | | libceph: don't call encode_request_finish() on MOSDBackoff messagesIlya Dryomov2017-07-171-1/+4
* | | libceph: use alloc_pg_mapping() in __decode_pg_upmap_items()Ilya Dryomov2017-07-171-1/+1
* | | libceph: set -EINVAL in one place in crush_decode()Ilya Dryomov2017-07-171-11/+12
* | | libceph: NULL deref on osdmap_apply_incremental() error pathDan Carpenter2017-07-171-3/+3
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-153-5/+7
|\ \ \
| * | | net/route: use get_random_int for random counterJason A. Donenfeld2017-06-191-2/+1
| * | | net/neighbor: use get_random_u32 for 32-bit hash randomJason A. Donenfeld2017-06-191-2/+1
| * | | ceph: ensure RNG is seeded before usingJason A. Donenfeld2017-06-191-1/+5
* | | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-153-6/+81
|\ \ \ \
| * | | | 9p: Implement show_optionsDavid Howells2017-07-113-6/+81
* | | | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-152-43/+37
|\ \ \ \ \
| * | | | | get_compat_bpf_fprog(): don't copyin field-by-fieldAl Viro2017-07-041-9/+9
| * | | | | get_compat_msghdr(): get rid of field-by-field copyinAl Viro2017-07-041-17/+14
| * | | | | copy_msghdr_from_user(): get rid of field-by-field copyinAl Viro2017-07-041-17/+14
* | | | | | Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-138-149/+201
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | sunrpc: use constant time memory comparison for macJason A. Donenfeld2017-07-131-1/+2
| * | | | | xprtrdma: Fix documenting comments in frwr_ops.cChuck Lever2017-07-131-3/+3
| * | | | | xprtrdma: Replace PAGE_MASK with offset_in_page()Chuck Lever2017-07-131-8/+8
| * | | | | xprtrdma: FMR does not need list_del_init()Chuck Lever2017-07-131-8/+10
| * | | | | xprtrdma: Demote "connect" log messagesChuck Lever2017-07-131-36/+8
| * | | | | xprtrdma: Don't defer MR recovery if ro_map failsChuck Lever2017-07-132-20/+17
| * | | | | xprtrdma: Fix FRWR invalidation error recoveryChuck Lever2017-07-131-10/+13
| * | | | | xprtrdma: Fix client lock-up after application signal firesChuck Lever2017-07-134-31/+84
| * | | | | xprtrdma: Rename rpcrdma_req::rl_freeChuck Lever2017-07-132-6/+5
| * | | | | xprtrdma: Pass only the list of registered MRs to ro_unmap_syncChuck Lever2017-07-134-27/+26
| * | | | | xprtrdma: Pre-mark remotely invalidated MRsChuck Lever2017-07-134-5/+28
| * | | | | xprtrdma: On invalidation failure, remove MWs from rl_registeredChuck Lever2017-07-131-0/+1
| * | | | | SUNRPC: Make slot allocation more reliableTrond Myklebust2017-07-131-3/+5
| * | | | | sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-07-131-2/+2
| * | | | | sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-07-131-1/+1
| * | | | | sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-07-132-6/+7
| * | | | | sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-07-131-4/+2
| * | | | | sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-07-131-3/+6
| * | | | | sunrpc: properly type pc_release callbacksChristoph Hellwig2017-07-131-4/+4
| * | | | | sunrpc: properly type pc_func callbacksChristoph Hellwig2017-07-131-1/+1
| * | | | | sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-07-134-13/+14
| * | | | | sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-07-134-8/+16
| * | | | | sunrpc/auth_gss: fix decoder callback prototypesChristoph Hellwig2017-07-133-3/+4
| * | | | | sunrpc: fix decoder callback prototypesChristoph Hellwig2017-07-131-12/+15
| * | | | | sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig2017-07-131-1/+2
| * | | | | sunrpc/auth_gss: nfsd: fix encoder callback prototypesChristoph Hellwig2017-07-133-7/+8