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
2009-03-03
tcp: Like icmp use register_pernet_subsys
Eric W. Biederman
1
-1
/
+1
2009-03-03
netns: Fix icmp shutdown.
Eric W. Biederman
1
-1
/
+1
2009-03-01
tcp: fix retrans_out leaks
Ilpo Järvinen
1
-4
/
+5
2009-02-24
tcp_scalable: Update malformed & dead url
Joe Perches
1
-1
/
+1
2009-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+0
2009-02-23
cipso: Fix documentation comment
Paul Moore
1
-2
/
+7
2009-02-18
tcp: remove obsoleted comment about different passes
Ilpo Järvinen
1
-1
/
+0
2009-02-06
udp: Fix potential wrong ip_hdr(skb) pointers
Jesper Dangaard Brouer
1
-2
/
+4
2009-02-05
Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"
David S. Miller
1
-8
/
+4
2009-02-05
udp: Fix UDP short packet false positive
Jesper Dangaard Brouer
1
-1
/
+2
2009-02-02
udp: increments sk_drops in __udp_queue_rcv_skb()
Eric Dumazet
1
-1
/
+3
2009-01-29
ipv4: fix infinite retry loop in IP-Config
Benjamin Zores
1
-3
/
+3
2009-01-26
tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.
Dimitris Michailidis
1
-1
/
+2
2009-01-26
udp: optimize bind(0) if many ports are in use
Eric Dumazet
1
-16
/
+39
2009-01-14
gso: Ensure that the packet is long enough
Herbert Xu
1
-6
/
+7
2009-01-13
tcp: splice as many packets as possible at once
Willy Tarreau
1
-2
/
+9
2009-01-12
netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endian
Patrick McHardy
1
-1
/
+1
2009-01-12
netfilter 01/09: remove "happy cracking" message
Patrick McHardy
5
-25
/
+5
2009-01-09
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
3
-5
/
+4
2009-01-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
1
-21
/
+65
2009-01-08
tcp6: Add GRO support
Herbert Xu
1
-0
/
+2
2009-01-07
Merge branch 'next' into for-linus
James Morris
1
-21
/
+65
2009-01-06
net_dma: convert to dma_find_channel
Dan Williams
3
-4
/
+4
2009-01-06
dmaengine: up-level reference counting to the module level
Dan Williams
1
-1
/
+0
2009-01-05
tcp: Kill extraneous SPLICE_F_NONBLOCK checks.
David S. Miller
1
-4
/
+0
2009-01-05
tcp: don't mask EOF and socket errors on nonblocking splice receive
Lennert Buytenhek
1
-4
/
+4
2009-01-04
gro: Use gso_size to store MSS
Herbert Xu
1
-4
/
+1
2008-12-31
netlabel: Update kernel configuration API
Paul Moore
1
-21
/
+65
2008-12-29
net: Fix percpu counters deadlock
Herbert Xu
4
-7
/
+16
2008-12-29
cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: net
Rusty Russell
2
-4
/
+4
2008-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
62
-1286
/
+2136
2008-12-26
ipsec: Remove useless ret variable
Herbert Xu
1
-3
/
+1
2008-12-25
tcp: Always set urgent pointer if it's beyond snd_nxt
Herbert Xu
1
-4
/
+8
2008-12-25
netns: igmp: make /proc/net/{igmp,mcfilter} per netns
Alexey Dobriyan
1
-9
/
+40
2008-12-25
netns: igmp: allow IPPROTO_IGMP sockets in netns
Alexey Dobriyan
1
-0
/
+1
2008-12-25
Merge branch 'next' into for-linus
James Morris
1
-2
/
+2
2008-12-18
tcp: Stop scaring users with "treason uncloaked!"
Matt Mackall
1
-2
/
+2
2008-12-16
ipmr: merge common code
Ilpo Järvinen
1
-64
/
+39
2008-12-15
tcp: Add GRO support
Herbert Xu
3
-0
/
+137
2008-12-15
ipv4: Add GRO infrastructure
Herbert Xu
1
-0
/
+97
2008-12-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-71
/
+11
2008-12-15
netfilter: update rwlock initialization for nat_table
Steven Rostedt
1
-1
/
+1
2008-12-14
icsk: join error paths using goto
Ilpo Järvinen
1
-9
/
+10
2008-12-09
tcp: tcp_vegas cong avoid fix
Doug Leith
1
-70
/
+10
2008-12-05
tcp: fix tso_should_defer in 64bit
Ilpo Järvinen
1
-1
/
+1
2008-12-05
tcp: use tcp_write_xmit also in tcp_push_one
Ilpo Järvinen
1
-37
/
+17
2008-12-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-12
/
+12
2008-12-05
tcp: move some parts from tcp_write_xmit
Ilpo Järvinen
1
-11
/
+12
2008-12-05
tcp: share code through function, not through copy-paste. :-)
Ilpo Järvinen
1
-7
/
+10
2008-12-05
tcp: drop tcp_bound_rto, merge content of it tcp_set_rto
Ilpo Järvinen
1
-9
/
+3
[next]