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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-01
cgroup: convert memcg controller to the new cftype interface
Tejun Heo
1
-6
/
+10
2012-04-01
cgroup: relocate cftype and cgroup_subsys definitions in controllers
Tejun Heo
1
-30
/
+27
2012-03-28
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
14
-14
/
+0
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
14
-14
/
+0
2012-03-22
bonding: remove entries for master_ip and vlan_ip and query devices instead
Andy Gospodarek
1
-0
/
+1
2012-03-22
netfilter: remove forward module param confusion.
Rusty Russell
1
-7
/
+2
2012-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
42
-1030
/
+697
2012-03-20
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-1
/
+1
2012-03-20
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+3
2012-03-20
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-14
/
+4
2012-03-19
tcp: reduce out_of_order memory use
Eric Dumazet
2
-1
/
+19
2012-03-19
tcp: introduce tcp_data_queue_ofo
Eric Dumazet
1
-99
/
+115
2012-03-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-17
/
+23
2012-03-16
arp: allow arp processing to honor per interface arp_accept sysctl
Neil Horman
1
-1
/
+1
2012-03-12
net: ipv4: Standardize prefixes for message logging
Joe Perches
19
-48
/
+79
2012-03-12
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
3
-19
/
+97
2012-03-11
net: Convert printks to pr_<level>
Joe Perches
25
-181
/
+163
2012-03-11
tcp: fix syncookie regression
Eric Dumazet
2
-17
/
+23
2012-03-09
ipv4: Make ip_rcv_options() return bool.
David S. Miller
1
-3
/
+3
2012-03-09
ipv4: Make ip_call_ra_chain() return bool.
David S. Miller
1
-4
/
+4
2012-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-11
/
+86
2012-03-08
route: Remove redirect_genid
Steffen Klassert
2
-10
/
+2
2012-03-08
inetpeer: Invalidate the inetpeer tree along with the routing cache
Steffen Klassert
2
-1
/
+80
2012-03-07
Merge branch 'master' of git://1984.lsi.us.es/net-next
David S. Miller
7
-529
/
+86
2012-03-07
tcp: md5: correct a RCU lockdep splat
Eric Dumazet
1
-1
/
+2
2012-03-07
netfilter: add cttimeout infrastructure for fine timeout tuning
Pablo Neira Ayuso
1
-0
/
+47
2012-03-07
netfilter: nf_conntrack: pass timeout array to l4->new and l4->packet
Pablo Neira Ayuso
1
-3
/
+10
2012-03-07
netfilter: merge ipt_LOG and ip6_LOG into xt_LOG
Richard Weinberger
3
-526
/
+0
2012-03-07
netfilter: ctnetlink: allow to set expectfn for expectations
Pablo Neira Ayuso
3
-0
/
+29
2012-03-06
tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_una
Neal Cardwell
1
-0
/
+4
2012-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2012-03-05
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
12
-50
/
+68
2012-03-03
tcp: don't fragment SACKed skbs in tcp_mark_head_lost()
Neal Cardwell
1
-0
/
+1
2012-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+10
2012-02-28
tcp: fix false reordering signal in tcp_shifted_skb
Neal Cardwell
1
-8
/
+10
2012-02-28
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
2
-14
/
+4
2012-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-15
/
+12
2012-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-13
/
+9
2012-02-26
netlink: add netlink_dump_control structure for netlink_dump_start()
Pablo Neira Ayuso
1
-6
/
+12
2012-02-24
gre: fix spelling in comments
stephen hemminger
1
-5
/
+5
2012-02-24
static keys: Introduce 'struct static_key', static_key_true()/false() and sta...
Ingo Molnar
1
-3
/
+3
2012-02-23
ipsec: be careful of non existing mac headers
Eric Dumazet
2
-8
/
+3
2012-02-21
ipv4: ping: Fix recvmsg MSG_OOB error handling.
David S. Miller
1
-0
/
+1
2012-02-21
datagram: Add offset argument to __skb_recv_datagram
Pavel Emelyanov
1
-2
/
+2
2012-02-21
ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu
Paul E. McKenney
1
-6
/
+1
2012-02-21
ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu()
Paul E. McKenney
1
-8
/
+3
2012-02-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+3
2012-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+29
2012-02-15
ipv4: Eliminate spurious argument to __ipv4_neigh_lookup
David S. Miller
1
-1
/
+1
2012-02-15
net: replace random_ether_addr() with eth_hw_addr_random()
Danny Kukawka
1
-1
/
+1
[next]