| Commit message (Expand) | Author | Age | Files | Lines |
* | caif: Use link layer MTU instead of fixed MTU | Sjur Braendeland | 2010-06-21 | 11 | -56/+155 |
* | caif: Bugfix - RFM must support segmentation. | Sjur Braendeland | 2010-06-21 | 5 | -65/+271 |
* | caif: Bugfix not all services uses flow-ctrl. | Sjur Braendeland | 2010-06-21 | 8 | -16/+22 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-06-17 | 30 | -1013/+1242 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-06-17 | 2 | -2/+39 |
| |\ |
|
| | * | mac80211: fix warn, enum may be used uninitialized | Christoph Fritz | 2010-06-16 | 1 | -1/+1 |
| * | | mac80211: Use a separate CCMP PN receive counter for management frames | Jouni Malinen | 2010-06-15 | 5 | -7/+22 |
| * | | mac80211: Protect Deauthentication frame when using MFP | Jouni Malinen | 2010-06-15 | 1 | -3/+7 |
| * | | mac80211: Fix ps-qos network latency handling | Juuso Oikarinen | 2010-06-15 | 4 | -14/+15 |
| * | | mac80211: Fix circular locking dependency in ARP filter handling | Juuso Oikarinen | 2010-06-14 | 6 | -74/+58 |
| * | | mac80211: remove BSS from cfg80211 list when leaving IBSS | Teemu Paasikivi | 2010-06-14 | 1 | -0/+25 |
| * | | mac80211: Set changed basic rates flag | Teemu Paasikivi | 2010-06-14 | 1 | -0/+1 |
| * | | mac80211: Set basic rates while joining ibss network | Teemu Paasikivi | 2010-06-14 | 3 | -1/+54 |
| * | | mac80211: bracket driver tracing | Johannes Berg | 2010-06-14 | 2 | -122/+156 |
| * | | mac80211: fix mgmt frame accounting | Johannes Berg | 2010-06-14 | 1 | -12/+13 |
| * | | mac80211: update aggregation documentation | Johannes Berg | 2010-06-14 | 2 | -16/+50 |
| * | | mac80211: allow drivers to sleep in ampdu_action | Johannes Berg | 2010-06-14 | 1 | -2/+1 |
| * | | mac80211: change TX aggregation locking | Johannes Berg | 2010-06-14 | 3 | -47/+58 |
| * | | mac80211: defer TX agg session teardown to work | Johannes Berg | 2010-06-14 | 1 | -5/+5 |
| * | | mac80211: change RX aggregation locking | Johannes Berg | 2010-06-14 | 6 | -11/+21 |
| * | | mac80211: fix RX aggregation timer | Johannes Berg | 2010-06-14 | 1 | -0/+4 |
| * | | mac80211: defer RX agg session teardown to work | Johannes Berg | 2010-06-14 | 4 | -14/+20 |
| * | | mac80211: move BA session work | Johannes Berg | 2010-06-14 | 4 | -38/+40 |
| * | | mac80211: make TX aggregation start/stop request async | Johannes Berg | 2010-06-14 | 7 | -58/+139 |
| * | | mac80211: refcount aggregation queue stop | Johannes Berg | 2010-06-14 | 3 | -40/+51 |
| * | | mac80211: remove non-irqsafe aggregation callbacks | Johannes Berg | 2010-06-14 | 2 | -2/+2 |
| * | | mac80211: use RCU for TX aggregation | Johannes Berg | 2010-06-14 | 8 | -177/+206 |
| * | | mac80211: use RCU for RX aggregation | Johannes Berg | 2010-06-14 | 4 | -63/+61 |
| * | | mac80211: move aggregation callback processing | Johannes Berg | 2010-06-14 | 5 | -28/+30 |
| * | | mac80211: move blockack stop due to fragmentation | Johannes Berg | 2010-06-14 | 2 | -4/+33 |
| * | | mac80211: always process blockack action from workqueue | Johannes Berg | 2010-06-14 | 3 | -55/+43 |
| * | | mac80211: pull mgmt frame rx into rx handler | Johannes Berg | 2010-06-14 | 6 | -97/+48 |
| * | | mac80211: common work skb freeing | Johannes Berg | 2010-06-14 | 4 | -9/+3 |
| * | | mac80211: use common work function | Johannes Berg | 2010-06-14 | 5 | -73/+84 |
| * | | mac80211: use common work struct | Johannes Berg | 2010-06-14 | 8 | -38/+29 |
| * | | mac80211: use common skb queue | Johannes Berg | 2010-06-14 | 5 | -34/+20 |
| * | | mac80211: simplify station/aggregation code | Johannes Berg | 2010-06-14 | 6 | -56/+24 |
| * | | cfg80211/mac80211: allow action frame TX/RX in IBSS | Johannes Berg | 2010-06-14 | 6 | -52/+57 |
* | | | net: Export cred_to_ucred to modules. | David S. Miller | 2010-06-17 | 1 | -0/+1 |
* | | | af_unix: Allow connecting to sockets in other network namespaces. | Eric W. Biederman | 2010-06-16 | 1 | -5/+2 |
* | | | af_unix: Allow credentials to work across user and pid namespaces. | Eric W. Biederman | 2010-06-16 | 1 | -22/+31 |
* | | | scm: Capture the full credentials of the scm sender. | Eric W. Biederman | 2010-06-16 | 1 | -0/+24 |
* | | | af_netlink: Add needed scm_destroy after scm_send. | Eric W. Biederman | 2010-06-16 | 1 | -3/+8 |
* | | | af_unix: Allow SO_PEERCRED to work across namespaces. | Eric W. Biederman | 2010-06-16 | 2 | -15/+40 |
* | | | sock: Introduce cred_to_ucred | Eric W. Biederman | 2010-06-16 | 1 | -0/+14 |
* | | | syncookies: check decoded options against sysctl settings | Florian Westphal | 2010-06-16 | 2 | -8/+21 |
* | | | inetpeer: restore small inet_peer structures | Eric Dumazet | 2010-06-16 | 3 | -6/+10 |
* | | | inetpeer: do not use zero refcnt for freed entries | Eric Dumazet | 2010-06-16 | 1 | -2/+8 |
* | | | bridge: Add const to dummy br_netpoll_send_skb | Herbert Xu | 2010-06-16 | 1 | -1/+1 |
* | | | ipfrag : frag_kfree_skb() cleanup | Eric Dumazet | 2010-06-16 | 2 | -11/+5 |