index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pcmcia
/
pcnet_cs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-10
8390: Move the 8390 related drivers
Jeff Kirsher
1
-1710
/
+0
2011-05-06
pcmcia: Convert pcmcia_device_id declarations to const
Joe Perches
1
-1
/
+1
2011-01-11
pcnet_cs: add new_id
Ken Kawasaki
1
-0
/
+1
2010-12-16
axnet_cs: move id (0x1bf, 0x2328) to axnet_cs
Ken Kawasaki
1
-1
/
+0
2010-10-30
pcnet_cs: add new_id
Ken Kawasaki
1
-0
/
+1
2010-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-63
/
+43
2010-10-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-56
/
+83
2010-09-29
pcmcia: remove obsolete and wrong comments
Dominik Brodowski
1
-42
/
+0
2010-09-29
pcmcia: move driver name to struct pcmcia_driver
Dominik Brodowski
1
-3
/
+1
2010-09-29
pcmcia: use autoconfiguration feature for ioports and iomem
Dominik Brodowski
1
-29
/
+9
2010-09-29
pcmcia: introduce autoconfiguration feature
Dominik Brodowski
1
-1
/
+0
2010-09-29
pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
Dominik Brodowski
1
-4
/
+3
2010-09-29
pcmcia: move config_{base,index,regs} to struct pcmcia_device
Dominik Brodowski
1
-3
/
+3
2010-09-29
pcmcia: simplify IntType
Dominik Brodowski
1
-1
/
+0
2010-09-29
pcmcia: simplify Status, ExtStatus register access
Dominik Brodowski
1
-3
/
+2
2010-09-29
pcmcia: do not use win_req_t when calling pcmcia_request_window()
Dominik Brodowski
1
-22
/
+22
2010-09-15
pcmcia pcnet_cs: try setting io_lines to 16 if card setup fails
Dominik Brodowski
1
-56
/
+83
2010-09-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-0
/
+1
2010-08-28
pcnet_cs: add new_id
Ken Kawasaki
1
-0
/
+1
2010-08-25
drivers/net: Remove address use from assignments of function pointers
Joe Perches
1
-8
/
+8
2010-08-17
pcnet_cs: Use pr_fmt and pr_<level>
Joe Perches
1
-13
/
+13
2010-08-17
pcnet_cs: Use proper netdev_*-printouts
Wolfram Sang
1
-31
/
+27
2010-08-17
ethtool: Provide a default implementation of ethtool_ops::get_drvinfo
Ben Hutchings
1
-16
/
+0
2010-08-03
pcmcia: remove memreq_t
Dominik Brodowski
1
-10
/
+4
2010-08-03
pcmcia: do not use io_req_t when calling pcmcia_request_io()
Dominik Brodowski
1
-19
/
+21
2010-08-03
pcmcia: do not use io_req_t after call to pcmcia_request_io()
Dominik Brodowski
1
-2
/
+2
2010-07-30
pcmcia: remove cs_types.h
Dominik Brodowski
1
-4
/
+1
2010-06-16
pcnet_cs: add new id (TOSHIBA Modem/LAN Card)
Ken Kawasaki
1
-0
/
+1
2010-05-10
pcmcia: dev_node removal (drivers with unregister_netdev check)
Dominik Brodowski
1
-7
/
+1
2010-05-10
pcmcia: re-work pcmcia_request_irq()
Dominik Brodowski
1
-6
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2010-03-27
pcnet_cs: add new id
Ken Kawasaki
1
-1
/
+2
2010-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-2
/
+2
2010-01-06
pcnet_cs: add cis of KTI PE520 pcmcia network card
Ken Kawasaki
1
-2
/
+2
2009-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
1
-1
/
+1
2009-12-07
pcmcia: remove unused IRQ_FIRST_SHARED
Dominik Brodowski
1
-1
/
+1
2009-12-05
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-49
/
+31
2009-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
1
-49
/
+31
2009-12-03
drivers/net: Move && and || to end of previous line
Joe Perches
1
-2
/
+2
2009-11-28
pcmcia: rework the irq_req_t typedef
Dominik Brodowski
1
-1
/
+0
2009-11-28
pcmcia: remove deprecated handle_to_dev() macro
Dominik Brodowski
1
-1
/
+1
2009-11-28
pcmcia: pcmcia_request_window() doesn't need a pointer to a pointer
Dominik Brodowski
1
-2
/
+2
2009-11-28
pcmcia: Change window_handle_t logic to unsigned long
Magnus Damm
1
-1
/
+1
2009-11-28
pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()
Magnus Damm
1
-2
/
+2
2009-11-28
pcmcia: Pass struct pcmcia_device to pcmcia_release_window()
Magnus Damm
1
-2
/
+2
2009-11-10
pcnet-cs: declare MODULE_FIRMWARE
Ben Hutchings
1
-0
/
+7
2009-11-09
pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (net)
Dominik Brodowski
1
-42
/
+25
2009-10-29
pcnet_cs: add cis of PreMax PE-200 ethernet pcmcia card
Ken Kawasaki
1
-1
/
+1
2009-10-05
pcnet_cs: add cis of National Semicondoctor's multifunction pcmcia card
Ken Kawasaki
1
-5
/
+5
[next]