| Commit message (Expand) | Author | Age | Files | Lines |
* | wavelan: move driver to staging | John W. Linville | 2009-10-30 | 1 | -4635/+0 |
* | wireless: convert drivers to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-08-13 | 1 | -11/+2 |
|\ |
|
| * | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 2009-07-08 | 1 | -11/+2 |
* | | net: convert remaining non-symbolic return values in ndo_start_xmit() functions | Patrick McHardy | 2009-07-06 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-06-15 | 1 | -1/+1 |
|\ |
|
| * | trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati... | Martin Olsson | 2009-06-12 | 1 | -1/+1 |
* | | wavelan: Remove bogus debugging on skb->next being non-NULL. | David S. Miller | 2009-05-28 | 1 | -5/+0 |
|/ |
|
* | wavelan: convert to net_device_ops | Stephen Hemminger | 2009-03-22 | 1 | -10/+14 |
* | wavelan: convert to internal net_device_stats | Stephen Hemminger | 2009-03-22 | 1 | -33/+17 |
* | wireless, wavelan: spin off by 1 | Roel Kluin | 2009-03-05 | 1 | -3/+2 |
* | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-04 | 1 | -1/+0 |
* | net: convert more to %pM | Johannes Berg | 2008-10-28 | 1 | -7/+1 |
* | net: convert print_mac to %pM | Johannes Berg | 2008-10-28 | 1 | -20/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2008-10-13 | 1 | -8/+8 |
|\ |
|
| * | pcmcia: deprecate CS_SUCCESS | Dominik Brodowski | 2008-08-23 | 1 | -8/+8 |
* | | pcmcia: Fix up legacy driver IRQs | Alan Cox | 2008-09-24 | 1 | -1/+1 |
* | | [netdrvr] Drivers should not set IFF_* flag themselves | Wang Chen | 2008-08-07 | 1 | -6/+0 |
|/ |
|
* | wavelan: avoid index past end of array if DEBUG_SHOW_UNUSED is defined | John W. Linville | 2008-05-13 | 1 | -4/+2 |
* | wavelan_cs: stop inlining largish static functions | Denys Vlasenko | 2008-04-08 | 1 | -24/+23 |
* | pcmcia: replace kio_addr_t with unsigned int everywhere | Olof Johansson | 2008-02-05 | 1 | -28/+28 |
* | WAVELAN - compile-time check for struct sizes | Helge Deller | 2008-01-29 | 1 | -29/+4 |
* | wireless: checkpatch cleanups | Jeff Garzik | 2008-01-29 | 1 | -5/+5 |
* | netdev: ARRAY_SIZE() cleanups | Alejandro Martinez Ruiz | 2008-01-29 | 1 | -2/+2 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-11 | 1 | -34/+20 |
* | drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE | Denis Cheng | 2007-10-11 | 1 | -3/+3 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-11 | 1 | -1/+0 |
* | Fix misspellings collected by members of KJ list. | Robert P. J. Day | 2007-05-09 | 1 | -2/+2 |
* | [SK_BUFF]: Introduce skb_mac_header() | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -2/+2 |
* | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -2/+0 |
* | Various typo fixes. | Robert P. J. Day | 2007-02-17 | 1 | -4/+4 |
* | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 1 | -1/+1 |
* | [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation | Dominik Brodowski | 2006-12-05 | 1 | -33/+0 |
* | drivers/net: eliminate irq handler impossible checks, needless casts | Jeff Garzik | 2006-10-06 | 1 | -10/+1 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -2/+1 |
* | drivers/net: const-ify ethtool_ops declarations | Jeff Garzik | 2006-09-13 | 1 | -1/+1 |
* | [NET]: Avoid allocating skb in skb_pad | Herbert Xu | 2006-06-23 | 1 | -5/+2 |
* | [PATCH] pcmcia: use bitfield instead of p_state and state | Dominik Brodowski | 2006-03-31 | 1 | -19/+5 |
* | [PATCH] pcmcia: remove unused p_dev->state flags | Dominik Brodowski | 2006-03-31 | 1 | -1/+0 |
* | [PATCH] pcmcia: add return value to _config() functions | Dominik Brodowski | 2006-03-31 | 1 | -6/+14 |
* | [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection | Dominik Brodowski | 2006-03-31 | 1 | -36/+31 |
* | [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device | Dominik Brodowski | 2006-03-31 | 1 | -30/+16 |
* | [PATCH] pcmcia: remove unneeded Vcc pseudo setting | Dominik Brodowski | 2006-03-31 | 1 | -1/+0 |
* | [PATCH] pcmcia: default suspend and resume handling | Dominik Brodowski | 2006-03-31 | 1 | -18/+6 |
* | [PATCH] pcmcia: add pcmcia_disable_device | Dominik Brodowski | 2006-03-31 | 1 | -12/+6 |
* | [PATCH] Wavelan_cs bitfield fixes | Jean Tourrilhes | 2006-02-17 | 1 | -12/+4 |
* | [PATCH] drivers/net/wireless: correct reported ssid lengths | Dan Williams | 2006-01-16 | 1 | -1/+1 |
* | [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca... | Dominik Brodowski | 2006-01-06 | 1 | -70/+14 |
* | [PATCH] pcmcia: remove dev_list from drivers | Dominik Brodowski | 2006-01-06 | 1 | -23/+1 |
* | [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback | Dominik Brodowski | 2006-01-06 | 1 | -26/+5 |