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
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-06-23
[NET]: Re-enable irqs before pushing pending DMA requests
Shannon Nelson
1
-1
/
+1
2007-06-07
[NET]: Avoid duplicate netlink notification when changing link state
Thomas Graf
1
-3
/
+5
2007-05-19
[NET]: Fix race condition about network device name allocation.
Stephen Hemminger
1
-4
/
+6
2007-05-17
[NET]: lockdep classes in register_netdevice
Jarek Poplawski
1
-0
/
+69
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
1
-1
/
+1
2007-05-07
[NET] net/core: Fix error handling
Josef 'Jeff' Sipek
1
-2
/
+2
2007-05-03
[NET]: Rework dev_base via list_head (v3)
Pavel Emelianov
1
-46
/
+38
2007-05-03
[NET]: Add __dev_getfirstbyhwtype
Patrick McHardy
1
-5
/
+16
2007-04-28
[NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.
Rusty Russell
1
-25
/
+20
2007-04-26
[WEXT]: Clean up how wext is called.
Johannes Berg
1
-30
/
+4
2007-04-26
[WEXT]: Move to net/wireless
Johannes Berg
1
-1
/
+1
2007-04-25
[NET]: Warn about GSO/checksum abuse
Herbert Xu
1
-1
/
+1
2007-04-25
[NET]: Prevent much sadness in qdisc_lock_tree().
Andrew Morton
1
-2
/
+0
2007-04-25
[NET]: Fix comments for register_netdev().
Borislav Petkov
1
-1
/
+1
2007-04-25
[NET]: Get rid of netdev_nit
Stephen Hemminger
1
-13
/
+5
2007-04-25
[NET_SCHED]: ingress: switch back to using ingress_lock
Patrick McHardy
1
-2
/
+2
2007-04-25
bridge: eliminate call by reference
Stephen Hemminger
1
-12
/
+19
2007-04-25
[NET]: Use csum_start offset instead of skb_transport_header
Herbert Xu
1
-10
/
+15
2007-04-25
[NET]: Inline net_device_stats
Rusty Russell
1
-3
/
+10
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[SK_BUFF]: unions of just one member don't get anything done, kill them
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-25
[SK_BUFF]: Introduce skb_transport_header(skb)
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-25
[SK_BUFF]: Introduce skb_transport_offset()
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[NET]: show bound packet types
Stephen Hemminger
1
-0
/
+134
2007-04-25
[NET]: make seq_operations const
Stephen Hemminger
1
-2
/
+2
2007-04-25
[NET]: network dev read_mostly
Stephen Hemminger
1
-5
/
+5
2007-04-25
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
1
-4
/
+5
2007-04-25
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
1
-2
/
+3
2007-04-25
[SK_BUFF]: Introduce skb_mac_header()
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[NET]: deinline some functions
Stephen Hemminger
1
-5
/
+5
2007-04-25
[NET]: convert network timestamps to ktime_t
Eric Dumazet
1
-15
/
+4
2007-04-04
[PATCH] net: Ignore sysfs network device rename bugs.
Eric W. Biederman
1
-7
/
+4
2007-03-29
[IFB]: Fix crash on input device removal
Patrick McHardy
1
-4
/
+4
2007-03-25
[NET_SCHED]: Fix ingress locking
Patrick McHardy
1
-2
/
+2
2007-02-12
[PATCH] mark struct file_operations const 7
Arjan van de Ven
1
-2
/
+2
2007-02-10
[NET] CORE: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-48
/
+48
2007-02-08
[NET]: unregister_netdevice as void
Stephen Hemminger
1
-8
/
+5
2007-02-07
Network: convert network devices to use struct device instead of class_device
Greg Kroah-Hartman
1
-3
/
+3
2006-12-07
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
Ingo Molnar
1
-2
/
+0
2006-12-02
[NET]: Split skb->csum
Al Viro
1
-2
/
+2
2006-12-02
[NET]: Annotate callers of csum_fold() in net/*
Al Viro
1
-2
/
+2
2006-12-02
[NET] net/core: Annotations.
Al Viro
1
-2
/
+2
2006-12-02
[NET]: The scheduled removal of the frame diverter.
Adrian Bunk
1
-16
/
+4
2006-12-02
[PATCH] netdev: don't allow register_netdev with blank name
Stephen Hemminger
1
-9
/
+0
2006-10-17
[PATCH] rename net_random to random32
Stephen Hemminger
1
-2
/
+0
2006-09-28
[NET_SCHED]: Fix fallout from dev->qdisc RCU change
Patrick McHardy
1
-6
/
+8
2006-09-22
[NET] netdev: Check name length
Stephen Hemminger
1
-1
/
+5
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-6
/
+6
[next]