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
2006-11-28
[NETFILTER]: ipt_REJECT: fix memory corruption
Patrick McHardy
1
-7
/
+9
2006-11-28
[NETFILTER]: conntrack: fix refcount leak when finding expectation
Yasuyuki Kozakai
1
-3
/
+3
2006-11-28
[NETFILTER]: ctnetlink: fix reference count leak
Patrick McHardy
1
-0
/
+1
2006-11-25
[NET]: Fix kfifo_alloc() error check.
Akinobu Mita
1
-0
/
+2
2006-11-25
[UDP]: Make udp_encap_rcv use pskb_may_pull
Olaf Kirch
1
-5
/
+14
2006-11-25
[NETFILTER]: H.323 conntrack: fix crash with CONFIG_IP_NF_CT_ACCT
Faidon Liambotis
1
-2
/
+2
2006-11-15
[TCP]: Fix up sysctl_tcp_mem initialization.
John Heffner
1
-3
/
+4
2006-11-15
[NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queue
Patrick McHardy
1
-3
/
+4
2006-11-10
[IPVS]: More endianness fixed.
Julian Anastasov
3
-6
/
+6
2006-11-07
[TCP]: Don't use highmem in tcp hash size calculation.
John Heffner
1
-2
/
+2
2006-11-01
[TCP]: Set default congestion control when no sysctl.
Stephen Hemminger
2
-7
/
+8
2006-10-30
[NetLabel]: protect the CIPSOv4 socket option from setsockopt()
Paul Moore
2
-5
/
+4
2006-10-30
[NETFILTER]: ip_tables: compat code module refcounting fix
Dmitry Mishin
1
-25
/
+11
2006-10-30
[NETFILTER]: ip_tables: compat error way cleanup
Vasily Averin
1
-0
/
+1
2006-10-30
[NETFILTER]: Missed and reordered checks in {arp,ip,ip6}_tables
Dmitry Mishin
2
-17
/
+38
2006-10-30
[NET]: fix uaccess handling
Heiko Carstens
1
-6
/
+11
2006-10-25
[TCP] H-TCP: fix integer overflow
Gavin McCullagh
1
-1
/
+1
2006-10-25
[TCP] cubic: scaling error
Stephen Hemminger
1
-3
/
+3
2006-10-24
[IPV4] ipconfig: fix RARP ic_servaddr breakage
Al Viro
1
-1
/
+1
2006-10-20
[TCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in tcp_v4_err()
Eric Dumazet
1
-1
/
+1
2006-10-20
[NETFILTER]: Missing check for CAP_NET_ADMIN in iptables compat layer
Björn Steinbrink
1
-0
/
+3
2006-10-18
[TCP]: Bound TSO defer time
John Heffner
1
-5
/
+15
2006-10-18
[IPv4] fib: Remove unused fib_config members
Thomas Graf
1
-5
/
+0
2006-10-15
[NET]: reduce sizeof(struct inet_peer), cleanup, change in peer_check_expire()
Eric Dumazet
1
-7
/
+22
2006-10-15
NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctly
Paul Moore
1
-2
/
+2
2006-10-15
NetLabel: only deref the CIPSOv4 standard map fields when using standard mapping
Paul Moore
1
-6
/
+12
2006-10-15
[NETFILTER]: ctnetlink: Remove debugging messages
Pablo Neira Ayuso
1
-69
/
+3
2006-10-15
[NETFILTER]: ipt_ECN/ipt_TOS: fix incorrect checksum update
Patrick McHardy
2
-6
/
+6
2006-10-15
[NETFILTER]: arp_tables: missing unregistration on module unload
Patrick McHardy
1
-0
/
+2
2006-10-12
[NET]: Do not memcmp() over pad bytes of struct flowi.
David S. Miller
1
-3
/
+9
2006-10-11
[NET]: Use typesafe inet_twsk() inline function instead of cast.
YOSHIFUJI Hideaki
1
-9
/
+7
2006-10-11
[NET]: Use hton{l,s}() for non-initializers.
YOSHIFUJI Hideaki
2
-13
/
+22
2006-10-11
[TCP]: Use TCPOLEN_TSTAMP_ALIGNED macro instead of magic number.
YOSHIFUJI Hideaki
1
-1
/
+1
2006-10-11
IPsec: correct semantics for SELinux policy matching
Venkat Yekkirala
1
-1
/
+1
2006-10-11
NetLabel: fix a cache race condition
paul.moore@hp.com
1
-8
/
+10
2006-10-10
[PATCH] ptrdiff_t is %t, not %z
Al Viro
1
-1
/
+1
2006-10-04
[XFRM]: BEET mode
Diego Beltrami
5
-8
/
+172
2006-10-04
[TCP]: Kill warning in tcp_clean_rtx_queue().
David S. Miller
1
-1
/
+1
2006-10-04
[UDP]: Fix MSG_PROBE crash
Herbert Xu
1
-0
/
+2
2006-10-04
[NETFILTER]: ipt_REJECT: remove largely duplicate route_reverse function
Patrick McHardy
1
-78
/
+19
2006-10-04
[NETFILTER]: Honour source routing for LVS-NAT
Simon Horman
1
-0
/
+10
2006-10-04
[NETFILTER]: add type parameter to ip_route_me_harder
Simon Horman
3
-5
/
+10
2006-10-03
fix file specification in comments
Uwe Zeisberger
1
-1
/
+1
2006-10-03
Still more typo fixes
Matt LaPlante
2
-2
/
+2
2006-10-03
more misc typo fixes
Matt LaPlante
3
-4
/
+4
2006-10-02
[PATCH] namespaces: utsname: use init_utsname when appropriate
Serge E. Hallyn
1
-1
/
+1
2006-10-02
[PATCH] namespaces: utsname: switch to using uts namespaces
Serge E. Hallyn
1
-7
/
+7
2006-10-02
[PATCH] Kprobes: Make kprobe modules more portable
Ananth N Mavinakayanahalli
1
-2
/
+4
2006-10-01
[PATCH] completions: lockdep annotate on stack completions
Peter Zijlstra
1
-1
/
+1
2006-09-29
[NetLabel]: audit fixups due to delayed feedback
Paul Moore
1
-2
/
+2
[next]