index
:
history
master
Linux kernel history
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
Age
Commit message (
Expand
)
Author
Lines
2005-03-31
[NETFILTER]: ipt_hashlimit: Remove custom msecs_to_jiffies() macro
Tobias Klauser
-6
/
+4
2005-03-31
[NETFILTER]: ipt_hashlimit: Fix bug introduced by hlist changes.
jix@bugmachine.ca
-3
/
+3
2005-03-30
[NETFILTER]: Restore ports module parameter for ip_nat_{ftp,irq}
Rusty Russell
-0
/
+18
2005-03-17
[IPV4]: Kill remaining unnecessary uses of dst_pmtu
Herbert Xu
-1
/
+1
2005-03-17
[NETFILTER]: Use correct IPSEC MTU in TCPMSS
Herbert Xu
-3
/
+3
2005-03-16
[IPV4]: Send TCP reset through dst_output in ipt_REJECT
Herbert Xu
-2
/
+2
2005-03-15
[IPV4]: Make ipt_REJECT use icmp_send again.
Herbert Xu
-139
/
+2
2005-03-14
[NETFILTER]: ipt_hashlimit.c needs lockhelp.h
Herbert Xu
-0
/
+1
2005-03-14
[NETFILTER]: ipt_hashlimit: use | instead of & for correct hash key
Harald Welte
-1
/
+1
2005-03-09
Merge bk://212.42.230.204:994/nf-2.6
David S. Miller
-146
/
+216
2005-03-04
[NETFILTER]: Don't insist on ICMP errors carrying 8 byte of protocol header
Patrick McHardy
-9
/
+5
2005-03-04
[NETFILTER]: Fix multiple problems with TCP window tracking
Jozsef Kadlecsik
-66
/
+89
2005-03-04
[NETFILTER]: SCTP conntrack: fix association restart
ariel@blueslice.com
-2
/
+2
2005-03-04
[NETFILTER]: Fix /proc/net/ip_conntrack seq_file operations
Patrick McHardy
-39
/
+77
2005-03-04
[NETFILTER]: Use num_possible_cpus instead of NR_CPUS in {ip6_,arp_,eb}tables
Patrick McHardy
-4
/
+4
2005-03-04
[NETFILTER]: Reduce netfilter memory use on MP systems
Andi Kleen
-5
/
+5
2005-03-04
[NETFILTER]: Use correct types in seq_printf calls
Patrick McHardy
-6
/
+7
2005-03-04
[NETFILTER]: fix ip6_queue inefficiencies
mstjohns@mindspring.com
-15
/
+27
2005-02-23
[NETFILTER]: ipt_hashlimit: use hlist instead of list head
Harald Welte
-25
/
+36
2005-02-23
[NETFILTER]: ipt_hashlimit: replace rwlock with spinlock
Harald Welte
-8
/
+8
2005-02-23
[NETFILTER]: ipt_hashlimit rule load time race condition
Harald Welte
-0
/
+10
2005-02-23
[NETFILTER]: Prevent NAT from seeing fragments
Patrick McHardy
-0
/
+2
2005-02-06
[NETFILTER]: Clean NAT status bits on module unload
Patrick McHardy
-0
/
+1
2005-02-01
[NETFILTER]: Use GFP_ATOMIC in ipt_hashlimit
Samuel Jean
-1
/
+1
2005-02-01
[NETFILTER]: Fix ip_conntrack_ftp crash with debugging enabled
Nicolas Bouliane
-4
/
+3
2005-02-01
[NETFILTER]: Improve TCP window tracking retransmission detection
Phil Oester
-0
/
+2
2005-01-30
[NETFILTER]: Fix ICMP checksumming in icmp_reply_translation()
Patrick McHardy
-7
/
+7
2005-01-30
[NETFILTER]: Fix TCP header offset used in tcp_manip_pkt().
Patrick McHardy
-1
/
+1
2005-01-26
[IPV4]: Keep fragment queues private to each user.
Patrick McHardy
-17
/
+7
2005-01-25
[NETFILTER]: IRC Zero Port Fix
Rusty Russell
-2
/
+10
2005-01-25
[NETFILTER]: Add inversion to multiport match
Phil Oester
-7
/
+8
2005-01-25
[NETFILTER]: Fix compile errors without NAT
Martin Josefsson
-0
/
+1
2005-01-25
[NETFILTER]: Fix SNAT/DNAT target size checks
Martin Josefsson
-2
/
+2
2005-01-17
[NETFILTER]: Fix SNMP nat build.
Rusty Russell
-70
/
+45
2005-01-16
[NETFILTER]: Remove no longer needed symbol exports.
David S. Miller
-4
/
+0
2005-01-16
[NETFILTER]: Don't cacheline align slab allocs
Rusty Russell
-5
/
+3
2005-01-16
[NETFILTER]: Get rid of 'initialized' in nat structure: use conntrack status ...
Rusty Russell
-18
/
+19
2005-01-16
[NETFILTER]: Use a bit in conntrack status to indicate sequence number adjust...
Rusty Russell
-13
/
+9
2005-01-16
[NETFILTER]: Remove ip_conntrack_tuple_hash 'ctrack' pointer
Rusty Russell
-39
/
+47
2005-01-16
[NETFILTER]: Remove manip array from conntrack entry
Rusty Russell
-380
/
+197
2005-01-16
[NETFILTER]: Adrian Bunk's cleanup patches
Rusty Russell
-46
/
+42
2005-01-16
[NETFILTER]: Remove remaining multirange related code
Rusty Russell
-18
/
+3
2005-01-16
[NETFILTER]: Make expectations timeouts compulsory
Rusty Russell
-19
/
+10
2005-01-16
[NETFILTER]: Simplify expect handling
Rusty Russell
-381
/
+218
2005-01-16
[NETFILTER]: Fix up IRC, AMANDA, TFTP and SNMP
Rusty Russell
-628
/
+233
2005-01-16
[NETFILTER]: Call NAT helper modules directly from conntrack modules, fixup FTP
Rusty Russell
-457
/
+237
2005-01-16
[NETFILTER]: Fix overlapping expectations in existing expectation code
Rusty Russell
-5
/
+4
2005-01-14
[PATCH] various Kconfig fixes
Gabor Egry
-9
/
+8
2005-01-13
Merge bk://212.42.230.204/nf-2.6
David S. Miller
-5
/
+5
2005-01-13
[NET]: Lock initializer cleanup.
Thomas Gleixner
-5
/
+5
[next]