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
2011-12-23
netlink: Undo const marker in netlink_is_kernel().
David S. Miller
1
-1
/
+1
2011-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
24
-78
/
+243
2011-12-23
netem: loss model API sizes
stephen hemminger
1
-3
/
+3
2011-12-23
sch_hfsc: report backlog information
Eric Dumazet
1
-0
/
+10
2011-12-23
Merge branch 'nf' of git://1984.lsi.us.es/net
David S. Miller
1
-3
/
+3
2011-12-23
netfilter: xt_connbytes: handle negation correctly
Florian Westphal
1
-3
/
+3
2011-12-23
net: relax rcvbuf limits
Eric Dumazet
2
-9
/
+3
2011-12-22
netlink: wake up netlink listeners sooner (v2)
stephen hemminger
1
-1
/
+1
2011-12-22
netlink: af_netlink cleanup (v2)
stephen hemminger
2
-18
/
+14
2011-12-22
rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()
Xi Wang
1
-2
/
+5
2011-12-22
net: introduce DST_NOPEER dst flag
Eric Dumazet
3
-4
/
+4
2011-12-22
mqprio: Avoid panic if no options are provided
Thomas Graf
1
-1
/
+1
2011-12-22
bridge: provide a mtu() method for fake_dst_ops
Eric Dumazet
1
-0
/
+6
2011-12-22
ipv4: using prefetch requires including prefetch.h
Stephen Rothwell
1
-0
/
+1
2011-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
15
-25
/
+181
2011-12-21
net: Add a flow_cache_flush_deferred function
Steffen Klassert
2
-4
/
+26
2011-12-21
ipv4: reintroduce route cache garbage collector
Eric Dumazet
1
-0
/
+107
2011-12-21
irda: use msecs_to_jiffies() rather than manual calculation
Xi Wang
1
-2
/
+2
2011-12-21
sch_sfq: rehash queues in perturb timer
Eric Dumazet
1
-6
/
+81
2011-12-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
3
-2
/
+13
2011-12-21
tcp: Replace constants with #define macros
Vijay Subramanian
2
-4
/
+4
2011-12-20
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-13
/
+27
2011-12-20
net: have ipconfig not wait if no dev is available
Gerlando Falauto
1
-0
/
+4
2011-12-20
af_iucv: get rid of state IUCV_SEVERED
Ursula Braun
1
-27
/
+8
2011-12-20
af_iucv: remove unused timer infrastructure
Ursula Braun
1
-22
/
+0
2011-12-20
af_iucv: release reference to HS device
Ursula Braun
1
-13
/
+24
2011-12-20
af_iucv: accelerate close for HS transport
Ursula Braun
1
-0
/
+7
2011-12-20
af_iucv: support ancillary data with HS transport
Ursula Braun
1
-0
/
+2
2011-12-20
sctp: Do not account for sizeof(struct sk_buff) in estimated rwnd
Thomas Graf
2
-11
/
+3
2011-12-20
net: unix -- Add missing module.h inclusion
Cyrill Gorcunov
1
-0
/
+1
2011-12-19
module_param: make bool parameters really bool (net & drivers/net)
Rusty Russell
20
-23
/
+23
2011-12-19
net: fix assignment of 0/1 to bool variables.
Rusty Russell
10
-29
/
+29
2011-12-19
sctp: fix incorrect overflow check on autoclose
Xi Wang
4
-3
/
+17
2011-12-19
net: two vzalloc() cleanups
Eric Dumazet
2
-4
/
+2
2011-12-19
llc: llc_cmsg_rcv was getting called after sk_eat_skb.
Alex Juncu
1
-4
/
+10
2011-12-19
Revert "net: Remove unused neighbour layer ops."
David S. Miller
1
-0
/
+10
2011-12-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
3
-2
/
+13
2011-12-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
36
-491
/
+3298
2011-12-19
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
1
-1
/
+1
2011-12-18
Revert "Bluetooth: Revert: Fix L2CAP connection establishment"
Gustavo F. Padovan
1
-1
/
+1
2011-12-18
Bluetooth: Clear RFCOMM session timer when disconnecting last channel
Mat Martineau
1
-0
/
+1
2011-12-18
Bluetooth: Prevent uninitialized data access in L2CAP configuration
Mat Martineau
1
-1
/
+11
2011-12-16
net:bridge: use IS_ENABLED
Igor Maravić
5
-6
/
+6
2011-12-16
net:netfilter: use IS_ENABLED
Igor Maravić
19
-46
/
+45
2011-12-16
net:x25: use IS_ENABLED
Igor Maravić
3
-5
/
+5
2011-12-16
net:core: use IS_ENABLED
Igor Maravić
2
-5
/
+4
2011-12-16
sch_gred: prefer GFP_KERNEL allocations
Eric Dumazet
1
-7
/
+11
2011-12-16
net: fix sleeping while atomic problem in sock mem_cgroup.
Glauber Costa
1
-14
/
+14
2011-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
10
-63
/
+86
2011-12-16
batman-adv: Fix merge error.
David S. Miller
1
-1
/
+1
[next]