| Commit message (Expand) | Author | Age | Files | Lines |
* | cfg80211: fix locking | Johannes Berg | 2009-07-10 | 1 | -5/+19 |
* | cfg80211: mlme API must be able to sleep | Johannes Berg | 2009-07-10 | 1 | -16/+14 |
* | cfg80211: dont use union for wext | Johannes Berg | 2009-07-10 | 1 | -4/+2 |
* | cfg80211: let SME control reassociation vs. association | Johannes Berg | 2009-07-10 | 2 | -1/+7 |
* | rfkill: prep for rfkill API changes | Johannes Berg | 2009-07-10 | 1 | -0/+14 |
* | cfg80211: keep track of BSSes | Johannes Berg | 2009-07-10 | 1 | -64/+22 |
* | cfg80211: assimilate and export ieee80211_bss_get_ie | Johannes Berg | 2009-07-10 | 1 | -0/+9 |
* | cfg80211: implement get_wireless_stats | Johannes Berg | 2009-07-10 | 1 | -0/+1 |
* | cfg80211: implement IWRATE | Johannes Berg | 2009-07-10 | 1 | -0/+32 |
* | cfg80211: implement IWAP for WDS | Johannes Berg | 2009-07-10 | 1 | -0/+10 |
* | cfg80211: implement iwpower | Johannes Berg | 2009-07-10 | 1 | -0/+13 |
* | cfg80211: managed mode wext compatibility | Johannes Berg | 2009-07-10 | 1 | -1/+35 |
* | cfg80211: emulate connect with auth/assoc | Johannes Berg | 2009-07-10 | 1 | -1/+5 |
* | cfg80211: connect/disconnect API | Samuel Ortiz | 2009-07-10 | 2 | -6/+209 |
* | wireless: define AKM suites | Johannes Berg | 2009-07-10 | 1 | -0/+4 |
* | cfg80211: introduce nl80211 testmode command | Johannes Berg | 2009-07-10 | 3 | -0/+99 |
* | wext: constify extra argument to wireless_send_event | Johannes Berg | 2009-07-10 | 1 | -1/+1 |
* | cfg80211: remove wireless_dev->bssid | Johannes Berg | 2009-07-10 | 1 | -1/+0 |
* | cfg80211: use proper allocation flags | Johannes Berg | 2009-07-10 | 1 | -7/+14 |
* | cfg80211: add wrapper function to get wiphy from priv pointer | David Kilroy | 2009-07-10 | 1 | -0/+11 |
* | mac80211: push rx status into skb->cb | Johannes Berg | 2009-07-10 | 1 | -15/+14 |
* | usbnet: Add stop function pointer to 'struct rndis_data'. | Jussi Kivilinna | 2009-07-10 | 1 | -0/+3 |
* | cfg80211: pass netdev to change_virtual_intf | Johannes Berg | 2009-07-10 | 1 | -1/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-07-09 | 3 | -1/+74 |
|\ |
|
| * | memory barrier: adding smp_mb__after_lock | Jiri Olsa | 2009-07-09 | 2 | -1/+9 |
| * | net: adding memory barrier to the poll and receive callbacks | Jiri Olsa | 2009-07-09 | 1 | -0/+66 |
| * | includecheck fix: include/linux, rfkill.h | Jaswinder Singh Rajput | 2009-07-08 | 1 | -1/+0 |
* | | net, netns_xt: shrink netns_xt members | Cyrill Gorcunov | 2009-07-05 | 1 | -0/+3 |
* | | tipc: Add socket options to get number of queued messages | oscar.medina@motorola.com | 2009-07-05 | 1 | -0/+2 |
* | | cleanup: remove unused member in scm_cookie. | Rami Rosen | 2009-07-05 | 1 | -2/+0 |
* | | net: remove NET_RX_BAD and NET_RX_CN* defines | Florian Westphal | 2009-07-05 | 1 | -4/+0 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-07-05 | 1 | -0/+1 |
|\| |
|
| * | if_ether: add define for 1588 aka Timesync | Alexander Duyck | 2009-07-02 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Linus Torvalds | 2009-07-04 | 3 | -6/+18 |
|\ \ |
|
| * | | Add new __init_task_data macro to be used in arch init_task.c files. | Tim Abbott | 2009-06-27 | 1 | -0/+3 |
| * | | asm-generic/vmlinux.lds.h: shuffle INIT_TASK* macro names in vmlinux.lds.h | Tim Abbott | 2009-06-27 | 1 | -4/+4 |
| * | | Add new macros for page-aligned data and bss sections. | Tim Abbott | 2009-06-26 | 1 | -0/+9 |
| * | | asm-generic/vmlinux.lds.h: Fix up RW_DATA_SECTION definition. | Paul Mundt | 2009-06-26 | 1 | -2/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2009-07-01 | 1 | -2/+34 |
|\ \ \ |
|
| * | | | fuse: invalidation reverse calls | John Muir | 2009-06-30 | 1 | -0/+16 |
| * | | | fuse: allow umask processing in userspace | Miklos Szeredi | 2009-06-30 | 1 | -2/+18 |
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-07-01 | 2 | -20/+17 |
|\ \ \ \ |
|
| * | | | | block: get rid of queue-private command filter | Jens Axboe | 2009-07-01 | 1 | -14/+1 |
| * | | | | block: Create bip slabs with embedded integrity vectors | Martin K. Petersen | 2009-07-01 | 1 | -6/+16 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-07-01 | 4 | -3/+17 |
|\ \ \ \ \
| |/ / / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | usbnet: Remove private stats structure | Herbert Xu | 2009-06-30 | 1 | -1/+0 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2009-06-29 | 3 | -2/+17 |
| |\ \ \ |
|
| | * | | | netfilter: xtables: conntrack match revision 2 | Jan Engelhardt | 2009-06-29 | 1 | -0/+13 |
| | * | | | netfilter: headers_check fix: linux/netfilter/xt_osf.h | Jaswinder Singh Rajput | 2009-06-29 | 1 | -0/+2 |
| | * | | | netfilter: tcp conntrack: fix unacknowledged data detection with NAT | Patrick McHardy | 2009-06-29 | 1 | -2/+2 |
| | |/ / |
|