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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
[MAC80211]: remove HW_KEY_IDX_INVALID
Johannes Berg
3
-17
/
+20
2007-10-10
[MAC80211]: some more documentation
Johannes Berg
1
-43
/
+105
2007-10-10
[MAC80211]: remove set_key_idx callback
Johannes Berg
2
-17
/
+0
2007-10-10
[MAC80211]: rework hardware crypto flags
Johannes Berg
5
-82
/
+42
2007-10-10
[MAC80211]: remove turbo modes
Johannes Berg
10
-61
/
+59
2007-10-10
[MAC80211]: fix race conditions with keys
Johannes Berg
4
-27
/
+61
2007-10-10
[MAC80211]: don't send invalid QoS frames
Johannes Berg
1
-1
/
+14
2007-10-10
[MAC80211]: remove spy wext ioctls
Johannes Berg
1
-4
/
+4
2007-10-10
[IPV4]: Convert rt_check_expire() from softirq processing to workqueue.
Eric Dumazet
1
-18
/
+12
2007-10-10
[RFKILL]: Add rfkill documentation
Ivo van Doorn
1
-0
/
+89
2007-10-10
[RFKILL]: Add support for ultrawideband
Ivo van Doorn
4
-0
/
+15
2007-10-10
[RFKILL]: Remove IRDA
Ivo van Doorn
3
-10
/
+5
2007-10-10
[NET]: Fix race when opening a proc file while a network namespace is exiting.
Eric W. Biederman
7
-8
/
+39
2007-10-10
[NETNS]: Fix allnoconfig compilation error.
Daniel Lezcano
2
-1
/
+8
2007-10-10
[NET_SCHED]: Making rate table lookups more flexible.
Jesper Dangaard Brouer
2
-3
/
+5
2007-10-10
[NET_SCHED]: Cleanup L2T macros and handle oversized packets
Jesper Dangaard Brouer
5
-9
/
+19
2007-10-10
[SCTP] net/sctp/socket.c: make 3 variables static
Adrian Bunk
1
-3
/
+3
2007-10-10
[SCTP]: Make sctp_addto_param() static.
Adrian Bunk
2
-20
/
+20
2007-10-10
[KERNEL]: Unexport raise_softirq_irqoff
Adrian Bunk
1
-2
/
+0
2007-10-10
[NETNS]: Fix bad macro definition.
Daniel Lezcano
1
-18
/
+17
2007-10-10
[NETNS]: Fix loopback network namespace initialization.
Daniel Lezcano
1
-0
/
+1
2007-10-10
[NETNS]: Fix export symbols.
Daniel Lezcano
1
-1
/
+3
2007-10-10
[NETLINK]: Introduce nested and byteorder flag to netlink attribute
Thomas Graf
7
-15
/
+38
2007-10-10
[NET]: Add a might_sleep() to dev_close().
David S. Miller
1
-0
/
+2
2007-10-10
[PATCH] NET : convert IP route cache garbage collection from softirq processi...
Eric Dumazet
1
-67
/
+122
2007-10-10
[NET]: Fix missed addition of fs/proc/proc_net.c
David S. Miller
1
-0
/
+192
2007-10-10
[NET]: #if 0 out net_alloc() for now.
David S. Miller
1
-0
/
+2
2007-10-10
[NET]: Disable netfilter sockopts when not in the initial network namespace
Eric W. Biederman
1
-0
/
+7
2007-10-10
[NET]: netlink support for moving devices between network namespaces.
Eric W. Biederman
2
-0
/
+36
2007-10-10
[NET]: Implement network device movement between namespaces
Eric W. Biederman
3
-11
/
+184
2007-10-10
[NET]: Factor out __dev_alloc_name from dev_alloc_name
Eric W. Biederman
1
-13
/
+35
2007-10-10
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
99
-362
/
+555
2007-10-10
[NET]: Support multiple network namespaces with netlink
Eric W. Biederman
22
-60
/
+121
2007-10-10
[NET]: Make device event notification network namespace safe
Eric W. Biederman
38
-1
/
+126
2007-10-10
[NET]: Make packet reception network namespace safe
Eric W. Biederman
26
-0
/
+113
2007-10-10
[NET]: Initialize the network namespace of network devices.
Eric W. Biederman
1
-0
/
+1
2007-10-10
[NET]: Make socket creation namespace safe.
Eric W. Biederman
44
-113
/
+184
2007-10-10
[NET]: Make /proc/net per network namespace
Eric W. Biederman
84
-261
/
+342
2007-10-10
[NET]: Add a network namespace parameter to struct sock
Eric W. Biederman
2
-0
/
+4
2007-10-10
[NET]: Add a network namespace tag to struct net_device
Eric W. Biederman
1
-0
/
+4
2007-10-10
[NET]: Add a network namespace parameter to tasks
Eric W. Biederman
2
-0
/
+3
2007-10-10
[NET]: Basic network namespace infrastructure.
Eric W. Biederman
3
-1
/
+361
2007-10-10
[NET]: Don't implement dev_ifname32 inline
Eric W. Biederman
1
-11
/
+10
2007-10-10
[ATALK]: In notifier handlers convert the void pointer to a netdevice
Eric W. Biederman
2
-4
/
+7
2007-10-10
[XFRM]: xfrm audit calls
Joy Latten
6
-177
/
+218
2007-10-10
[NET]: Change type of owner in sock_lock_t to int, rename
John Heffner
2
-7
/
+6
2007-10-10
[NET] Cleanup: Use sock_owned_by_user() macro
John Heffner
2
-2
/
+2
2007-10-10
[TG3]: remove sparse warnings
Andy Gospodarek
1
-8
/
+5
2007-10-10
[AF_PACKET]: Don't enable global timestamps.
Stephen Hemminger
1
-5
/
+4
2007-10-10
[DCCP]: Remove unneeded pointer newdp from dccp_v4_request_recv_sock()
Micah Gruber
1
-2
/
+0
[next]