Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
22dfaa86e90235b9e5ea014be4268f457c72a63c
/
drivers
/
net
/
pcmcia
/
axnet_cs.c
60bbc72
axnet_cs: add new id
by Ken Kawasaki
· 15 years ago
91fea58
net/pcmcia: convert to use netdev_for_each_mc_addr
by Jiri Pirko
· 15 years ago
ceba0b2
axnet_cs: remove unnecessary spin_unlock_irqrestore
by Ken Kawasaki
· 15 years ago
fb1beb2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 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
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
dd0fab5
pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (net)
by Dominik Brodowski
· 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
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 16 years ago
5b54814
net: use symbolic values for ndo_start_xmit() return codes
by Patrick McHardy
· 16 years ago
ad3620a
axnet_cs: fix phy_id detection for bogus Asix chip.
by Ken Kawasaki
· 16 years ago
3dd2051
axnet: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
6ae0385
drivers/net/pcmcia: fix warning: format not a string literal and no ...
by Hannes Eder
· 16 years ago
5b9ab2e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
70eb1bf
axnet_cs: Fix build after net device ops ne2k conversion.
by David S. Miller
· 16 years ago
ece4af1
driver/net/*: remove redundant argument comments
by Qinghuang Feng
· 16 years ago
208fbec
axnet_cs / pcnet_cs: moving PCMCIA_DEVICE_PROD_ID for Netgear FA411
by Cord Walter
· 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
2dcc9ff
pcnet-cs, axnet_cs: add new IDs, remove dup ID with less info
by Komuro
· 16 years ago
4c89e88
pcmcia: deprecate CS_SUCCESS
by Dominik Brodowski
· 16 years ago
ad913c1
pcmcia: pcmcia_config_loop() improvement by passing vcc
by Dominik Brodowski
· 16 years ago
8e2fc39
pcmcia: pcmcia_config_loop() default CIS entry handling
by Dominik Brodowski
· 16 years ago
b54bf94
pcmcia: use pcmcia_loop_config in net pcmcia drivers
by Dominik Brodowski
· 16 years ago
1b63ba8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
54299ef
pcnet_cs, axnet_cs: clear bogus interrupt before request_irq
by Komuro
· 17 years ago
8e26916
axnet_cs: use netstats in net_device structure
by Paulius Zaleckas
· 17 years ago
36c86bd
axnet_cs: change debugging level for "Too much work at interrupt" message.
by Komuro
· 17 years ago
c61f26f
pcmcia/axnet_cs: make use of 'max()' instead of handcrafted one
by Richard Knutsson
· 17 years ago
6b2e438
pcmcia/axnet_cs: make functions static
by Richard Knutsson
· 17 years ago
906da80
pcmcia: replace kio_addr_t with unsigned int everywhere
by Olof Johansson
· 17 years ago
bd5a934
axnet_cs: use spin_lock_irqsave instead of spin_lock + disable_irq
by Komuro
· 17 years ago
5e7bf8c
netdrvr/pcmcia: use IRQ_TYPE_DYNAMIC_SHARING flag for irq.Attributes.
by Komuro
· 17 years ago
dad8c73
PCMCIA-NETDEV : add new id (axnet_cs, pcnet_cs)
by Komuro
· 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
59b34c1
add return value check of request_irq()
by Yoichi Yuasa
· 18 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
af2b3b5
[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation
by Dominik Brodowski
· 18 years ago
c31f28e
drivers/net: eliminate irq handler impossible checks, needless casts
by Jeff Garzik
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
7282d49
drivers/net: const-ify ethtool_ops declarations
by Jeff Garzik
· 18 years ago
c67eebd
[PATCH] network: axnet_cs.c: add new id (0x021b, 0x0202)
by Komuro
· 18 years ago
1fb9df5
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
by Thomas Gleixner
· 19 years ago
f905703
[PATCH] network: axnet_cs: bug fix multicast code (support older ax88190 chipset)
by Komuro
· 19 years ago
ff768cd
[PATCH] network: axnet_cs.c: add missing 'PRIV' in ei_rx_overrun
by Komuro
· 19 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
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
5f2a71f
[PATCH] pcmcia: add pcmcia_disable_device
by Dominik Brodowski
· 19 years ago
b8ab2dc
[PATCH] axnet_cs.c : add hardware multicast support
by Komuro
· 19 years ago
2fe22a8
[PATCH] pcmcia: add id for AMB8110 PC Card
by Jesse Allen
· 19 years ago
f8cfa61
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback
by Dominik Brodowski
· 19 years ago
b463581
[PATCH] pcmcia: remove dev_list from drivers
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
44670d2
[PATCH] pcmcia: remove references to pcmcia/version.h
by Dominik Brodowski
· 20 years ago
1e212f3
[PATCH] pcmcia: move event handler
by Dominik Brodowski
· 20 years ago
c414f75
[PATCH] pcmcia: id_table for axnet_cs
by Dominik Brodowski
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago