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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
[IPSEC] esp: Remove NAT-T checksum invalidation for BEET
Herbert Xu
1
-2
/
+1
2007-10-10
[IPV6]: Defer IPv6 device initialization until a valid qdisc is specified
Mitsuru Chinen
1
-3
/
+10
2007-10-10
[NET]: Remove double dev->flags checking when calling dev_close()
Pavel Emelyanov
1
-4
/
+2
2007-10-10
[TCP]: Separate lost_retrans loop into own function
Ilpo Järvinen
1
-37
/
+43
2007-10-10
[SUNRPC]: Make the sunrpc use the seq_open_private()
Pavel Emelyanov
1
-10
/
+2
2007-10-10
[IRDA]: Make the IRDA use the seq_open_private()
Pavel Emelyanov
3
-60
/
+8
2007-10-10
[DECNET]: Make decnet code use the seq_open_private()
Pavel Emelyanov
2
-35
/
+4
2007-10-10
[NETFILTER]: Make netfilter code use the seq_open_private
Pavel Emelyanov
6
-109
/
+14
2007-10-10
[NET]: Make core networking code use seq_open_private
Pavel Emelyanov
15
-335
/
+37
2007-10-10
[PATCH] mac80211: Defer setting of RX_FLAG_DECRYPTED.
Mattias Nissler
1
-9
/
+11
2007-10-10
[PATCH] ieee80211_if_set_type: make check for master dev more explicit
John W. Linville
1
-1
/
+1
2007-10-10
[IPSEC]: Move state lock into x->type->output
Herbert Xu
6
-12
/
+36
2007-10-10
[IPSEC]: Lock state when copying non-atomic fields to user-space
Herbert Xu
2
-16
/
+33
2007-10-10
[XFRM] user: Move attribute copying code into copy_to_user_state_extra
Herbert Xu
1
-29
/
+47
2007-10-10
[IPSEC]: Move common code into xfrm_alloc_spi
Herbert Xu
3
-32
/
+36
2007-10-10
[IPSEC]: Remove gratuitous km wake-up events on ACQUIRE
Herbert Xu
1
-2
/
+0
2007-10-10
[IPSEC]: Store IPv6 nh pointer in mac_header on output
Herbert Xu
11
-46
/
+46
2007-10-10
[IPSEC]: Remove bogus ref count in xfrm_secpath_reject
Herbert Xu
1
-5
/
+1
2007-10-10
[NETNS]: Don't memset() netns to zero manually
Pavel Emelyanov
1
-2
/
+1
2007-10-10
[IPv6]: use container_of() macro in fib6_clean_node()
Benjamin Thery
1
-1
/
+1
2007-10-10
[NETNS]: Move some code into __init section when CONFIG_NET_NS=n
Pavel Emelyanov
3
-14
/
+14
2007-10-10
[8021Q]: transfer dev_id from real device
Ursula Braun
1
-0
/
+3
2007-10-10
[IPSEC]: Move RO-specific output code into xfrm6_mode_ro.c
Herbert Xu
2
-4
/
+4
2007-10-10
[IPSEC]: Unexport xfrm_replay_notify
Herbert Xu
2
-2
/
+2
2007-10-10
[IPSEC]: Move output replay code into xfrm_output
Herbert Xu
5
-8
/
+13
2007-10-10
[IPSEC]: Move xfrm_state_check into xfrm_output.c
Herbert Xu
2
-23
/
+22
2007-10-10
[IPSEC]: Move common output code to xfrm_output
Herbert Xu
4
-77
/
+83
2007-10-10
[IPSEC] ah: Remove keys from ah_data structure
Herbert Xu
2
-14
/
+4
2007-10-10
[IPSEC] esp: Remove keys from esp_data structure
Herbert Xu
2
-22
/
+9
2007-10-10
[AF_IUCV]: postpone receival of iucv-packets
Ursula Braun
1
-86
/
+125
2007-10-10
[AF_IUCV]: remove static declarations from header file.
Heiko Carstens
1
-0
/
+3
2007-10-10
[NET]: split dev_ifsioc() according to locking
Jeff Garzik
1
-30
/
+58
2007-10-10
[NET]: sparse warning fixes
Stephen Hemminger
17
-42
/
+40
2007-10-10
[TCP]: "Annotate" another fackets_out state reset
Ilpo Järvinen
1
-1
/
+2
2007-10-10
[TCP]: Fix two off-by-one errors in fackets_out adjusting logic
Ilpo Järvinen
1
-2
/
+4
2007-10-10
[DCCP]: Twice the wrong reset code in receiving connection-Requests
Gerrit Renker
2
-11
/
+7
2007-10-10
[DCCP]: Wrong format in printk
Gerrit Renker
1
-1
/
+1
2007-10-10
[DCCP]: Tidy-up -- minisock initialisation
Gerrit Renker
2
-10
/
+10
2007-10-10
[CCID2]: Sequence number wraparound issues
Gerrit Renker
1
-3
/
+4
2007-10-10
[CCID2]: Remove redundant case block
Gerrit Renker
1
-13
/
+1
2007-10-10
[CCID2]: Remove redundant BUG_ON
Gerrit Renker
2
-9
/
+4
2007-10-10
[CCID2]: Remove ugly BUG_ON
Gerrit Renker
1
-6
/
+5
2007-10-10
[CCID2]: Simplify interface
Gerrit Renker
1
-10
/
+9
2007-10-10
[DCCP]: Make all `debug' parameters bool
Gerrit Renker
3
-3
/
+3
2007-10-10
[DCCP]: Add socket option to query the current MPS
Gerrit Renker
1
-0
/
+4
2007-10-10
[DCCP]: Wait for CCID
Gerrit Renker
1
-15
/
+19
2007-10-10
[MAC80211]: add sta_notify callback
Tomas Winkler
1
-6
/
+7
2007-10-10
[MAC80211]: implement cfg80211's change_interface hook
Johannes Berg
1
-18
/
+57
2007-10-10
[MAC80211]: Add association LED trigger
Michael Buesch
4
-19
/
+63
2007-10-10
[MAC80211]: make userspace-mlme a per-interface setting
Johannes Berg
4
-11
/
+8
[next]