Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
3c6a483275f47a2ef7119309ad3d791c10cf30da
/
drivers
/
net
/
pcmcia
62391f9
pcnet_cs: add new_id
by Ken Kawasaki
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
5f05647
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
69259ab
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
2262054
pcmcia: remove obsolete and wrong comments
by Dominik Brodowski
· 14 years ago
2e9b981
pcmcia: move driver name to struct pcmcia_driver
by Dominik Brodowski
· 14 years ago
00990e7
pcmcia: use autoconfiguration feature for ioports and iomem
by Dominik Brodowski
· 14 years ago
440eed4
pcmcia: introduce autoconfiguration feature
by Dominik Brodowski
· 14 years ago
1ac71e5
pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
by Dominik Brodowski
· 14 years ago
7feabb6
pcmcia: move config_{base,index,regs} to struct pcmcia_device
by Dominik Brodowski
· 14 years ago
37979e1
pcmcia: simplify IntType
by Dominik Brodowski
· 14 years ago
fc30110
pcmcia: simplify Status, ExtStatus register access
by Dominik Brodowski
· 14 years ago
fb49fa5
pcmcia: split up modify_configuration() into two fixup functions
by Dominik Brodowski
· 14 years ago
cdb1380
pcmcia: do not use win_req_t when calling pcmcia_request_window()
by Dominik Brodowski
· 14 years ago
807540b
drivers/net: return operator cleanup
by Eric Dumazet
· 14 years ago
b76dc05
pcmcia pcnet_cs: try setting io_lines to 16 if card setup fails
by Dominik Brodowski
· 14 years ago
99101d3
drivers/net/pcmcia: Use static const char * const where possible
by Joe Perches
· 14 years ago
e548833
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
608307e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
7619b1b
pcnet_cs: add new_id
by Ken Kawasaki
· 14 years ago
c061b18
drivers/net: Remove address use from assignments of function pointers
by Joe Perches
· 14 years ago
636b811
drivers/net/pcmcia: Use pr_<level> and netdev_<level>
by Joe Perches
· 14 years ago
7136e11
pcnet_cs: Use pr_fmt and pr_<level>
by Joe Perches
· 14 years ago
ea0a52c
pcnet_cs: Use proper netdev_*-printouts
by Wolfram Sang
· 14 years ago
0141480
ethtool: Provide a default implementation of ethtool_ops::get_drvinfo
by Ben Hutchings
· 14 years ago
4914c7f
pcmcia: xirc2ps_cs bugfix
by Dominik Brodowski
· 14 years ago
0ca724d
pcmcia: use struct resource for PCMCIA devices, part 2
by Dominik Brodowski
· 14 years ago
b5cb259
pcmcia: remove memreq_t
by Dominik Brodowski
· 14 years ago
90abdc3
pcmcia: do not use io_req_t when calling pcmcia_request_io()
by Dominik Brodowski
· 14 years ago
9a017a9
pcmcia: do not use io_req_t after call to pcmcia_request_io()
by Dominik Brodowski
· 14 years ago
1d5cc19
pcmcia: use pcmica_{read,write}_config_byte
by Dominik Brodowski
· 14 years ago
ac8b422
pcmcia: remove cs_types.h
by Dominik Brodowski
· 14 years ago
ab83a38
axnet_cs: use spin_lock_irqsave in ax_interrupt
by Ken Kawasaki
· 14 years ago
9735b7e
smc91c92_cs: fix the problem that lan & modem does not work simultaneously
by Ken Kawasaki
· 14 years ago
8b1d920
pcnet_cs: add new id (TOSHIBA Modem/LAN Card)
by Ken Kawasaki
· 14 years ago
44b496f
pcmcia: dev_node removal bugfix
by Dominik Brodowski
· 14 years ago
f896546
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 14 years ago
4b49291
pcmcia: remove unused mem_op.h
by Dominik Brodowski
· 15 years ago
c7c2fa0
pcmcia: dev_node removal (drivers with unregister_netdev check)
by Dominik Brodowski
· 15 years ago
eb14120
pcmcia: re-work pcmcia_request_irq()
by Dominik Brodowski
· 15 years ago
7ef5273
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
2a91515
smc91c92_cs: spin_unlock_irqrestore before calling smc_interrupt()
by Ken Kawasaki
· 15 years ago
e1703b36
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
df245dc
net: 3c574_cs fix stats.tx_bytes counter
by Alexander Kurz
· 15 years ago
dad1e54
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
a6d3702
smc91c92_cs: define multicast_table as unsigned char
by Ken Kawasaki
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
4a35ecf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
cb4361c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
fb9e2d8
smc91c92_cs: fix the problem of "Unable to find hardware address"
by Ken Kawasaki
· 15 years ago
22bedad
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
f64e969
net/pcmcia/3c589_cs: using netdev_info and friends where appropriate
by Alexander Kurz
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
1546a71
pcnet_cs: add new id
by Ken Kawasaki
· 15 years ago
4787188
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
60bbc72
axnet_cs: add new id
by Ken Kawasaki
· 15 years ago
8d37a37
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 15 years ago
91fea58
net/pcmcia: convert to use netdev_for_each_mc_addr
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
05ba712
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
33d7959
fmvj18x_cs: add new id (Panasonic lan & modem card)
by Ken Kawasaki
· 15 years ago
cd2e18f
pcmcia: remove remaining unused IRQ_FIRST_SHARED parameter
by Dominik Brodowski
· 15 years ago
597d8c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
d4a66e7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
c91aa55
pcmcia: ncmlan_cs: remove odd bracket
by Alexander Beregalov
· 15 years ago
abe8806
pcnet_cs: add cis of KTI PE520 pcmcia network card
by Ken Kawasaki
· 15 years ago
ceba0b2
axnet_cs: remove unnecessary spin_unlock_irqrestore
by Ken Kawasaki
· 15 years ago
59be2e0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
fb1beb2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 15 years ago
671c880
3c574_cs: disable irq before calling el3_interrupt
by Ken Kawasaki
· 15 years ago
e15c1c1
pcmcia: remove unused IRQ_FIRST_SHARED
by Dominik Brodowski
· 15 years ago
28b4d5c
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
d9b2c4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
5fa9167
pcmcia: rework the irq_req_t typedef
by Dominik Brodowski
· 15 years ago
dd2e5a1
pcmcia: remove deprecated handle_to_dev() macro
by Dominik Brodowski
· 15 years ago
6838b03
pcmcia: pcmcia_request_window() doesn't need a pointer to a pointer
by Dominik Brodowski
· 15 years ago
0bdf9b3
pcmcia: Change window_handle_t logic to unsigned long
by Magnus Damm
· 18 years ago
868575d
pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()
by Magnus Damm
· 18 years ago
f5560da
pcmcia: Pass struct pcmcia_device to pcmcia_release_window()
by Magnus Damm
· 18 years ago
dddcb44
drivers/net: remove exceptional & on function name
by Julia Lawall
· 15 years ago
8489992
pcnet-cs: declare MODULE_FIRMWARE
by Ben Hutchings
· 15 years ago
dd0fab5
pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (net)
by Dominik Brodowski
· 15 years ago
dddfbd8
pcmcia: convert net pcmcia drivers to use new CIS helpers
by Dominik Brodowski
· 15 years ago
aaa8cfd
pcmcia: use pcmcia_loop_config in misc pcmcia drivers
by Dominik Brodowski
· 15 years ago
7d2e8d0
pcmcia: use pre-determined values
by Dominik Brodowski
· 15 years ago
63ca2d7
pcnet_cs: add cis of PreMax PE-200 ethernet pcmcia card
by Ken Kawasaki
· 15 years ago
e3eef53
3c574_cs: spin_lock the set_multicast_list function
by Ken Kawasaki
· 15 years ago
bf6fda6
pcnet_cs: add cis of National Semicondoctor's multifunction pcmcia card
by Ken Kawasaki
· 15 years ago
03b88a6
pcmcia: pcnet_cs.c removing useless condition
by Jaswinder Singh Rajput
· 15 years ago
531afd6
pcnet_cs: add cis of Linksys multifunction pcmcia card
by Ken Kawasaki
· 15 years ago
0fa0ee05
netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_data
by Ben Hutchings
· 15 years ago
7ab0f27
netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations
by Ben Hutchings
· 15 years ago
dbf02fa
netdev: convert pcmcia drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
bdf50d7
net: pcmcia/axnet_cs: includecheck fix axnet_cs.c
by Jaswinder Singh Rajput
· 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
74d1541
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
Next »