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
/
skfp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-27
fddi: Move the FDDI drivers
Jeff Kirsher
37
-22973
/
+0
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
10
-20
/
+20
2011-03-17
net: change to new flag variable
matt mooney
1
-1
/
+1
2011-01-04
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2010-12-28
skfp: testing the wrong variable in skfp_driver_init()
Dan Carpenter
1
-1
/
+1
2010-12-21
drivers/net/*/: Use static const
Joe Perches
1
-2
/
+2
2010-10-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2
-2
/
+2
2010-09-26
drivers/net: return operator cleanup
Eric Dumazet
14
-168
/
+166
2010-09-13
drivers/net/skfp: Remove pr_<level> uses of KERN_<level>
Joe Perches
1
-42
/
+42
2010-08-09
Fix spelling fuction -> function in comments
Stefan Weil
2
-2
/
+2
2010-05-17
drivers/net: remove useless semicolons
Joe Perches
1
-1
/
+1
2010-05-14
drivers/net: Remove unnecessary returns from void function()s
Joe Perches
1
-2
/
+0
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-1
/
+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
-6
/
+6
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+1
2010-03-24
net/various: remove trailing space in messages
Frans Pop
3
-4
/
+4
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2010-02-18
net: convert multiple drivers to use netdev_for_each_mc_addr, part2
Jiri Pirko
1
-7
/
+3
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-3
/
+3
2010-02-05
tree-wide: s/widht/width/g typo in comments
Daniel Mack
1
-1
/
+1
2010-01-07
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
1
-1
/
+1
2010-01-07
drivers/net/skfp/skfddi.c: use %pMF to show MAC address
hartleys
1
-16
/
+3
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2
-5
/
+5
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-09-21
trivial: remove unnecessary semicolons
Joe Perches
2
-5
/
+5
2009-09-01
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
1
-2
/
+4
2009-07-05
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
Patrick McHardy
1
-1
/
+1
2009-07-05
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-1
/
+1
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
1
-1
/
+1
2009-06-13
net: use symbolic values for ndo_start_xmit() return codes
Patrick McHardy
1
-1
/
+1
2009-06-12
trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...
Martin Olsson
1
-1
/
+1
2009-05-17
skfddi: convert PRINTK() to pr_debug()
Alexander Beregalov
1
-81
/
+75
2009-03-30
trivial: fix typo "varaible" -> "variable"
Uwe Kleine-Koenig
1
-1
/
+1
2009-02-17
drivers/net/skfp: fix sparse warning: Should it be static?
Hannes Eder
5
-25
/
+17
2009-01-29
drivers/net/skfp: if !capable(CAP_NET_ADMIN): inverted logic
Roel Kluin
1
-2
/
+2
2008-12-26
drivers/net/skfp: fix sparse warnings: make symbols static
Hannes Eder
1
-3
/
+3
2008-11-20
fddi: convert to new network device ops
Stephen Hemminger
1
-7
/
+12
2008-11-03
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-2
/
+0
2008-09-24
drivers/net/skfp/pmf.c: Use offsetof() macro
Takashi Iwai
1
-18
/
+11
2008-08-27
drivers/net/skfp/ess.c: fix compile warnings
Takashi Iwai
1
-3
/
+3
2008-07-30
net: use the common ascii hex helpers
Harvey Harrison
1
-7
/
+6
2008-03-26
skfp annotations
Al Viro
4
-62
/
+60
2008-02-03
Spelling fixes: lenght->length
Paulius Zaleckas
3
-3
/
+3
2008-01-28
NULL noise in drivers/net
Al Viro
2
-3
/
+3
2007-10-10
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
1
-1
/
+0
2007-10-10
drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE
Denis Cheng
2
-3
/
+3
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
1
-1
/
+0
2007-10-10
drivers/net/skfp: Remove dead code referencing pci_find_device()
Jeff Garzik
2
-45
/
+0
[next]