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
2007-09-11
[INET_DIAG]: Fix oops in netlink_rcv_skb
Patrick McHardy
1
-0
/
+4
2007-09-11
[NETFILTER]: Fix/improve deadlock condition on module removal netfilter
Neil Horman
4
-0
/
+4
2007-09-11
[NETFILTER]: nf_conntrack_ipv4: fix "Frag of proto ..." messages
Patrick McHardy
1
-7
/
+3
2007-09-11
[IPV4] devinet: show all addresses assigned to interface
Stephen Hemminger
1
-1
/
+1
2007-09-01
[TCP]: 'dst' can be NULL in tcp_rto_min()
David S. Miller
1
-1
/
+1
2007-08-31
[TCP]: Allow minimum RTO to be configurable via routing metrics.
David S. Miller
1
-2
/
+12
2007-08-27
[TCP]: Describe tcp_init_cwnd() thoroughly in a comment.
David S. Miller
1
-1
/
+9
2007-08-27
[NET]: Fix IP_ADD/DROP_MEMBERSHIP to handle only connectionless
Flavio Leitner
1
-0
/
+4
2007-08-27
[IPSEC] AH4: Update IPv4 options handling to conform to RFC 4302.
Nick Bowler
1
-1
/
+1
2007-08-15
[NETFILTER]: nf_nat_sip: don't drop short packets
Patrick McHardy
1
-1
/
+1
2007-08-14
[IPVS]: Use IP_VS_WAIT_WHILE when encessary.
Heiko Carstens
1
-1
/
+1
2007-08-14
[IPV4]: Clean up duplicate includes in net/ipv4/
Jesper Juhl
3
-3
/
+0
2007-08-14
[IPCONFIG]: ip_auto_config fix
Joakim Tjernlund
1
-3
/
+3
2007-08-08
[TCP]: H-TCP maxRTT estimation at startup
Stephen Hemminger
1
-3
/
+1
2007-08-08
[NETFILTER]: nf_nat: add symbolic dependency on IPv4 conntrack
Patrick McHardy
2
-1
/
+7
2007-08-08
[NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_op...
Jesper Juhl
1
-1
/
+6
2007-08-03
[TCP]: DSACK signals data receival, be conservative
Ilpo Järvinen
1
-1
/
+4
2007-08-03
[TCP]: Also handle snd_una changes in tcp_cwnd_down
Ilpo Järvinen
1
-16
/
+18
2007-08-03
[TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg().
David S. Miller
3
-3
/
+3
2007-08-03
[IPV4] route.c: mostly kmalloc + memset conversion to k[cz]alloc
Mariusz Kozlowski
1
-2
/
+2
2007-08-03
[IPV4] raw.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-2
/
+2
2007-08-03
[NETFILTER] nf_conntrack_l3proto_ipv4_compat.c: kmalloc + memset conversion t...
Mariusz Kozlowski
1
-3
/
+2
2007-08-01
[IPV4] ip_options.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-5
/
+2
2007-07-31
[TCP]: Bidir flow must not disregard SACK blocks for lost marking
Ilpo Järvinen
1
-1
/
+4
2007-07-31
[TCP]: Fix ratehalving with bidirectional flows
Ilpo Järvinen
1
-9
/
+12
2007-07-31
[IPV4/IPV6]: Fail registration if inet device construction fails
Herbert Xu
1
-3
/
+2
2007-07-31
[IPVS]: Use skb_forward_csum
Herbert Xu
1
-1
/
+1
2007-07-31
[TCP]: htcp - use measured rtt
Stephen Hemminger
1
-4
/
+4
2007-07-31
[TCP]: cubic - eliminate use of receive time stamp
Stephen Hemminger
1
-28
/
+18
2007-07-31
[TCP]: congestion control API pass RTT in microseconds
Stephen Hemminger
11
-28
/
+38
2007-07-26
netfilter endian regressions
Al Viro
2
-2
/
+3
2007-07-25
[NETFILTER]: Fix logging regression
Patrick McHardy
1
-4
/
+2
2007-07-21
[IPV4]: Fix inetpeer gcc-4.2 warnings
Patrick McHardy
1
-2
/
+2
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
7
-8
/
+8
2007-07-20
missed cong_avoid() instance
Al Viro
1
-1
/
+1
2007-07-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
Linus Torvalds
3
-3
/
+3
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
1
-2
/
+1
2007-07-19
jprobes: remove JPROBE_ENTRY()
Michael Ellerman
1
-1
/
+1
2007-07-19
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
3
-3
/
+3
2007-07-18
[TCP]: remove unused argument to cong_avoid op
Stephen Hemminger
13
-24
/
+22
2007-07-15
[TCP]: Verify the presence of RETRANS bit when leaving FRTO
Ilpo Järvinen
1
-1
/
+3
2007-07-15
[IPV4]: Cleanup call to __neigh_lookup()
Jean Delvare
1
-1
/
+1
2007-07-15
[NETFILTER]: nf_conntrack: mark protocols __read_mostly
Patrick McHardy
2
-3
/
+2
2007-07-15
[NETFILTER]: Lower *tables printk severity
Patrick McHardy
1
-1
/
+1
2007-07-15
[NETFILTER]: nf_conntrack: Don't track locally generated special ICMP error
Yasuyuki Kozakai
1
-17
/
+5
2007-07-15
[NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses it
Yasuyuki Kozakai
1
-25
/
+7
2007-07-15
[NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames it
Yasuyuki Kozakai
1
-9
/
+14
2007-07-15
[INET_SOCK]: make net/ipv4/inet_timewait_sock.c:__inet_twsk_kill() static
Adrian Bunk
1
-3
/
+2
2007-07-15
[TCP]: tcp probe add back ssthresh field
Stephen Hemminger
1
-0
/
+1
2007-07-13
Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwilli...
Linus Torvalds
1
-8
/
+18
[next]