| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: do not send reset to already closed sockets | Konstantin Khorenko | 2010-06-24 | 1 | -0/+4 |
* | net: fix "netpoll: Allow netpoll_setup/cleanup recursion" | Andrew Morton | 2010-06-24 | 1 | -1/+0 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-06-23 | 5 | -9/+15 |
|\ |
|
| * | udp: Fix bogus UFO packet generation | Herbert Xu | 2010-06-21 | 1 | -3/+6 |
| * | bridge: fdb cleanup runs too often | stephen hemminger | 2010-06-17 | 1 | -4/+2 |
| * | Clear IFF_XMIT_DST_RELEASE for teql interfaces | Tom Hughes | 2010-06-16 | 1 | -0/+1 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-06-16 | 1 | -1/+1 |
| |\ |
|
| * | | bridge: Fix OOM crash in deliver_clone | Herbert Xu | 2010-06-15 | 1 | -2/+2 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-06-15 | 1 | -0/+4 |
| |\ \ |
|
| | * | | ipvs: Add missing locking during connection table hashing and unhashing | Sven Wegener | 2010-06-09 | 1 | -0/+4 |
* | | | | net - IP_NODEFRAG option for IPv4 socket | Jiri Olsa | 2010-06-23 | 3 | -1/+15 |
* | | | | bridge: 64bit rx/tx counters | Eric Dumazet | 2010-06-23 | 3 | -13/+23 |
* | | | | net: consolidate netif_needs_gso() checks | John Fastabend | 2010-06-23 | 1 | -36/+32 |
* | | | | caif: Add debug connection type for CAIF. | Sjur Braendeland | 2010-06-20 | 1 | -0/+5 |
* | | | | caif: Use link layer MTU instead of fixed MTU | Sjur Braendeland | 2010-06-20 | 11 | -56/+155 |
* | | | | caif: Bugfix - RFM must support segmentation. | Sjur Braendeland | 2010-06-20 | 5 | -65/+271 |
* | | | | caif: Bugfix not all services uses flow-ctrl. | Sjur Braendeland | 2010-06-20 | 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 |