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
2005-11-16
[IPV4,IPV6]: replace handmade list with hlist in IPv{4,6} reassembly
Yasuyuki Kozakai
1
-26
/
+14
2005-11-16
[TCP]: More spelling fixes.
Stephen Hemminger
1
-2
/
+2
2005-11-15
[NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMIN
Harald Welte
1
-14
/
+7
2005-11-15
[NETFILTER] ctnetlink: More thorough size checking of attributes
Pablo Neira Ayuso
2
-0
/
+46
2005-11-15
[NETFILTER] ctnetlink: use size_t to make gcc-4.x happy
Pablo Neira Ayuso
1
-3
/
+3
2005-11-12
[NETFILTER] {ip,nf}_conntrack TCP: Accept SYN+PUSH like SYN
Vlad Drukker
1
-0
/
+1
2005-11-11
[PATCH] TCP: fix vegas build
Jeff Garzik
1
-1
/
+1
2005-11-11
[TCP]: speed up SACK processing
Stephen Hemminger
2
-26
/
+172
2005-11-11
[TCP]: spelling fixes
Stephen Hemminger
6
-31
/
+31
2005-11-11
[TCP]: receive buffer growth limiting with mixed MTU
John Heffner
1
-27
/
+8
2005-11-11
[TCP]: Appropriate Byte Count support
Stephen Hemminger
5
-11
/
+37
2005-11-11
[TCP]: add tcp_slow_start helper
Stephen Hemminger
6
-59
/
+33
2005-11-11
[TCP]: simplify microsecond rtt sampling
Stephen Hemminger
1
-32
/
+30
2005-11-11
[TCP]: fix congestion window update when using TSO deferal
Stephen Hemminger
7
-9
/
+11
2005-11-11
[NET]: Detect hardware rx checksum faults correctly
Herbert Xu
6
-42
/
+40
2005-11-10
[NETLINK]: Make netlink_callback->done() optional
Thomas Graf
1
-8
/
+1
2005-11-10
[NETFILTER]: Add nf_conntrack subsystem.
Yasuyuki Kozakai
13
-58
/
+1106
2005-11-10
[NETFILTER] ctnetlink: ICMP_ID is u_int16_t not u_int8_t.
Krzysztof Piotr Oledzki
1
-1
/
+1
2005-11-10
[NETFILTER] ctnetlink: Fix oops when no ICMP ID info in message
Krzysztof Piotr Oledzki
1
-1
/
+2
2005-11-10
[NETFILTER] ctnetlink: Add support to identify expectations by ID's
Pablo Neira Ayuso
1
-0
/
+8
2005-11-10
[NETFILTER] ctnetlink: propagate error instaed of returning -EPERM
Pablo Neira Ayuso
1
-1
/
+1
2005-11-10
[NETFILTER] ctnetlink: return -EINVAL if size is wrong
Pablo Neira Ayuso
1
-1
/
+1
2005-11-10
[NETFILTER]: stop tracking ICMP error at early point
Yasuyuki Kozakai
1
-5
/
+5
2005-11-10
[NETFILTER] PPTP helper: fix PNS-PAC expectation call id
Philip Craig
1
-2
/
+26
2005-11-10
[NETFILTER] ctnetlink: get_conntrack can use GFP_KERNEL
Pablo Neira Ayuso
1
-1
/
+1
2005-11-10
[NETFILTER] ctnetlink: kill unused includes
Pablo Neira Ayuso
1
-3
/
+0
2005-11-10
[NETFILTER] ctnetlink: add module alias to fix autoloading
Pablo Neira Ayuso
1
-0
/
+2
2005-11-10
[NETFILTER] ctnetlink: add marking support from userspace
Pablo Neira Ayuso
1
-0
/
+10
2005-11-09
[NETFILTER] ctnetlink: check if protoinfo is present
Pablo Neira Ayuso
1
-0
/
+5
2005-11-09
[NETFILTER] nfnetlink: nfattr_parse() can never fail, make it void
Harald Welte
2
-42
/
+9
2005-11-09
[NETFILTER]: refcount leak of proto when ctnetlink dumping tuple
Yasuyuki Kozakai
1
-3
/
+6
2005-11-09
[NETFILTER]: packet counter of conntrack is 32bits
Yasuyuki Kozakai
1
-1
/
+1
2005-11-08
[IPV4]: Fix ip_queue_xmit identity increment for TSO packets
Herbert Xu
1
-1
/
+2
2005-11-08
[NET]: kfree cleanup
Jesper Juhl
9
-37
/
+18
2005-11-08
[IPVS]: fix connection leak if expire_nodest_conn=1
Julian Anastasov
1
-4
/
+3
2005-11-06
[TCP/DCCP]: Randomize port selection
Stephen Hemminger
3
-14
/
+3
2005-11-05
[NETFILTER]: CONNMARK target needs ip_conntrack
Harald Welte
1
-0
/
+1
2005-11-05
[NETFILTER]: Fix double free after netlink_unicast() in ctnetlink
Harald Welte
1
-12
/
+7
2005-11-05
[NETFILTER] NAT: Fix module refcount dropping too far
Harald Welte
2
-5
/
+3
2005-11-05
[NETFILTER] PPTP helper: Fix endianness bug in GRE key / CallID NAT
Harald Welte
1
-2
/
+2
2005-11-05
[NETFILTER] PPTP helper: Fix compilation of conntrack helper without NAT
Harald Welte
2
-4
/
+2
2005-11-03
[TCP]: BIC max increment too large
Stephen Hemminger
1
-1
/
+1
2005-11-03
[MCAST]: ip[6]_mc_add_src should be called when number of sources is zero
Yan Zheng
1
-1
/
+4
2005-10-31
[NETFILTER]: Add "revision" support to arp_tables and ip6_tables
Harald Welte
1
-70
/
+131
2005-10-31
[PATCH] Typo fix: dot after newline in printk strings
Jean Delvare
1
-1
/
+1
2005-10-29
[IPV4]: Fix issue reported by Coverity in ipv4/fib_frontend.c
Jayachandran C
1
-1
/
+1
2005-10-28
[IPv4/IPv6]: UFO Scatter-gather approach
Ananda Raju
1
-5
/
+78
2005-10-28
Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.15
Linus Torvalds
6
-50
/
+101
2005-10-27
[TCP]: Clear stale pred_flags when snd_wnd changes
Herbert Xu
1
-0
/
+1
2005-10-26
[IPV4]: Fix setting broadcast for SIOCSIFNETMASK
David Engel
1
-1
/
+2
[next]