index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-29
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
Denis V. Lunev
3
-0
/
+28
2008-01-29
[IPCONFIG]: Mark vendor_class_identifier as __initdata.
David S. Miller
1
-1
/
+2
2008-01-29
[IPVS]: Create synced connections with their real state
Rumen G. Bogdanovski
2
-7
/
+41
2008-01-29
[IPVS]: Flag synced connections and expose them in proc
Rumen G. Bogdanovski
2
-1
/
+54
2008-01-29
[TCP]: Correct DSACK check placing
Ilpo Järvinen
1
-10
/
+5
2008-01-29
[NET]: NET_CLS_ROUTE : convert ip_rt_acct to per_cpu variables
Eric Dumazet
2
-13
/
+4
2008-01-29
[TCP]: Rewrite SACK block processing & sack_recv_cache use
Ilpo Järvinen
2
-113
/
+172
2008-01-29
[TCP]: Earlier SACK block verification & simplify access to them
Ilpo Järvinen
1
-34
/
+51
2008-01-29
[TCP]: Create tcp_sacktag_one().
Ilpo Järvinen
1
-96
/
+96
2008-01-29
[TCP]: Prior_fackets can be replaced by highest_sack seq
Ilpo Järvinen
1
-3
/
+2
2008-01-29
[TCP]: Make lost retrans detection more self-contained
Ilpo Järvinen
1
-9
/
+11
2008-01-29
[TCP]: Convert highest_sack to sk_buff to allow direct access
Ilpo Järvinen
2
-15
/
+16
2008-01-29
[TCP]: non-FACK SACK follows conservative SACK loss recovery
Ilpo Järvinen
1
-18
/
+62
2008-01-29
[TCP]: Extend reordering detection to cover CA_Loss partially
Ilpo Järvinen
1
-1
/
+2
2008-01-29
[TCP]: Move !in_sack test earlier in sacktag & reorganize if()s
Ilpo Järvinen
1
-17
/
+14
2008-01-29
[IPV4] ipconfig: Implement DHCP Class-identifier
Rainer Jochem
1
-0
/
+24
2008-01-29
[IPSEC]: Kill afinfo->nf_post_routing
David S. Miller
1
-1
/
+0
2008-01-29
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
30
-154
/
+161
2008-01-29
[IPSEC]: Add async resume support on input
Herbert Xu
1
-0
/
+3
2008-01-29
[IPSEC]: Remove nhoff from xfrm_input
Herbert Xu
3
-7
/
+9
2008-01-29
[IPSEC]: Move state lock into x->type->input
Herbert Xu
2
-13
/
+25
2008-01-29
[IPSEC]: Move integrity stat collection into xfrm_input
Herbert Xu
2
-7
/
+9
2008-01-29
[IPSEC]: Merge most of the input path
Herbert Xu
2
-112
/
+15
2008-01-29
[IPSEC]: Merge most of the output path
Herbert Xu
4
-72
/
+8
2008-01-29
[IPV4]: Add ip_local_out
Herbert Xu
5
-42
/
+31
2008-01-29
[IPSEC]: Separate inner/outer mode processing on input
Herbert Xu
4
-63
/
+57
2008-01-29
[IPSEC]: Separate inner/outer mode processing on output
Herbert Xu
4
-39
/
+71
2008-01-29
[INET]: Give outer DSCP directly to ip*_copy_dscp
Herbert Xu
1
-1
/
+1
2008-01-29
[IPSEC]: Forbid BEET + ipcomp for now
Herbert Xu
1
-8
/
+12
2008-01-29
[IPSEC]: Merge common code into xfrm_bundle_create
Herbert Xu
1
-108
/
+26
2008-01-29
[IPSEC]: Move flow construction into xfrm_dst_lookup
Herbert Xu
1
-42
/
+38
2008-01-29
[IPSEC]: Make sure idev is consistent with dev in xfrm_dst
Herbert Xu
1
-4
/
+9
2008-01-29
[IPSEC]: Set dst->input to dst_discard
Herbert Xu
1
-1
/
+2
2008-01-29
[IPSEC]: Only set neighbour on top xfrm dst
Herbert Xu
1
-2
/
+3
2008-01-29
[NET]: Eliminate duplicate copies of dst_discard
Herbert Xu
1
-8
/
+3
2008-01-29
[IPV6]: Move nfheader_len into rt6_info
Herbert Xu
1
-1
/
+0
2008-01-29
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
9
-41
/
+21
2008-01-29
[IPV4]: Add raw drops counter.
Wang Chen
1
-7
/
+10
2008-01-29
[TCP]: Make tcp_splice_data_recv() static.
Adrian Bunk
1
-2
/
+2
2008-01-29
[TCP]: Splice receive support.
Jens Axboe
2
-0
/
+130
2008-01-26
IPoIB: improve IPv4/IPv6 to IB mcast mapping functions
Rolf Manderscheid
1
-1
/
+1
2008-01-23
[INET]: Fix truesize setting in ip_append_data
Herbert Xu
1
-2
/
+2
2008-01-23
[IPV4]: Add missing skb->truesize increment in ip_append_page().
David S. Miller
1
-0
/
+2
2008-01-21
[ICMP]: ICMP_MIB_OUTMSGS increment duplicated
Wang Chen
1
-1
/
+0
2008-01-21
[IPV4] FIB_HASH : Avoid unecessary loop in fn_hash_dump_zone()
Eric Dumazet
1
-11
/
+9
2008-01-21
[IPV4] fib_trie: fix duplicated route issue
Joonwoo Park
1
-0
/
+3
2008-01-21
[IPV4] fib_hash: fix duplicated route issue
Joonwoo Park
1
-0
/
+3
2008-01-10
[IPV4] ROUTE: fix rcu_dereference() uses in /proc/net/rt_cache
Eric Dumazet
1
-3
/
+3
2008-01-09
[LRO] Fix lro_mgr->features checks
Brice Goglin
1
-8
/
+8
2008-01-09
[IPV4] ROUTE: ip_rt_dump() is unecessary slow
Eric Dumazet
1
-4
/
+4
[next]