index
:
~tpalli/kernel
blending
master
pipe_scaler
pipe_scaler_rebase_20170328
Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pcmcia
/
axnet_cs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-23
driver/net/*: remove redundant argument comments
Qinghuang Feng
1
-1
/
+0
2008-11-21
axnet_cs / pcnet_cs: moving PCMCIA_DEVICE_PROD_ID for Netgear FA411
Cord Walter
1
-0
/
+1
2008-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
1
-44
/
+36
2008-09-03
pcnet-cs, axnet_cs: add new IDs, remove dup ID with less info
Komuro
1
-0
/
+1
2008-08-23
pcmcia: deprecate CS_SUCCESS
Dominik Brodowski
1
-3
/
+4
2008-08-23
pcmcia: pcmcia_config_loop() improvement by passing vcc
Dominik Brodowski
1
-0
/
+1
2008-08-23
pcmcia: pcmcia_config_loop() default CIS entry handling
Dominik Brodowski
1
-0
/
+1
2008-08-23
pcmcia: use pcmcia_loop_config in net pcmcia drivers
Dominik Brodowski
1
-41
/
+30
2008-06-28
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+2
2008-06-27
pcnet_cs, axnet_cs: clear bogus interrupt before request_irq
Komuro
1
-0
/
+2
2008-05-13
axnet_cs: use netstats in net_device structure
Paulius Zaleckas
1
-36
/
+34
2008-03-05
axnet_cs: change debugging level for "Too much work at interrupt" message.
Komuro
1
-1
/
+1
2008-02-05
pcmcia/axnet_cs: make use of 'max()' instead of handcrafted one
Richard Knutsson
1
-2
/
+2
2008-02-05
pcmcia/axnet_cs: make functions static
Richard Knutsson
1
-2
/
+2
2008-02-05
pcmcia: replace kio_addr_t with unsigned int everywhere
Olof Johansson
1
-13
/
+13
2008-01-28
axnet_cs: use spin_lock_irqsave instead of spin_lock + disable_irq
Komuro
1
-11
/
+5
2007-10-29
netdrvr/pcmcia: use IRQ_TYPE_DYNAMIC_SHARING flag for irq.Attributes.
Komuro
1
-1
/
+1
2007-10-10
PCMCIA-NETDEV : add new id (axnet_cs, pcnet_cs)
Komuro
1
-0
/
+1
2007-10-10
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-4
/
+5
2007-10-10
drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE
Denis Cheng
1
-1
/
+1
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
1
-3
/
+0
2007-07-08
add return value check of request_irq()
Yoichi Yuasa
1
-2
/
+5
2007-04-25
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-1
/
+0
2006-12-04
[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation
Dominik Brodowski
1
-5
/
+1
2006-10-06
drivers/net: eliminate irq handler impossible checks, needless casts
Jeff Garzik
1
-7
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-6
/
+6
2006-09-13
drivers/net: const-ify ethtool_ops declarations
Jeff Garzik
1
-2
/
+2
2006-08-19
[PATCH] network: axnet_cs.c: add new id (0x021b, 0x0202)
Komuro
1
-2
/
+1
2006-07-02
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-05-20
[PATCH] network: axnet_cs: bug fix multicast code (support older ax88190 chip...
Komuro
1
-11
/
+2
2006-04-12
[PATCH] network: axnet_cs.c: add missing 'PRIV' in ei_rx_overrun
Komuro
1
-1
/
+1
2006-03-31
[PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present
Dominik Brodowski
1
-1
/
+1
2006-03-31
[PATCH] pcmcia: use bitfield instead of p_state and state
Dominik Brodowski
1
-11
/
+4
2006-03-31
[PATCH] pcmcia: add return value to _config() functions
Dominik Brodowski
1
-9
/
+7
2006-03-31
[PATCH] pcmcia: remove dev_link_t and client_handle_t indirection
Dominik Brodowski
1
-34
/
+29
2006-03-31
[PATCH] pcmcia: embed dev_link_t into struct pcmcia_device
Dominik Brodowski
1
-11
/
+8
2006-03-31
[PATCH] pcmcia: remove unneeded Vcc pseudo setting
Dominik Brodowski
1
-5
/
+0
2006-03-31
[PATCH] pcmcia: default suspend and resume handling
Dominik Brodowski
1
-13
/
+5
2006-03-31
[PATCH] pcmcia: add pcmcia_disable_device
Dominik Brodowski
1
-7
/
+1
2006-03-29
[PATCH] axnet_cs.c : add hardware multicast support
Komuro
1
-8
/
+53
2006-03-01
[PATCH] pcmcia: add id for AMB8110 PC Card
Jesse Allen
1
-0
/
+1
2006-01-06
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca...
Dominik Brodowski
1
-49
/
+10
2006-01-06
[PATCH] pcmcia: remove dev_list from drivers
Dominik Brodowski
1
-13
/
+1
2006-01-06
[PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback
Dominik Brodowski
1
-13
/
+5
2006-01-05
[PATCH] pcmcia: new suspend core
Dominik Brodowski
1
-23
/
+36
2005-07-07
[PATCH] pcmcia: remove references to pcmcia/version.h
Dominik Brodowski
1
-1
/
+0
2005-07-07
[PATCH] pcmcia: move event handler
Dominik Brodowski
1
-5
/
+1
2005-06-27
[PATCH] pcmcia: id_table for axnet_cs
Dominik Brodowski
1
-0
/
+29
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+1864