index
:
kernel_samsung_aries.git
replicant-4.2
kernel/samsung/aries
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pcmcia
/
axnet_cs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+0
*
axnet_cs: add new id
Ken Kawasaki
2010-02-28
1
-0
/
+1
*
net/pcmcia: convert to use netdev_for_each_mc_addr
Jiri Pirko
2010-02-19
1
-4
/
+3
*
axnet_cs: remove unnecessary spin_unlock_irqrestore
Ken Kawasaki
2010-01-03
1
-3
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
2009-12-14
1
-1
/
+1
|
\
|
*
pcmcia: remove unused IRQ_FIRST_SHARED
Dominik Brodowski
2009-12-07
1
-1
/
+1
*
|
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
2009-12-05
1
-37
/
+19
|
\
\
|
|
/
|
*
pcmcia: rework the irq_req_t typedef
Dominik Brodowski
2009-11-28
1
-1
/
+0
|
*
pcmcia: remove deprecated handle_to_dev() macro
Dominik Brodowski
2009-11-28
1
-1
/
+1
|
*
pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (net)
Dominik Brodowski
2009-11-09
1
-35
/
+18
*
|
drivers/net: Move && and || to end of previous line
Joe Perches
2009-12-03
1
-2
/
+2
|
/
*
netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_data
Ben Hutchings
2009-09-03
1
-4
/
+5
*
netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations
Ben Hutchings
2009-09-03
1
-2
/
+0
*
netdev: convert pcmcia drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
1
-2
/
+4
*
net: pcmcia/axnet_cs: includecheck fix axnet_cs.c
Jaswinder Singh Rajput
2009-08-12
1
-2
/
+0
*
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
2009-07-05
1
-1
/
+1
*
net: use symbolic values for ndo_start_xmit() return codes
Patrick McHardy
2009-06-13
1
-1
/
+1
*
axnet_cs: fix phy_id detection for bogus Asix chip.
Ken Kawasaki
2009-04-06
1
-1
/
+8
*
axnet: convert to net_device_ops
Stephen Hemminger
2009-03-21
1
-42
/
+26
*
drivers/net/pcmcia: fix warning: format not a string literal and no ...
Hannes Eder
2009-02-17
1
-1
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-26
1
-1
/
+1
|
\
|
*
driver/net/*: remove redundant argument comments
Qinghuang Feng
2008-11-23
1
-1
/
+0
|
*
axnet_cs / pcnet_cs: moving PCMCIA_DEVICE_PROD_ID for Netgear FA411
Cord Walter
2008-11-21
1
-0
/
+1
*
|
axnet_cs: Fix build after net device ops ne2k conversion.
David S. Miller
2008-11-23
1
-8
/
+8
*
|
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
2008-11-03
1
-1
/
+0
*
|
net: convert print_mac to %pM
Johannes Berg
2008-10-27
1
-3
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
2008-10-13
1
-44
/
+36
|
\
|
*
pcmcia: deprecate CS_SUCCESS
Dominik Brodowski
2008-08-23
1
-3
/
+4
|
*
pcmcia: pcmcia_config_loop() improvement by passing vcc
Dominik Brodowski
2008-08-23
1
-0
/
+1
|
*
pcmcia: pcmcia_config_loop() default CIS entry handling
Dominik Brodowski
2008-08-23
1
-0
/
+1
|
*
pcmcia: use pcmcia_loop_config in net pcmcia drivers
Dominik Brodowski
2008-08-23
1
-41
/
+30
*
|
pcnet-cs, axnet_cs: add new IDs, remove dup ID with less info
Komuro
2008-09-03
1
-0
/
+1
|
/
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-28
1
-0
/
+2
|
\
|
*
pcnet_cs, axnet_cs: clear bogus interrupt before request_irq
Komuro
2008-06-27
1
-0
/
+2
*
|
axnet_cs: use netstats in net_device structure
Paulius Zaleckas
2008-05-13
1
-36
/
+34
|
/
*
axnet_cs: change debugging level for "Too much work at interrupt" message.
Komuro
2008-03-05
1
-1
/
+1
*
pcmcia/axnet_cs: make use of 'max()' instead of handcrafted one
Richard Knutsson
2008-02-05
1
-2
/
+2
*
pcmcia/axnet_cs: make functions static
Richard Knutsson
2008-02-05
1
-2
/
+2
*
pcmcia: replace kio_addr_t with unsigned int everywhere
Olof Johansson
2008-02-05
1
-13
/
+13
*
axnet_cs: use spin_lock_irqsave instead of spin_lock + disable_irq
Komuro
2008-01-28
1
-11
/
+5
*
netdrvr/pcmcia: use IRQ_TYPE_DYNAMIC_SHARING flag for irq.Attributes.
Komuro
2007-10-29
1
-1
/
+1
*
PCMCIA-NETDEV : add new id (axnet_cs, pcnet_cs)
Komuro
2007-10-10
1
-0
/
+1
*
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
2007-10-10
1
-4
/
+5
*
drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE
Denis Cheng
2007-10-10
1
-1
/
+1
*
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
2007-10-10
1
-3
/
+0
*
add return value check of request_irq()
Yoichi Yuasa
2007-07-08
1
-2
/
+5
*
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+0
*
[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation
Dominik Brodowski
2006-12-04
1
-5
/
+1
*
drivers/net: eliminate irq handler impossible checks, needless casts
Jeff Garzik
2006-10-06
1
-7
/
+1
[next]