aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
* mac80211: don't wait for TX status foreverJohannes Berg2013-07-31
* mac80211: fix infinite loop in ieee80211_determine_chantypeChris Wright2013-07-31
* nl80211: fix another nl80211_fam.attrbuf raceJohannes Berg2013-07-30
* regulatory: use correct regulatory initiator on wiphy registerArik Nemtsov2013-07-25
* mac80211: fix monitor interface suspend crash regressionStanislaw Gruszka2013-07-23
* mac80211: prevent the buffering or frame transmission to non-assoc mesh STAChun-Yeow Yeoh2013-07-22
* mac80211/minstrel: fix NULL pointer dereference issueFelix Fietkau2013-07-16
* mac80211: fix duplicate retransmission detectionJohannes Berg2013-07-16
* nl80211: fix the setting of RSSI threshold value for meshChun-Yeow Yeoh2013-07-16
* mac80211: fix ethtool stats for non-station interfacesJohannes Berg2013-07-16
* mac80211/minstrel_ht: fix cck rate samplingFelix Fietkau2013-07-16
* regulatory: add missing rtnl lockingJohannes Berg2013-07-16
* cfg80211: fix bugs in new SME implementationJohannes Berg2013-07-16
* nl80211: fix mgmt tx status and testmode reporting for netnsMichal Kazior2013-07-16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-14
|\
| * sunrpc: now we can just set ->s_d_opAl Viro2013-07-14
| * __rpc_lookup_create_exclusive: pass string instead of qstrAl Viro2013-07-14
| * rpc_create_*_dir: don't bother with qstrAl Viro2013-07-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-13
|\ \
| * | ipv6: only static routes qualify for equal cost multipathingHannes Frederic Sowa2013-07-12
| * | tcp: account all retransmit failuresYuchung Cheng2013-07-12
| * | net: access page->private by using page_privateSunghan Suh2013-07-12
| * | net: strict_strtoul is obsolete, use kstrtoul instead“Cosmin2013-07-12
| * | net/tipc: use %*phC to dump small buffers in hex formAndy Shevchenko2013-07-11
| * | gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck2013-07-11
| * | pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente2013-07-11
| * | pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente2013-07-11
| * | gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck2013-07-11
| * | inet: fix spacing in assignmentCamelia Groza2013-07-11
| * | ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa2013-07-11
| * | 9p: fix off by one causing access violations and memory corruptionSasha Levin2013-07-11
| * | ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa2013-07-10
| * | net: rename busy poll socket op and globalsEliezer Tamir2013-07-10
| * | net: rename ll methods to busy-pollEliezer Tamir2013-07-10
| * | net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-10
* | | Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-11
|\ \ \
| * | | SUNRPC: Fix a deadlock in rpc_client_register()Trond Myklebust2013-07-10
| * | | rpc_pipe: rpc_dir_inode_operations can be staticFengguang Wu2013-07-09
| * | | rpc_pipe: set dentry operations at d_alloc timeJeff Layton2013-07-09
* | | | Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds2013-07-11
|\ \ \ \
| * | | | 9P: Add cancelled() to the transport functions.Simon Derr2013-07-07
| * | | | 9P/RDMA: count posted buffers without a pending requestSimon Derr2013-07-07
| * | | | 9P/RDMA: Improve error handling in rdma_requestSimon Derr2013-07-07
| * | | | 9P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr2013-07-07
| * | | | 9P/RDMA: Use a semaphore to protect the RQSimon Derr2013-07-07
| * | | | 9P/RDMA: Protect against duplicate repliesSimon Derr2013-07-07
| * | | | 9P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr2013-07-07
| * | | | 9pnet: refactor struct p9_fcall alloc codeSimon Derr2013-07-07
| * | | | 9P/RDMA: rdma_request() needs not allocate req->rcSimon Derr2013-07-07
| * | | | 9P: Fix fcall allocation for rdmaSimon Derr2013-07-07