| Commit message (Expand) | Author | Age | Files | Lines |
* | net: use net_eq to compare nets | Octavian Purdila | 2009-11-26 | 43 | -67/+69 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-11-25 | 43 | -766/+1008 |
|\ |
|
| * | mac80211: Fix missing kernel-doc notation | Jaswinder Singh Rajput | 2009-11-23 | 1 | -1/+1 |
| * | mac80211: fix rcu locking | Johannes Berg | 2009-11-23 | 1 | -1/+3 |
| * | mac80211: remove dead struct member | Johannes Berg | 2009-11-23 | 1 | -1/+0 |
| * | mac80211: fix endianess on mesh_path_error_tx() calls | Rui Paulo | 2009-11-19 | 1 | -2/+2 |
| * | mac80211: add per-station HT capability file | Johannes Berg | 2009-11-19 | 1 | -0/+29 |
| * | mac80211: avoid spurious deauth frames/messages | Johannes Berg | 2009-11-19 | 2 | -11/+42 |
| * | mac80211: request TX status where needed | Johannes Berg | 2009-11-19 | 1 | -2/+2 |
| * | cfg80211: disallow bridging managed/adhoc interfaces | Johannes Berg | 2009-11-19 | 4 | -4/+47 |
| * | cfg80211: introduce capability for 4addr mode | Johannes Berg | 2009-11-19 | 8 | -30/+71 |
| * | cfg80211: convert bools into flags | Johannes Berg | 2009-11-19 | 5 | -18/+18 |
| * | mac80211: update cfg80211 scan result code for the updated mesh conf IE | Rui Paulo | 2009-11-18 | 1 | -13/+18 |
| * | mac80211: use a structure to hold the mesh config information element | Rui Paulo | 2009-11-18 | 4 | -23/+16 |
| * | mac80211: move TX status handling | Johannes Berg | 2009-11-18 | 4 | -337/+351 |
| * | mac80211: remove encrypt parameter from ieee80211_tx_skb | Johannes Berg | 2009-11-18 | 12 | -24/+27 |
| * | rfkill: Add constant for RFKILL_TYPE_FM radio devices | Marcel Holtmann | 2009-11-18 | 1 | -1/+3 |
| * | cfg80211: re-join IBSS when privacy changes | Johannes Berg | 2009-11-18 | 3 | -11/+44 |
| * | mac80211: Fix panic in aggregation handling | Sujith | 2009-11-18 | 1 | -0/+2 |
| * | cfg80211: Allow reassociation in associated state | Jouni Malinen | 2009-11-18 | 1 | -2/+18 |
| * | mac80211: make software rate control optional | Johannes Berg | 2009-11-18 | 5 | -13/+42 |
| * | mac80211: use fixed broadcast address | Johannes Berg | 2009-11-18 | 6 | -19/+27 |
| * | mac80211: remove dev_hold/put calls | Johannes Berg | 2009-11-18 | 1 | -11/+5 |
| * | mac80211: improve rate handling | Johannes Berg | 2009-11-18 | 2 | -18/+18 |
| * | mac80211: trim RX data | Johannes Berg | 2009-11-18 | 4 | -54/+61 |
| * | mac80211: cleanup reorder buffer handling | Johannes Berg | 2009-11-18 | 1 | -81/+81 |
| * | mac80211: push michael MIC report after DA check | Johannes Berg | 2009-11-18 | 1 | -24/+23 |
| * | mac80211: convert aggregation to operate on vifs/stas | Johannes Berg | 2009-11-18 | 7 | -72/+58 |
| * | mac80211: let sta_info_get_by_idx get sta by sdata | Johannes Berg | 2009-11-18 | 3 | -7/+8 |
| * | mac80211: reduce the amount of unnecessary traffic on cooked monitor interfaces | Felix Fietkau | 2009-11-18 | 1 | -0/+5 |
* | | net/ipv6: Move && and || to end of previous line | Joe Perches | 2009-11-24 | 1 | -4/+4 |
* | | net/ipv4: Move && and || to end of previous line | Joe Perches | 2009-11-23 | 12 | -72/+73 |
* | | net: Fix missing kernel-doc notation | Jaswinder Singh Rajput | 2009-11-23 | 1 | -1/+1 |
* | | tcp: Don't make syn cookies initial setting depend on CONFIG_SYSCTL | David S. Miller | 2009-11-21 | 1 | -7/+1 |
* | | net: rename skb->iif to skb->skb_iif | Eric Dumazet | 2009-11-21 | 5 | -7/+7 |
* | | X25: Enable setting of cause and diagnostic fields | Andrew Hendry | 2009-11-19 | 2 | -0/+18 |
* | | netsched: Allow var_sk_bound_if meta to work on all namespaces | Eric Dumazet | 2009-11-19 | 1 | -1/+2 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-19 | 13 | -7/+18 |
|\ \
| |/
|/| |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-11-18 | 11 | -45/+75 |
| |\ |
|
| | * | vlan: Fix register_vlan_dev() error path | Eric Dumazet | 2009-11-17 | 1 | -2/+5 |
| | * | gro: Fix illegal merging of trailer trash | Herbert Xu | 2009-11-17 | 1 | -1/+2 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-11-09 | 10 | -92/+107 |
| |\ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-11-03 | 12 | -44/+65 |
| |\ \ \ |
|
| * | | | | 9p: fix readdir corner cases | Eric Van Hensbergen | 2009-11-02 | 1 | -3/+2 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-10-29 | 11 | -29/+65 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2009-10-23 | 1 | -1/+0 |
| |\ \ \ \ \ |
|
| | * | | | | | virtio: let header files include virtio_ids.h | Christian Borntraeger | 2009-10-22 | 1 | -1/+0 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-10-23 | 8 | -29/+97 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-10-16 | 10 | -40/+66 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 9 | -0/+9 |