| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | packet: Add GSO/csum offload support. | Sridhar Samudrala | 2010-02-04 | 1 | -11/+176 |
| * | | | ipv4: obsolete config in kernel source (IP_ROUTE_PERVASIVE) | Christoph Egger | 2010-02-04 | 1 | -4/+0 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-02-04 | 29 | -224/+503 |
| |\ \ \ |
|
| | * | | | lib80211: Introduce TKIP_HDR_LEN define for code clarity | Andriy Tkachuk | 2010-02-02 | 1 | -10/+10 |
| | * | | | lib80211: Cosmetics - make room for MIC/CRC near the actual calculation | Andriy Tkachuk | 2010-02-02 | 2 | -3/+2 |
| | * | | | mac80211: Don't call rate control when HW handles it | Vasanthakumar | 2010-02-01 | 1 | -0/+4 |
| | * | | | mac80211: fix sta lookup with AP VLAN interfaces and injected frames | Felix Fietkau | 2010-02-01 | 1 | -0/+2 |
| | * | | | mac80211: fix monitor mode tx radiotap header handling | Felix Fietkau | 2010-02-01 | 1 | -2/+4 |
| | * | | | mac80211: fix sta lookup for received action frames on an AP VLAN | Felix Fietkau | 2010-02-01 | 1 | -2/+2 |
| | * | | | mac80211: reduce stack usage in sta_agg_status_read() | Pavel Roskin | 2010-02-01 | 1 | -11/+13 |
| | * | | | mac80211: reduce stack usage in sta_ht_capa_read() | Pavel Roskin | 2010-02-01 | 1 | -1/+1 |
| | * | | | cfg80211: add regulatory hint disconnect support | Luis R. Rodriguez | 2010-02-01 | 3 | -3/+212 |
| | * | | | cfg80211: avoid flushing the global workqueue for core reg hints | Luis R. Rodriguez | 2010-02-01 | 1 | -3/+1 |
| | * | | | cfg80211: fix wext-compat for setting rate to 'auto' | John W. Linville | 2010-01-27 | 1 | -1/+1 |
| | * | | | mac80211: wait for beacon before enabling powersave | Johannes Berg | 2010-01-26 | 2 | -7/+24 |
| | * | | | cfg80211: export cfg80211_find_ie | Johannes Berg | 2010-01-26 | 1 | -18/+20 |
| | * | | | mac80211: fill jiffies/vif on filtered frames | Johannes Berg | 2010-01-25 | 1 | -0/+3 |
| | * | | | mac80211: track work started through callbacks | Johannes Berg | 2010-01-25 | 2 | -8/+10 |
| | * | | | mac80211: fix sw crypto | Johannes Berg | 2010-01-25 | 1 | -1/+1 |
| | * | | | mac80211: fix WARN_ON in the new work code | Felix Fietkau | 2010-01-25 | 1 | -2/+0 |
| | * | | | mac80211: fix update_tkip_key() documentation about the context | Kalle Valo | 2010-01-25 | 1 | -2/+0 |
| | * | | | mac80211: fix tx select key null pointer crash with hostapd | Kalle Valo | 2010-01-23 | 1 | -3/+4 |
| | * | | | mac80211: add missing key check | Johannes Berg | 2010-01-22 | 1 | -1/+1 |
| | * | | | mac80211: fix rx data handling for non-data frames on multiple vifs | Felix Fietkau | 2010-01-22 | 1 | -17/+28 |
| | * | | | mac80211: Account HT Control field in Data frame hdrlen according to 802.11n-... | Andriy Tkachuk | 2010-01-22 | 1 | -1/+4 |
| | * | | | cfg80211: export multiple MAC addresses in sysfs | Johannes Berg | 2010-01-22 | 2 | -0/+32 |
| | * | | | mac80211: pass vif and station to update_tkip_key | Johannes Berg | 2010-01-22 | 3 | -17/+24 |
| | * | | | mac80211: avoid NULL ptr deref when using WEP | John W. Linville | 2010-01-22 | 1 | -3/+2 |
| | * | | | nl80211: Allow association to change channels during reassociation | Jouni Malinen | 2010-01-19 | 1 | -1/+3 |
| | * | | | mac80211: Fixed a bug in IBSS merge | Benoit Papillault | 2010-01-19 | 1 | -5/+1 |
| | * | | | mac80211: removed useless code in IBSS management | Benoit Papillault | 2010-01-19 | 1 | -7/+9 |
| | * | | | cfg80211: rcu-ify rdev and wdev | Johannes Berg | 2010-01-19 | 2 | -12/+17 |
| | * | | | mac80211: re-enable re-transmission of filtered frames | Johannes Berg | 2010-01-19 | 2 | -28/+11 |
| | * | | | mac80211: move control.hw_key assignment | Johannes Berg | 2010-01-19 | 4 | -49/+46 |
| | * | | | mac80211: remove useless setting of IEEE80211_TX_INTFL_DONT_ENCRYPT | Johannes Berg | 2010-01-19 | 1 | -3/+0 |
| | * | | | mac80211: clear TX control on filtered frames | Johannes Berg | 2010-01-19 | 1 | -0/+8 |
| | * | | | mac80211: move and rename misc tx handler | Johannes Berg | 2010-01-19 | 1 | -12/+12 |
| | * | | | mac80211: pid: replace open-coded msecs_to_jiffies | Bob Copeland | 2010-01-19 | 1 | -6/+2 |
| | * | | | mac80211: fix WMM AC default for non-QoS data frames | Felix Fietkau | 2010-01-19 | 1 | -1/+5 |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 | John W. Linville | 2010-01-19 | 7 | -7/+21 |
| | |\ \ \ |
|
| * | | | | | net: maintain namespace isolation between vlan and real device | Arnd Bergmann | 2010-02-03 | 2 | -5/+32 |
| * | | | | | net/rds: remove uses of NIPQUAD, use %pI4 | Joe Perches | 2010-02-03 | 3 | -9/+8 |
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-02-03 | 9 | -57/+66 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | * | | | | dccp: fix auto-loading of dccp(_probe) | Gerrit Renker | 2010-02-03 | 1 | -2/+2 |
| | * | | | | dccp: fix bug in cache allocation | Gerrit Renker | 2010-02-03 | 2 | -4/+6 |
| | * | | | | netlink: fix for too early rmmod | Alexey Dobriyan | 2010-02-03 | 1 | -0/+5 |
| | * | | | | af_key: fix netns ops ordering on module load/unload | Alexey Dobriyan | 2010-02-03 | 1 | -7/+8 |
| | | |_|/
| | |/| | |
|
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-02-02 | 2 | -2/+3 |
| | |\ \ \ |
|
| | | * | | | netfilter: ctnetlink: fix expectation mask dump | Patrick McHardy | 2010-01-26 | 1 | -1/+2 |
| | | * | | | netfilter: nf_conntrack_sip: fix off-by-one in compact header parsing | Patrick McHardy | 2010-01-19 | 1 | -1/+1 |