| Commit message (Expand) | Author | Age | Files | Lines |
* | fib_rules: __rcu annotates ctarget | Eric Dumazet | 2010-10-27 | 2 | -6/+7 |
* | tunnels: add __rcu annotations | Eric Dumazet | 2010-10-27 | 3 | -13/+22 |
* | net: add __rcu annotations to protocol | Eric Dumazet | 2010-10-27 | 3 | -8/+12 |
* | ipv4: add __rcu annotations to routes.c | Eric Dumazet | 2010-10-27 | 2 | -30/+47 |
* | qlge: bugfix: Restoring the vlan setting. | Ron Mercer | 2010-10-27 | 1 | -0/+17 |
* | be2net: Schedule/Destroy worker thread in probe()/remove() rather than open()... | Somnath Kotur | 2010-10-27 | 1 | -4/+18 |
* | ipv6: fix refcnt problem related to POSTDAD state | Ursula Braun | 2010-10-27 | 1 | -1/+3 |
* | net: NETIF_F_HW_CSUM does not imply FCoE CRC offload | Ben Hutchings | 2010-10-27 | 1 | -3/+3 |
* | net: Fix some corner cases in dev_can_checksum() | Ben Hutchings | 2010-10-27 | 1 | -10/+6 |
* | gianfar: Fix crashes on RX path (Was Re: [Bugme-new] [Bug 19692] New: linux-2... | Jarek Poplawski | 2010-10-27 | 1 | -3/+3 |
* | IPv6: Temp addresses are immediately deleted. | Glenn Wurster | 2010-10-26 | 1 | -3/+4 |
* | IPv6: Create temporary address if none exists. | Glenn Wurster | 2010-10-26 | 1 | -2/+3 |
* | fib_hash: fix rcu sparse and logical errors | Eric Dumazet | 2010-10-26 | 1 | -16/+20 |
* | fib: fix fib_nl_newrule() | Eric Dumazet | 2010-10-26 | 1 | -5/+5 |
* | drivers/atm/eni.c: Remove multiple uses of KERN_<level> | Joe Perches | 2010-10-26 | 1 | -3/+4 |
* | tg3: Do not call device_set_wakeup_enable() under spin_lock_bh | Rafael J. Wysocki | 2010-10-26 | 1 | -5/+5 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-10-26 | 17 | -108/+221 |
|\ |
|
| * | iwlwifi: quiet a noisy printk | Don Fry | 2010-10-25 | 1 | -1/+2 |
| * | ath9k: resume aggregation immediately after a hardware reset | Felix Fietkau | 2010-10-25 | 3 | -4/+4 |
| * | carl9170: fix scheduling while atomic | Christian Lamparter | 2010-10-25 | 1 | -1/+1 |
| * | mac80211: Fix ibss station got expired immediately | Rajkumar Manoharan | 2010-10-25 | 1 | -0/+1 |
| * | b43: N-PHY: fix infinite-loop-typo | Rafał Miłecki | 2010-10-25 | 1 | -1/+1 |
| * | wl1251: fix module names | Grazvydas Ignotas | 2010-10-25 | 1 | -3/+5 |
| * | ath9k: fix handling of rate control probe frames | Felix Fietkau | 2010-10-25 | 1 | -0/+6 |
| * | ath9k: fix crash in ath_update_survey_stats | Felix Fietkau | 2010-10-25 | 1 | -0/+3 |
| * | ath9k_hw: Fix divide by zero cases in paprd. | Senthil Balasubramanian | 2010-10-25 | 1 | -5/+9 |
| * | ath9k_hw: Fix TX carrier leakage for IEEE compliance on AR9003 2.2 | Luis R. Rodriguez | 2010-10-25 | 1 | -56/+135 |
| * | cfg80211: fix regression on processing country IEs | Luis R. Rodriguez | 2010-10-25 | 1 | -1/+1 |
| * | carl9170: fix memory leak issue in async cmd macro wrappers | Christian Lamparter | 2010-10-25 | 1 | -23/+28 |
| * | mac80211: don't sanitize invalid rates | Christian Lamparter | 2010-10-25 | 1 | -0/+3 |
| * | carl9170: fix async command buffer leak | Christian Lamparter | 2010-10-25 | 1 | -6/+19 |
| * | ath5k: Properly initialize ath_common->cc_lock. | Ben Greear | 2010-10-25 | 1 | -0/+1 |
| * | ath9k: Properly initialize ath_common->cc_lock. | Ben Greear | 2010-10-25 | 1 | -0/+1 |
| * | mac80211: cancel restart_work explicitly instead of depending on flush_schedu... | Tejun Heo | 2010-10-25 | 1 | -7/+1 |
* | | can: mcp251x: fix reception of standard RTR frames | Marc Kleine-Budde | 2010-10-26 | 1 | -0/+3 |
* | | can: flexcan: fix use after free of priv | Marc Kleine-Budde | 2010-10-26 | 1 | -1/+2 |
* | | drivers/net: sgiseeq: fix return on error | Nicolas Kaiser | 2010-10-26 | 1 | -1/+1 |
* | | netfilter: Add missing CONFIG_SYSCTL checks in ipv6's nf_conntrack_reasm.c | David S. Miller | 2010-10-26 | 1 | -1/+4 |
* | | pch_can: depends on PCI | Randy Dunlap | 2010-10-25 | 1 | -1/+1 |
* | | ipv4: add __rcu annotations to ip_ra_chain | Eric Dumazet | 2010-10-25 | 2 | -5/+9 |
* | | net: add __rcu annotation to sk_filter | Eric Dumazet | 2010-10-25 | 6 | -7/+7 |
* | | net_ns: add __rcu annotations | Eric Dumazet | 2010-10-25 | 2 | -2/+4 |
* | | rps: add __rcu annotations | Eric Dumazet | 2010-10-25 | 4 | -20/+27 |
* | | netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables ... | KOVACS Krisztian | 2010-10-25 | 5 | -9/+25 |
* | | tunnels: add _rcu annotations | Eric Dumazet | 2010-10-25 | 5 | -14/+21 |
* | | net/802: add __rcu annotations | Eric Dumazet | 2010-10-25 | 4 | -13/+13 |
* | | ipv6: ip6_ptr rcu annotations | Eric Dumazet | 2010-10-25 | 2 | -2/+2 |
* | | vlan: rcu annotations | Eric Dumazet | 2010-10-25 | 2 | -4/+4 |
* | | tms380tr: Use mdelay() in tms380tr_wait(). | David S. Miller | 2010-10-25 | 1 | -1/+1 |
* | | net: Increase xmit RECURSION_LIMIT to 10. | David S. Miller | 2010-10-25 | 1 | -1/+1 |