index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
spider_net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-23
spider_net: Add missing .ndo_validate_addr
David S. Miller
1
-0
/
+1
2009-03-23
spider_net: Fix build.
David S. Miller
1
-9
/
+9
2009-03-21
spider_net: Convert to net_device_ops.
Yang Hongyang
1
-14
/
+17
2009-01-21
net: Remove redundant NAPI functions
Ben Hutchings
1
-6
/
+6
2008-12-28
net: Fix unused variable warnings in pasemi_mac.c and spider_net.c
David S. Miller
1
-1
/
+0
2008-12-22
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
1
-9
/
+6
2008-12-06
net: Fix incorrect use of loose in spider_net.c
Nick Andrew
1
-1
/
+1
2008-11-23
driver/net/*: remove redundant argument comments
Qinghuang Feng
1
-4
/
+0
2008-07-26
dma-mapping: add the device argument to dma_mapping_error()
FUJITA Tomonori
1
-2
/
+2
2008-05-13
[netdrvr] Trim trailing whitespace for several drivers
Jeff Garzik
1
-2
/
+2
2008-04-16
spidernet: revise link status logging
Ishizaki Kou
1
-4
/
+6
2008-04-16
spidernet: fix error interrupt handling
Ishizaki Kou
1
-12
/
+10
2008-04-16
spidernet: add missing initialization
Ishizaki Kou
1
-0
/
+4
2007-10-19
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Robert P. J. Day
1
-1
/
+1
2007-10-19
remove asm/bitops.h includes
Jiri Slaby
1
-1
/
+1
2007-10-10
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
Jeff Garzik
1
-33
/
+16
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
1
-1
/
+0
2007-10-10
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
1
-33
/
+27
2007-09-13
spidernet: fix interrupt reason recognition
Ishizaki Kou
1
-8
/
+4
2007-07-10
spidernet: improve interrupt handling
Ishizaki Kou
1
-14
/
+45
2007-07-08
spidernet: Replace literal with const
Linas Vepstas
1
-1
/
+1
2007-07-08
spidernet: fix misnamed flag
Linas Vepstas
1
-1
/
+1
2007-07-08
spidernet: move a block of code around
Linas Vepstas
1
-14
/
+14
2007-07-08
spidernet: service TX later.
Linas Vepstas
1
-1
/
+2
2007-07-08
spidernet: invalidate unused pointer.
Linas Vepstas
1
-2
/
+5
2007-07-08
spidernet: enhance the dump routine
Linas Vepstas
1
-8
/
+70
2007-07-08
spidernet: beautify error messages
Linas Vepstas
1
-30
/
+34
2007-06-20
spidernet: checksum and ethtool
Stephen Hemminger
1
-2
/
+2
2007-06-20
spidernet: silence the ramfull messages
Linas Vepstas
1
-9
/
+11
2007-06-20
spidernet: Don't terminate the RX ring
Linas Vepstas
1
-9
/
+9
2007-06-20
spidernet: Cure RX ram full bug
Linas Vepstas
1
-6
/
+80
2007-06-20
spidernet: null out skb pointer after its been used.
Linas Vepstas
1
-0
/
+1
2007-06-03
network drivers: eliminate unneeded kill_vid code
Stephen Hemminger
1
-40
/
+0
2007-05-24
spidernet: skb used after netif_receive_skb
Florin Malita
1
-3
/
+3
2007-05-17
spidernet: node-aware skbuff allocation
Christoph Hellwig
1
-1
/
+2
2007-05-11
spidernet: remove unnecessary accesses to phy
Ishizaki Kou
1
-5
/
+3
2007-05-02
[POWERPC] Rename get_property to of_get_property: drivers
Stephen Rothwell
1
-2
/
+2
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
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
2007-04-19
spidernet: Fix problem sending IP fragments
Linas Vepstas
1
-1
/
+1
2007-02-27
spidernet: janitorial, typos
Linas Vepstas
1
-6
/
+7
2007-02-27
spidernet: transmit race
Linas Vepstas
1
-1
/
+5
2007-02-27
spidernet: fix racy double-free of skb
Linas Vepstas
1
-8
/
+15
2007-02-27
spidernet: separate hardware state from driver state.
Linas Vepstas
1
-66
/
+84
2007-02-27
spidernet: move medium variable into card struct
Jens Osterkamp
1
-7
/
+7
2007-02-27
spidernet: remove txram full logging
Ishizaki Kou
1
-2
/
+2
2007-02-27
spidernet: spidernet: add support for Celleb
Kou Ishizaki
1
-1
/
+7
2007-02-27
spidernet: load firmware when open
Kou Ishizaki
1
-124
/
+123
2007-02-27
spidernet: autoneg support for Celleb
Kou Ishizaki
1
-15
/
+161
2007-02-27
spidernet: compile break.
Linas Vepstas
1
-4
/
+1
[next]