aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 10-787/+1197
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 8-135/+295
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-3/+3
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-13/+13
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 6-34/+198
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 17-66/+131
2017-05-09dccp/tcp: do not inherit mc_list from parentGravatar Eric Dumazet 1-0/+2
2017-05-09DECnet: Use container_of() for embedded structGravatar Kees Cook 1-6/+6
2017-05-08Revert "ipv4: restore rt->fi for reference counting"Gravatar David S. Miller 1-17/+1
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersGravatar Vlastimil Babka 2-6/+8
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Gravatar Deepa Dinamani 2-4/+6
2017-05-08format-security: move static strings to constGravatar Kees Cook 1-1/+2
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyGravatar Michal Hocko 2-3/+2
2017-05-08net: use kvmalloc with __GFP_REPEAT rather than open coded variantGravatar Michal Hocko 2-26/+10
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsGravatar Michal Hocko 10-92/+26
2017-05-08net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternGravatar Michal Hocko 1-7/+1
2017-05-08ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfGravatar WANG Cong 2-2/+12
2017-05-08Merge tag 'mac80211-for-davem-2017-05-08' of git://git.kernel.org/pub/scm/lin...Gravatar David S. Miller 3-2/+8
2017-05-08vti: check nla_put_* return valueGravatar Hangbin Liu 1-6/+7
2017-05-08vlan: Keep NETIF_F_HW_CSUM similar to other software devicesGravatar Vlad Yasevich 1-3/+10
2017-05-08tcp: make congestion control optionally skip slow start after idleGravatar Wei Wang 1-1/+3
2017-05-08ipv4: restore rt->fi for reference countingGravatar WANG Cong 1-1/+17
2017-05-08mac80211: fix IBSS presp allocation sizeGravatar Johannes Berg 1-0/+2
2017-05-08nl80211: correctly validate MU-MIMO groupsGravatar Johannes Berg 1-2/+2
2017-05-08mac80211: bail out from prep_connection() if a reconfig is ongoingGravatar Luca Coelho 1-0/+4
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+0
2017-05-05tcp: randomize timestamps on syncookiesGravatar Eric Dumazet 6-46/+79
2017-05-05bridge: netlink: account for IFLA_BRPORT_{B, M}CAST_FLOOD size and policyGravatar Tobias Klauser 1-0/+4
2017-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 20-76/+191
2017-05-04Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-0/+558
2017-05-04ipv6: initialize route null entry in addrconf_init()Gravatar WANG Cong 2-11/+17
2017-05-04rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringGravatar Michal Schmidt 1-1/+1
2017-05-04ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerGravatar Alexander Potapenko 2-0/+5
2017-05-04net/sched: remove redundant null check on headGravatar Colin Ian King 1-2/+1
2017-05-04tcp: do not inherit fastopen_req from parentGravatar Eric Dumazet 1-0/+1
2017-05-04rbd: support updating the lock cookie without releasing the lockGravatar Ilya Dryomov 1-0/+51
2017-05-04libceph: add an epoch_barrier field to struct ceph_osd_clientGravatar Jeff Layton 2-8/+74
2017-05-04libceph: abort already submitted but abortable requests when map or pool goes...Gravatar Jeff Layton 1-0/+34
2017-05-04libceph: allow requests to return immediately on full conditions if caller wi...Gravatar Jeff Layton 1-0/+7
2017-05-04libceph: remove req->r_replay_versionGravatar Jeff Layton 2-6/+5
2017-05-04libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1
2017-05-04libceph: convert ceph_osd.o_ref from atomic_t to refcount_tGravatar Elena Reshetova 1-8/+8
2017-05-04libceph: convert ceph_snap_context.nref from atomic_t to refcount_tGravatar Elena Reshetova 1-3/+3
2017-05-04libceph: supported_features module parameterGravatar Ilya Dryomov 1-0/+11
2017-05-04libceph, ceph: always advertise all supported featuresGravatar Ilya Dryomov 1-10/+6
2017-05-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 1-6/+5
2017-05-03Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-98/+28
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 12-59/+162
2017-05-03netfilter: conntrack: Force inlining of build check to prevent build failureGravatar Geert Uytterhoeven 1-1/+1
2017-05-03net: ipv6: Do not duplicate DAD on link upGravatar David Ahern 1-2/+3