| Commit message (Expand) | Author | Age | Files | Lines |
* | wireless: Remove unnecessary alloc/OOM messages, alloc cleanups | Joe Perches | 2013-02-04 | 1 | -10/+4 |
* | prism54: bug in getting auth type | Dan Carpenter | 2013-01-22 | 1 | -0/+1 |
* | wireless: Remove casts to same type | Joe Perches | 2012-06-06 | 1 | -1/+1 |
* | prism54: replace open-coded ARRAY_SIZE with macro | Jim Cromie | 2012-04-12 | 1 | -4/+2 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 2012-01-31 | 1 | -4/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-12-02 | 1 | -1/+1 |
|\ |
|
| * | prism54: potential memory corruption in prism54_get_essid() | Dan Carpenter | 2011-11-21 | 1 | -1/+1 |
* | | prism54: remove private driver ioctls | Luis R. Rodriguez | 2011-11-30 | 3 | -336/+0 |
* | | wireless: use strlcpy routine in .get_drvinfo | Rick Jones | 2011-11-17 | 1 | -2/+2 |
|/ |
|
* | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-06 | 3 | -0/+3 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -2/+2 |
* | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 2 | -4/+4 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -1/+1 |
|\ |
|
| * | Update broken web addresses in the kernel. | Justin P. Mattock | 2010-10-18 | 1 | -1/+1 |
* | | drivers/net/wireless/prism54: Adjust confusing if indentation | Julia Lawall | 2010-08-16 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-07-13 | 1 | -1/+1 |
|\ |
|
| * | prism54: call BUG_ON() earlier | Dan Carpenter | 2010-07-12 | 1 | -1/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-06-11 | 1 | -8/+3 |
|\ \
| |/ |
|
| * | drivers/net/wireless/prism54: Use memdup_user | Julia Lawall | 2010-06-02 | 1 | -8/+3 |
* | | drivers/net: use __packed annotation | Eric Dumazet | 2010-06-03 | 4 | -13/+13 |
|/ |
|
* | drivers/net: remove useless semicolons | Joe Perches | 2010-05-17 | 1 | -1/+1 |
* | drivers/net: Remove unnecessary returns from void function()s | Joe Perches | 2010-05-14 | 1 | -2/+0 |
* | net: trans_start cleanups | Eric Dumazet | 2010-05-10 | 1 | -2/+0 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-04-15 | 4 | -17/+17 |
|\ |
|
| * | wireless/prism54: remove trailing space in messages | Frans Pop | 2010-03-31 | 4 | -17/+17 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 6 | -0/+6 |
|/ |
|
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE() | Alexey Dobriyan | 2010-01-07 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 1 | -2/+2 |
|\ |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -2/+2 |
* | | drivers/net: request_irq - Remove unnecessary leading & from second arg | Joe Perches | 2009-11-18 | 1 | -1/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-18 | 3 | -0/+3 |
|\ \
| |/ |
|
| * | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 3 | -0/+3 |
* | | prism54: declare MODULE_FIRMWARE | Ben Hutchings | 2009-11-11 | 1 | -0/+3 |
|/ |
|
* | wireless: convert drivers to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 2 | -2/+2 |
* | PRISM54: fix compilation warning | Jaswinder Singh Rajput | 2009-08-28 | 1 | -2/+2 |
* | drivers/net/wireless: Use PCI_VDEVICE | Joe Perches | 2009-07-10 | 1 | -3/+1 |
* | net: convert remaining non-symbolic return values in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 1 | -1/+1 |
* | net: fix network drivers ndo_start_xmit() return values (part 3) | Patrick McHardy | 2009-06-13 | 1 | -7/+1 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | wireless: remove duplicated .ndo_set_mac_address | Alexander Beregalov | 2009-03-29 | 1 | -1/+0 |
* | prism54: convert to internal net_device_stats | Stephen Hemminger | 2009-03-21 | 3 | -24/+6 |
* | prism54: convert to net_device_ops | Stephen Hemminger | 2009-03-21 | 1 | -12/+16 |
* | drivers/net/wireless/prism54: fix sparse warning: fix signedness | Hannes Eder | 2009-02-17 | 2 | -2/+3 |
* | prism54: remove private implementation of le32_add_cpu | Harvey Harrison | 2009-01-29 | 2 | -8/+3 |
* | drivers/net/wireless/prism54: fix sparse warnings: make symbols static | Hannes Eder | 2008-12-26 | 1 | -4/+4 |
* | net: convert print_mac to %pM | Johannes Berg | 2008-10-27 | 1 | -14/+10 |
* | wireless: replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-08-22 | 1 | -4/+4 |
* | prism54 - Use offsetof() | Takashi Iwai | 2008-08-01 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville... | David S. Miller | 2008-06-28 | 1 | -22/+27 |
|\ |
|