aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-139/+175
2013-03-04tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell1-3/+3
2013-03-04CAIF: fix sparse warning for caif_usbSilviu-Mihai Popescu1-2/+2
2013-03-04rds: simplify a warning messageCong Wang1-4/+1
2013-03-04net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti1-1/+2
2013-03-04sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZECong Wang1-5/+3
2013-03-04rds: limit the size allocated by rds_message_alloc()Cong Wang1-0/+3
2013-03-03caif_dev: fix sparse warnings for caif_flow_cbSilviu-Mihai Popescu1-1/+1
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+20
2013-03-02SUNRPC: One line comment fixTrond Myklebust1-1/+1
2013-03-01sctp: use the passed in gfp flags instead GFP_KERNELDan Carpenter1-1/+1
2013-03-01ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman2-4/+8
2013-03-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller4-90/+62
2013-03-01l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault1-0/+1
2013-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville4-90/+62
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-101/+162
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds10-574/+749
2013-02-28SUNRPC: add call to get configured timeoutWeston Andros Adamson1-0/+15
2013-02-28sctp: fix association hangs due to partial delivery errorsLee A. Roberts1-11/+43
2013-02-28sctp: fix association hangs due to errors when reneging events from the ordering queueLee A. Roberts1-4/+22
2013-02-28sctp: fix association hangs due to reneging packets below the cumulative TSN ACK pointLee A. Roberts1-2/+7
2013-02-28sctp: fix association hangs due to off-by-one errors in sctp_tsnmap_grow()Lee A. Roberts1-6/+7
2013-02-28SUNRPC: make AF_LOCAL connect synchronousJ. Bruce Fields1-8/+27
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin110-870/+555
2013-02-27sctp: convert to idr_alloc()Tejun Heo1-16/+15
2013-02-27mac80211: convert to idr_alloc()Tejun Heo2-16/+4
2013-02-27net/9p: convert to idr_alloc()Tejun Heo1-11/+6
2013-02-27net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGuenter Roeck1-3/+3
2013-02-27irda: small read beyond end of array in debug codeDan Carpenter1-2/+5
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds10-29/+28
2013-02-26libceph: add support for HASHPSPOOL pool flagSage Weil1-13/+26
2013-02-26libceph: update osd request/reply encodingSage Weil2-77/+174
2013-02-26libceph: calculate placement based on the internal data typesSage Weil2-17/+12
2013-02-26ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil3-83/+91
2013-02-26libceph: decode into cpu-native ceph_pg typeSage Weil3-42/+50
2013-02-26libceph: rename ceph_pg -> ceph_pg_v1Sage Weil2-10/+10
2013-02-26Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-1/+2
2013-02-26mac80211: fix monitor mode channel reportingFelix Fietkau1-3/+9
2013-02-26mac80211: fix idle handling in monitor modeFelix Fietkau1-1/+1
2013-02-26mac80211: Ensure off-channel frames don't get queuedSeth Forshee1-25/+31
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-45/+75
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-10/+10
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+4
2013-02-26get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zeroAl Viro1-1/+0
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds9-91/+170
2013-02-26mac80211: fix the problem of forwarding from DS to DS in MeshChun-Yeow Yeoh1-1/+16
2013-02-26nl80211: remove TCP WoWLAN informationJohannes Berg1-45/+0
2013-02-26nl80211: remove radar informationJohannes Berg1-13/+3
2013-02-26mac80211: fix tim_lock lockingJohannes Berg1-2/+2
2013-02-25libceph: use a do..while loop in con_work()Alex Elder1-41/+42