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
/
wan
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-21
device create: net: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-3
/
+3
2008-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
13
-175
/
+130
2008-07-20
tty: Ldisc revamp
Alan Cox
2
-3
/
+3
2008-07-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
1
-6
/
+16
2008-07-14
net: Remove references to wan-router.txt in Kconfigs
Johann Felix Soden
1
-2
/
+1
2008-07-14
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
4
-41
/
+64
2008-07-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2008-07-04
WAN: Remove no longer needed pvc_desc in FR code.
Krzysztof Halasa
1
-17
/
+8
2008-07-04
WAN: convert drivers to use built-in netdev_stats
Krzysztof Halasa
12
-156
/
+121
2008-07-04
Add missing skb->dev assignment in Frame Relay RX code
Krzysztof Halasa
1
-0
/
+1
2008-06-27
Hold RTNL while calling dev_close()
Ben Hutchings
1
-0
/
+3
2008-05-22
WAN: protect HDLC proto list while insmod/rmmod
Krzysztof Halasa
1
-8
/
+11
2008-05-22
WAN: protect Cisco HDLC state changes with a spinlock.
Krzysztof Halasa
1
-33
/
+49
2008-05-18
cosa: cdev lock_kernel() pushdown
Jonathan Corbet
1
-6
/
+16
2008-05-12
syncppp: Fix crashes.
David S. Miller
6
-17
/
+17
2008-05-03
lapbeth: Release ->ethdev when unregistering device.
David S. Miller
1
-0
/
+1
2008-04-30
tty: The big operations rework
Alan Cox
1
-144
/
+135
2008-04-30
pc300: Update to tty_set_operations
Alan Cox
1
-9
/
+15
2008-04-25
WAN: Fix confusing insmod error code for C101 too.
Krzysztof Halasa
1
-3
/
+3
2008-04-25
Removing dead code in drivers/net/wan/hdlc_fr.c
Cédric Augonnet
1
-4
/
+0
2008-04-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+5
2008-04-12
Mark generic HDLC + PPP as broken.
Krzysztof Halasa
1
-1
/
+5
2008-04-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
1
-1
/
+1
2008-03-28
lapb: use the shorter LIST_HEAD form for brevity
Robert P. J. Day
1
-1
/
+1
2008-03-26
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
4
-6
/
+6
2008-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
2
-6
/
+13
2008-03-17
wan/farsync: copy_from_user() to iomem is wrong
Al Viro
1
-5
/
+12
2008-03-05
COSA/SRP: convert channel_data.rsem to mutex
Matthias Kaehlcke
1
-6
/
+8
2008-03-05
net: replace __inline with inline
Harvey Harrison
1
-1
/
+1
2008-02-09
x25_asy.c: silence compiler warning
S.Çağlar Onur
1
-1
/
+0
2008-02-08
x25_asy: Fix ref count rule violation
Alan Cox
1
-3
/
+2
2008-02-05
Generic HDLC - use random_ether_addr()
Krzysztof Halasa
2
-8
/
+4
2008-02-05
Generic HDLC - remove now unneeded hdlc_device_desc
Krzysztof Halasa
7
-28
/
+24
2008-02-05
Generic HDLC - fix kernel panic
Krzysztof Halasa
1
-20
/
+18
2008-02-03
Spelling fixes: lenght->length
Paulius Zaleckas
1
-2
/
+2
2008-01-28
annotate the rest of drivers/net/wan
Al Viro
6
-7
/
+7
2008-01-28
NULL noise in drivers/net
Al Viro
4
-19
/
+15
2008-01-28
drivers/net/wan: Add missing "space"
Joe Perches
1
-1
/
+1
2008-01-28
[netdrvr] irq handler minor cleanups in several drivers
Jeff Garzik
2
-10
/
+6
2008-01-24
cosa: Convert from class_device to device for cosa sync driver
Tony Jones
1
-3
/
+2
2008-01-18
sbni endian fixes
Al Viro
1
-3
/
+9
2008-01-18
wan/lmc bitfields fixes
Al Viro
1
-10
/
+2
2008-01-18
dscc4 endian fixes
Al Viro
1
-45
/
+49
2007-12-22
cycx: annotations and fixes (.24 fodder?)
Al Viro
1
-6
/
+6
2007-12-14
[SYNCPPP]: Endianness and 64bit fixes.
Al Viro
1
-18
/
+17
2007-11-07
[TTY]: Use tty_mode_ioctl() in network drivers.
Alan Cox
1
-5
/
+1
2007-10-30
[WAN]: fix drivers/net/wan/lmc/ compilation
Adrian Bunk
1
-1
/
+1
2007-10-30
[WAN]: lmc_ioctl: don't return with locks held
Roel Kluin
1
-21
/
+34
2007-10-23
Eliminate pointless casts from void* in a few driver irq handlers.
Jeff Garzik
1
-2
/
+2
2007-10-15
netdev: convert non-obvious instances to use ARRAY_SIZE()
Alejandro Martinez Ruiz
1
-4
/
+4
[next]