Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7322fd19295fa7f7d954a19a5f0b77687d441846
/
drivers
/
net
/
wireless
/
ray_cs.c
d0cf9c0
wireless: convert drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
aa11d95
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
11866ef
ray_cs: remove bogus NULL check at head of ray_get_wireless_stats
by John W. Linville
· 15 years ago
ad361c9
Remove multiple KERN_ prefixes from printk formats
by Joe Perches
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
5b54814
net: use symbolic values for ndo_start_xmit() return codes
by Patrick McHardy
· 15 years ago
3a6d54c
net: remove needless (now buggy) & from dev->dev_addr
by Jiri Pirko
· 15 years ago
32f5a33
raylan: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
141fa61
ray_cs: checkpatch.pl and Lindent cleanups
by John Daiker
· 16 years ago
2ed5ba8
drivers/net/wireless: fix sparse warnings: make symbols static
by Hannes Eder
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
2be4ff2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 16 years ago
47cbb11
pcmcia: Fix up legacy driver IRQs
by Alan Cox
· 16 years ago
4c89e88
pcmcia: deprecate CS_SUCCESS
by Dominik Brodowski
· 16 years ago
6b914c5
proc: switch /proc/driver/ray_cs/ray_cs to seq_file interface
by Alexey Dobriyan
· 17 years ago
0e5ce1f
misc wireless annotations
by Al Viro
· 17 years ago
7698d69
ray_cs fixes
by Al Viro
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
ff8ac60
drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE
by Denis Cheng
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
6dbc9c8
[PATCH] dev->priv to netdev_priv(dev), for drivers/net/wireless
by Yoann Padioleau
· 17 years ago
d626f62
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
e176d39
[PATCH] PCMCIA: fix drivers broken by recent cleanup
by Daniel Ritz
· 18 years ago
af2b3b5
[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation
by Dominik Brodowski
· 18 years ago
a9606fd
[PATCH] pcmcia: remove prod_id indirection
by Dominik Brodowski
· 18 years ago
5307794
[PATCH] wireless: More WE-21 potential overflows...
by Jean Tourrilhes
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
4ced38a
[PATCH] WE-21 for ray_cs
by Jean Tourrilhes
· 18 years ago
7282d49
drivers/net: const-ify ethtool_ops declarations
by Jeff Garzik
· 18 years ago
113b898
[PATCH] ray_cs: Remove dependency on ieee80211
by Michael Wu
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
5b057c6
[NET]: Avoid allocating skb in skb_pad
by Herbert Xu
· 18 years ago
9940ec3
[PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present
by Dominik Brodowski
· 19 years ago
e2d4096
[PATCH] pcmcia: use bitfield instead of p_state and state
by Dominik Brodowski
· 19 years ago
f6fbe01
[PATCH] pcmcia: remove unused p_dev->state flags
by Dominik Brodowski
· 19 years ago
15b99ac
[PATCH] pcmcia: add return value to _config() functions
by Dominik Brodowski
· 19 years ago
fba395e
[PATCH] pcmcia: remove dev_link_t and client_handle_t indirection
by Dominik Brodowski
· 19 years ago
fd23823
[PATCH] pcmcia: embed dev_link_t into struct pcmcia_device
by Dominik Brodowski
· 19 years ago
70294b4
[PATCH] pcmcia: remove unneeded Vcc pseudo setting
by Dominik Brodowski
· 19 years ago
8661bb5
[PATCH] pcmcia: default suspend and resume handling
by Dominik Brodowski
· 19 years ago
50db3fd
[PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irq
by Dominik Brodowski
· 19 years ago
d6a13a2
[PATCH] drivers/net/wireless: correct reported ssid lengths
by Dan Williams
· 19 years ago
f8cfa61
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback
by Dominik Brodowski
· 19 years ago
cc3b486
[PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback
by Dominik Brodowski
· 19 years ago
98e4c28
[PATCH] pcmcia: new suspend core
by Dominik Brodowski
· 19 years ago
7a700fa
[PATCH] C99 initializers in ray_cs.c
by viro@ZenIV.linux.org.uk
· 19 years ago
bbeec90
[wireless] build fixes after merging WE-19
by Jeff Garzik
· 19 years ago
3d5d5ac
[PATCH] ray_cs : WE-17 support
by Jean Tourrilhes
· 19 years ago
44670d2
[PATCH] pcmcia: remove references to pcmcia/version.h
by Dominik Brodowski
· 19 years ago
1e212f3
[PATCH] pcmcia: move event handler
by Dominik Brodowski
· 19 years ago
f57ea2a
[PATCH] pcmcia: id_table for ray_cs
by Dominik Brodowski
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago