index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
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.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-26
net: blackhole route should always be recalculated
Jianzhao Wang
1
-1
/
+6
2010-09-26
udp: add rehash on connect()
Eric Dumazet
2
-1
/
+48
2010-09-26
tcp: select(writefds) don't hang up when a peer close connection
KOSAKI Motohiro
1
-1
/
+2
2010-09-26
tcp: fix three tcp sysctls tuning
Eric Dumazet
1
-17
/
+7
2010-09-26
tcp: Combat per-cpu skew in orphan tests.
David S. Miller
2
-8
/
+5
2010-09-20
netfilter: fix CONFIG_COMPAT support
Florian Westphal
2
-0
/
+6
2010-08-26
tcp: cookie transactions setsockopt memory leak
Dmitry Popov
1
-2
/
+5
2010-08-10
arp_notify: allow drivers to explicitly request a notification event.
Ian Campbell
1
-0
/
+1
2010-07-19
tcp: fix crash in tcp_xmit_retransmit_queue
Ilpo Järvinen
1
-0
/
+3
2010-07-15
ipmr: Don't leak memory if fib lookup fails.
Ben Greear
1
-2
/
+6
2010-07-14
rfs: call sock_rps_record_flow() in tcp_splice_read()
Changli Gao
1
-0
/
+1
2010-07-04
xfrm: fix xfrm by MARK logic
Peter Kosyh
1
-0
/
+2
2010-06-21
udp: Fix bogus UFO packet generation
Herbert Xu
1
-3
/
+6
2010-06-07
ipmr: dont corrupt lists
Eric Dumazet
1
-1
/
+3
2010-06-04
tcp: use correct net ns in cookie_v4_check()
Eric Dumazet
1
-1
/
+1
2010-06-04
rps: tcp: fix rps_sock_flow_table table updates
Eric Dumazet
1
-3
/
+4
2010-06-04
syncookies: remove Kconfig text line about disabled-by-default
Florian Westphal
1
-5
/
+5
2010-06-02
TCP: tcp_hybla: Fix integer overflow in slow start increment
Daniele Lacamera
1
-2
/
+2
2010-05-31
net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1
Joe Perches
1
-2
/
+2
2010-05-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
1
-1
/
+1
2010-05-31
net: sock_queue_err_skb() dont mess with sk_forward_alloc
Eric Dumazet
1
-4
/
+2
2010-05-31
netfilter: xtables: stackptr should be percpu
Eric Dumazet
1
-1
/
+1
2010-05-31
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-4
/
+4
2010-05-29
net: fix sk_forward_alloc corruptions
Eric Dumazet
1
-0
/
+2
2010-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-7
/
+9
2010-05-27
net: fix lock_sock_bh/unlock_sock_bh
Eric Dumazet
1
-6
/
+8
2010-05-26
ipmr: off by one in __ipmr_fill_mroute()
Dan Carpenter
1
-1
/
+1
2010-05-25
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...
Alexey Dobriyan
1
-4
/
+4
2010-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
58
-1001
/
+1277
2010-05-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2010-05-17
net: Remove unnecessary returns from void function()s
Joe Perches
5
-7
/
+0
2010-05-17
net: Introduce skb_tunnel_rx() helper
Eric Dumazet
3
-18
/
+6
2010-05-17
tcp: tcp_synack_options() fix
Eric Dumazet
1
-5
/
+4
2010-05-17
net: Remove unnecessary semicolons after switch statements
Joe Perches
2
-3
/
+4
2010-05-17
net: No dst refcounting in ip_queue_xmit()
Eric Dumazet
1
-2
/
+7
2010-05-17
net: Use ip_route_input_noref() in input path
Eric Dumazet
3
-5
/
+5
2010-05-17
net: implements ip_route_input_noref()
Eric Dumazet
1
-5
/
+10
2010-05-17
net: add a noref bit on skb dst
Eric Dumazet
4
-11
/
+12
2010-05-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-10
/
+24
2010-05-16
net: Introduce sk_route_nocaps
Eric Dumazet
2
-4
/
+4
2010-05-16
tcp: fix MD5 (RFC2385) support
Eric Dumazet
1
-10
/
+24
2010-05-15
net: reserve ports for applications using fixed port numbers
Amerigo Wang
5
-2
/
+34
2010-05-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
21
-166
/
+130
2010-05-13
netfilter: remove unnecessary returns from void function()s
Joe Perches
1
-1
/
+0
2010-05-13
netfilter: cleanup printk messages
Stephen Hemminger
7
-27
/
+27
2010-05-13
netfilter: change NF_ASSERT to WARN_ON
Stephen Hemminger
2
-12
/
+2
2010-05-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-7
/
+8
2010-05-11
Merge branch 'master' of git://dev.medozas.de/linux
Patrick McHardy
15
-126
/
+101
2010-05-11
netfilter: xtables: combine built-in extension structs
Jan Engelhardt
2
-58
/
+48
2010-05-11
netfilter: xtables: change hotdrop pointer to direct modification
Jan Engelhardt
4
-10
/
+9
[next]