aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-3/+1
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Gravatar Arnd Bergmann 1-1/+1
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 19-139/+175
2013-03-04tcp: fix double-counted receiver RTT when leaving receiver fast pathGravatar Neal Cardwell 1-3/+3
2013-03-04CAIF: fix sparse warning for caif_usbGravatar Silviu-Mihai Popescu 1-2/+2
2013-03-04rds: simplify a warning messageGravatar Cong Wang 1-4/+1
2013-03-04net: ipv6: Don't purge default router if accept_ra=2Gravatar Lorenzo Colitti 1-1/+2
2013-03-04sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZEGravatar Cong Wang 1-5/+3
2013-03-04rds: limit the size allocated by rds_message_alloc()Gravatar Cong Wang 1-0/+3
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-3/+1
2013-03-03caif_dev: fix sparse warnings for caif_flow_cbGravatar Silviu-Mihai Popescu 1-1/+1
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-1/+20
2013-03-02SUNRPC: One line comment fixGravatar Trond Myklebust 1-1/+1
2013-03-01sctp: use the passed in gfp flags instead GFP_KERNELGravatar Dan Carpenter 1-1/+1
2013-03-01ipv[4|6]: correct dropwatch false positive in local_deliver_finishGravatar Neil Horman 2-4/+8
2013-03-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar David S. Miller 4-90/+62
2013-03-01l2tp: Restore socket refcount when sendmsg succeedsGravatar Guillaume Nault 1-0/+1
2013-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 4-90/+62
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 12-101/+162
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 10-574/+749
2013-02-28SUNRPC: add call to get configured timeoutGravatar Weston Andros Adamson 1-0/+15
2013-02-28sctp: fix association hangs due to partial delivery errorsGravatar Lee A. Roberts 1-11/+43
2013-02-28sctp: fix association hangs due to errors when reneging events from the order...Gravatar Lee A. Roberts 1-4/+22
2013-02-28sctp: fix association hangs due to reneging packets below the cumulative TSN ...Gravatar Lee A. Roberts 1-2/+7
2013-02-28sctp: fix association hangs due to off-by-one errors in sctp_tsnmap_grow()Gravatar Lee A. Roberts 1-6/+7
2013-02-28SUNRPC: make AF_LOCAL connect synchronousGravatar J. Bruce Fields 1-8/+27
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 110-870/+555
2013-02-27sctp: convert to idr_alloc()Gravatar Tejun Heo 1-16/+15
2013-02-27mac80211: convert to idr_alloc()Gravatar Tejun Heo 2-16/+4
2013-02-27net/9p: convert to idr_alloc()Gravatar Tejun Heo 1-11/+6
2013-02-27net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGravatar Guenter Roeck 1-3/+3
2013-02-27irda: small read beyond end of array in debug codeGravatar Dan Carpenter 1-2/+5
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 10-29/+28
2013-02-26libceph: add support for HASHPSPOOL pool flagGravatar Sage Weil 1-13/+26
2013-02-26libceph: update osd request/reply encodingGravatar Sage Weil 2-77/+174
2013-02-26libceph: calculate placement based on the internal data typesGravatar Sage Weil 2-17/+12
2013-02-26ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresGravatar Sage Weil 3-83/+91
2013-02-26libceph: decode into cpu-native ceph_pg typeGravatar Sage Weil 3-42/+50
2013-02-26libceph: rename ceph_pg -> ceph_pg_v1Gravatar Sage Weil 2-10/+10
2013-02-26Merge branch 'master' of git://1984.lsi.us.es/nfGravatar David S. Miller 1-1/+2
2013-02-26mac80211: fix monitor mode channel reportingGravatar Felix Fietkau 1-3/+9
2013-02-26mac80211: fix idle handling in monitor modeGravatar Felix Fietkau 1-1/+1
2013-02-26mac80211: Ensure off-channel frames don't get queuedGravatar Seth Forshee 1-25/+31
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 8-45/+75
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-10/+10
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-4/+4
2013-02-26get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zeroGravatar Al Viro 1-1/+0
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 9-91/+170
2013-02-26mac80211: fix the problem of forwarding from DS to DS in MeshGravatar Chun-Yeow Yeoh 1-1/+16
2013-02-26nl80211: remove TCP WoWLAN informationGravatar Johannes Berg 1-45/+0