| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | regulatory: use proper enum for return values | Johannes Berg | 2013-01-03 | 1 | -64/+69 |
* | regulatory: remove useless locking on exit | Johannes Berg | 2013-01-03 | 1 | -8/+3 |
* | regulatory: code cleanup | Johannes Berg | 2013-01-03 | 4 | -195/+116 |
* | regulatory: simplify regulatory_hint_11d | Johannes Berg | 2013-01-03 | 1 | -5/+0 |
* | regulatory: don't test list before iterating | Johannes Berg | 2013-01-03 | 1 | -47/+19 |
* | regulatory: clean up reg_copy_regd() | Johannes Berg | 2013-01-03 | 1 | -26/+24 |
* | regulatory: clean up regdom_intersect | Johannes Berg | 2013-01-03 | 1 | -10/+2 |
* | regulatory: don't allocate too much memory | Johannes Berg | 2013-01-03 | 1 | -3/+4 |
* | regulatory: don't write past array when intersecting rules | Johannes Berg | 2013-01-03 | 1 | -2/+2 |
* | mac80211: remove a bit of dead mesh code | Johannes Berg | 2013-01-03 | 1 | -5/+0 |
* | mac80211: optimise roaming time again | Johannes Berg | 2013-01-03 | 4 | -17/+47 |
* | mac80211: warn if unexpectedly removing stations | Johannes Berg | 2013-01-03 | 1 | -5/+7 |
* | mac80211: remove final sta_info_flush() | Johannes Berg | 2013-01-03 | 7 | -30/+16 |
* | mac80211: use short slot time in mesh for 5GHz | Chun-Yeow Yeoh | 2013-01-03 | 1 | -7/+14 |
* | mac80211: Allow disabling SGI-20 | Ben Greear | 2013-01-03 | 2 | -0/+4 |
* | mac80211: fix maximum MTU | Chaitanya | 2013-01-03 | 1 | -10/+1 |
* | mac80211: fix dtim_period in hidden SSID AP association | Johannes Berg | 2013-01-03 | 3 | -37/+55 |
* | mac80211: use del_timer_sync for final sta cleanup timer deletion | Johannes Berg | 2013-01-03 | 1 | -1/+1 |
* | mac80211: fix station destruction in AP/mesh modes | Johannes Berg | 2013-01-03 | 4 | -17/+62 |
* | mac80211: RMC buckets are just list heads | Thomas Pedersen | 2013-01-03 | 2 | -5/+5 |
* | mac80211: assign VLAN channel contexts | Johannes Berg | 2013-01-03 | 3 | -3/+45 |
* | mac80211: flush AP_VLAN stations when tearing down the BSS AP | Felix Fietkau | 2013-01-03 | 1 | -0/+2 |
* | mac80211: fix ibss scanning | Stanislaw Gruszka | 2013-01-03 | 3 | -18/+31 |
* | Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-12-20 | 5 | -60/+61 |
|\ |
|
| * | nfsd4: cleanup: replace rq_resused count by rq_next_page pointer | J. Bruce Fields | 2012-12-17 | 4 | -7/+11 |
| * | svcrpc: fix some printks | J. Bruce Fields | 2012-12-17 | 1 | -4/+4 |
| * | SUNRPC: remove redundant "linux/nsproxy.h" includes | Stanislav Kinsbursky | 2012-12-10 | 2 | -2/+0 |
| * | svcrpc: support multiple-fragment rpc's | J. Bruce Fields | 2012-12-04 | 1 | -25/+25 |
| * | svcrpc: track rpc data length separately from sk_tcplen | J. Bruce Fields | 2012-12-04 | 1 | -7/+12 |
| * | svcrpc: fix off-by-4 error in "incomplete TCP record" dprintk | J. Bruce Fields | 2012-12-04 | 1 | -1/+2 |
| * | svcrpc: delay minimum-rpc-size check till later | J. Bruce Fields | 2012-12-04 | 1 | -9/+7 |
| * | svcrpc: don't byte-swap sk_reclen in place | J. Bruce Fields | 2012-12-04 | 1 | -15/+11 |
| * | svcrpc: demote some printks to a dprintk | J. Bruce Fields | 2012-11-07 | 1 | -3/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-12-20 | 4 | -111/+105 |
|\ \ |
|
| * | | libceph: register request before unregister linger | Alex Elder | 2012-12-20 | 1 | -1/+1 |
| * | | libceph: don't use rb_init_node() in ceph_osdc_alloc_request() | Alex Elder | 2012-12-20 | 1 | -1/+1 |
| * | | libceph: init event->node in ceph_osdc_create_event() | Alex Elder | 2012-12-20 | 1 | -0/+1 |
| * | | libceph: init osd->o_node in create_osd() | Alex Elder | 2012-12-20 | 1 | -0/+1 |
| * | | libceph: report connection fault with warning | Alex Elder | 2012-12-20 | 1 | -1/+1 |
| * | | libceph: socket can close in any connection state | Alex Elder | 2012-12-17 | 1 | -17/+30 |
| * | | rbd: remove linger unconditionally | Alex Elder | 2012-12-17 | 1 | -1/+1 |
| * | | libceph: avoid using freed osd in __kick_osd_requests() | Alex Elder | 2012-12-17 | 1 | -1/+2 |
| * | | ceph: don't reference req after put | Alex Elder | 2012-12-17 | 1 | -1/+1 |
| * | | libceph: remove 'osdtimeout' option | Sage Weil | 2012-12-13 | 2 | -45/+5 |
| * | | libceph: define ceph_pg_pool_name_by_id() | Alex Elder | 2012-11-01 | 1 | -0/+16 |
| * | | libceph: fix osdmap decode error paths | Sage Weil | 2012-10-30 | 1 | -11/+20 |
| * | | libceph: avoid NULL kref_put from NULL alloc_msg return | Sage Weil | 2012-10-26 | 1 | -1/+2 |
| * | | rbd: define common queue_con_delay() | Alex Elder | 2012-10-09 | 1 | -15/+23 |
| * | | rbd: let con_work() handle backoff | Alex Elder | 2012-10-09 | 1 | -18/+2 |
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-20 | 1 | -1/+2 |
|\ \ \ |
|