summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann2013-03-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-0519-139/+175
|\
| * tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell2013-03-041-3/+3
| * CAIF: fix sparse warning for caif_usbSilviu-Mihai Popescu2013-03-041-2/+2
| * rds: simplify a warning messageCong Wang2013-03-041-4/+1
| * net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti2013-03-041-1/+2
| * sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZECong Wang2013-03-041-5/+3
| * rds: limit the size allocated by rds_message_alloc()Cong Wang2013-03-041-0/+3
| * caif_dev: fix sparse warnings for caif_flow_cbSilviu-Mihai Popescu2013-03-031-1/+1
| * sctp: use the passed in gfp flags instead GFP_KERNELDan Carpenter2013-03-011-1/+1
| * ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman2013-03-012-4/+8
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-03-014-90/+62
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-014-90/+62
| | |\
| | | * mac80211: fix monitor mode channel reportingFelix Fietkau2013-02-261-3/+9
| | | * mac80211: fix idle handling in monitor modeFelix Fietkau2013-02-261-1/+1
| | | * mac80211: Ensure off-channel frames don't get queuedSeth Forshee2013-02-261-25/+31
| | | * mac80211: fix the problem of forwarding from DS to DS in MeshChun-Yeow Yeoh2013-02-261-1/+16
| | | * nl80211: remove TCP WoWLAN informationJohannes Berg2013-02-261-45/+0
| | | * nl80211: remove radar informationJohannes Berg2013-02-261-13/+3
| | | * mac80211: fix tim_lock lockingJohannes Berg2013-02-261-2/+2
| * | | l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault2013-03-011-0/+1
| |/ /
| * | sctp: fix association hangs due to partial delivery errorsLee A. Roberts2013-02-281-11/+43
| * | sctp: fix association hangs due to errors when reneging events from the order...Lee A. Roberts2013-02-281-4/+22
| * | sctp: fix association hangs due to reneging packets below the cumulative TSN ...Lee A. Roberts2013-02-281-2/+7
| * | sctp: fix association hangs due to off-by-one errors in sctp_tsnmap_grow()Lee A. Roberts2013-02-281-6/+7
| * | net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGuenter Roeck2013-02-271-3/+3
| * | irda: small read beyond end of array in debug codeDan Carpenter2013-02-271-2/+5
| * | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-02-261-1/+2
| |\ \
| | * | netfilter: ipset: "Directory not empty" error messageJozsef Kadlecsik2013-02-211-1/+2
* | | | Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-03-022-1/+20
|\ \ \ \
| * | | | SUNRPC: One line comment fixTrond Myklebust2013-03-021-1/+1
| * | | | SUNRPC: add call to get configured timeoutWeston Andros Adamson2013-02-281-0/+15
| * | | | SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust2013-02-221-1/+5
* | | | | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-2812-101/+162
|\ \ \ \ \
| * | | | | SUNRPC: make AF_LOCAL connect synchronousJ. Bruce Fields2013-02-281-8/+27
| * | | | | svcrpc: fix rpc server shutdown racesJ. Bruce Fields2013-02-172-34/+32
| * | | | | svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields2013-02-171-13/+2
| * | | | | SUNRPC: move cache_detail->cache_request callback call to cache_read()Stanislav Kinsbursky2013-02-151-12/+20
| * | | | | SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() functionStanislav Kinsbursky2013-02-151-7/+3
| * | | | | SUNRPC: rework cache upcall logicStanislav Kinsbursky2013-02-153-23/+7
| * | | | | SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky2013-02-152-3/+6
| * | | | | sunrpc: trim off trailing checksum before returning decrypted or integrity au...Jeff Layton2013-02-083-2/+51
| * | | | | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-056-2/+7
| * | | | | sunrpc: Fix lockd sleeping until timeoutAndriy Skulysh2013-01-231-1/+8
| * | | | | svcrpc: silence "unused variable" warning in !RPC_DEBUG caseJ. Bruce Fields2013-01-231-0/+4
| * | | | | nfsd: Remove write permission from file contentYanchuan Nian2013-01-231-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-02-2810-574/+749
|\ \ \ \ \ \
| * | | | | | libceph: add support for HASHPSPOOL pool flagSage Weil2013-02-261-13/+26
| * | | | | | libceph: update osd request/reply encodingSage Weil2013-02-262-77/+174
| * | | | | | libceph: calculate placement based on the internal data typesSage Weil2013-02-262-17/+12
OpenPOWER on IntegriCloud