index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
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.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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
2011-08-12
toshiba: Move the Toshiba drivers
Jeff Kirsher
1
-2603
/
+0
2011-07-21
spider_net: do not mention dying vlan_hwaccel_receive_skb
Jiri Pirko
1
-3
/
+1
2011-06-06
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2011-04-15
net: spider_net: convert to hw_features
Michał Mirosław
1
-8
/
+7
2010-09-02
drivers/net: avoid some skb->ip_summed initializations
Eric Dumazet
1
-2
/
+2
2010-05-14
drivers/net: Remove unnecessary returns from void function()s
Joe Perches
1
-2
/
+0
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
1
-3
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+1
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-2
/
+2
2010-02-18
net: convert multiple drivers to use netdev_for_each_mc_addr, part2
Jiri Pirko
1
-1
/
+1
2010-02-09
tree-wide: Assorted spelling fixes
Daniel Mack
1
-2
/
+2
2010-01-07
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
1
-1
/
+1
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-1
/
+1
2009-11-10
spider-net: declare MODULE_FIRMWARE
Ben Hutchings
1
-0
/
+1
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
[next]