index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NETFILTER]: xt_limit: add compat conversion functions
Patrick McHardy
2006-09-22
1
-0
/
+49
*
[NETFILTER]: xt_CONNMARK: add compat conversion functions
Patrick McHardy
2006-09-22
1
-0
/
+36
*
[NETFILTER]: xt_connmark: add compat conversion functions
Patrick McHardy
2006-09-22
1
-0
/
+36
*
[NETFILTER]: xt_MARK: add compat conversion functions
Patrick McHardy
2006-09-22
1
-0
/
+34
*
[NETFILTER]: xt_mark: add compat conversion functions
Patrick McHardy
2006-09-22
1
-0
/
+36
*
[NETFILTER]: x_tables: simplify compat API
Patrick McHardy
2006-09-22
1
-83
/
+109
*
[NETFILTER]: make some netfilter globals __read_mostly
Brian Haley
2006-09-22
1
-5
/
+5
*
[NETFILTER]: TCP conntrack: improve dead connection detection
George Hansper
2006-09-22
1
-1
/
+3
*
[NETFILTER]: xt_policy: remove dups in .family
Alexey Dobriyan
2006-09-22
1
-2
/
+0
*
[NETFILTER]: conntrack: fix race condition in early_drop
Pablo Neira Ayuso
2006-09-22
1
-2
/
+8
*
[NETFILTER]: ctnetlink: simplify the code to dump the conntrack table
Pablo Neira Ayuso
2006-09-22
1
-57
/
+10
*
[NETFILTER]: xt_limit: don't reset state on unrelated rule updates
Patrick McHardy
2006-09-22
1
-8
/
+8
*
[NETFILTER]: xt_conntrack: clean up overly long lines
Patrick McHardy
2006-09-22
1
-81
/
+98
*
[NETFILTER]: kill listhelp.h
Patrick McHardy
2006-09-22
3
-107
/
+96
*
[NETFILTER]: Change tunables to __read_mostly
Brian Haley
2006-09-22
6
-26
/
+26
*
[NETFILTER]: xt_CONNMARK.c build fix
Benoit Boissinot
2006-09-22
1
-2
/
+2
*
[NETFILTER]: Fix nf_conntrack_ftp.c build.
David S. Miller
2006-09-22
1
-1
/
+3
*
[NETFILTER] NF_CONNTRACK_FTP: Use in6_pton() to convert address string.
YOSHIFUJI Hideaki
2006-09-22
1
-92
/
+4
*
[NETFILTER]: x_tables: Fix typos after conversion to use mass registation helper
Thomas Graf
2006-09-22
2
-5
/
+5
*
[NETFILTER]: xt_tcpmss: minor cleanups
Patrick McHardy
2006-09-22
1
-30
/
+18
*
[NETFILTER]: x_tables: remove unused size argument to check/destroy functions
Patrick McHardy
2006-09-22
23
-35
/
+10
*
[NETFILTER]: x_tables: remove unused argument to target functions
Patrick McHardy
2006-09-22
9
-19
/
+11
*
[NETFILTER]: x_tables: make use of mass registation helpers
Patrick McHardy
2006-09-22
31
-1004
/
+678
*
[NETFILTER]: x_tables: add helpers for mass match/target registration
Patrick McHardy
2006-09-22
1
-0
/
+60
*
[NETFILTER]: xt_CONNMARK: use tabs for indentation
Patrick McHardy
2006-09-22
1
-28
/
+29
*
[NETFILTER]: nfnetlink_queue: fix typo in error message
Patrick McHardy
2006-09-22
1
-2
/
+2
*
[NETFILTER]: ctnetlink: remove impossible events tests for updates
Pablo Neira Ayuso
2006-09-22
1
-5
/
+1
*
[NETFILTER]: ctnetlink: check for listeners before sending expectation events
Pablo Neira Ayuso
2006-09-22
1
-0
/
+3
*
[NETFILTER]: ctnetlink: dump connection mark
Pablo Neira Ayuso
2006-09-22
1
-0
/
+4
*
[NETFILTER]: conntrack: introduce connection mark event
Pablo Neira Ayuso
2006-09-22
1
-2
/
+14
*
[NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent...
Yasuyuki Kozakai
2006-09-22
3
-0
/
+143
*
[NETFILTER]: x_tables: replace IPv4 dscp match by address family independent ...
Yasuyuki Kozakai
2006-09-22
3
-0
/
+125
*
[NETFILTER]: nf_queue: handle GSO packets
Patrick McHardy
2006-09-22
3
-22
/
+62
*
[NETFILTER]: Get rid of HW checksum invalidation
Patrick McHardy
2006-09-22
1
-0
/
+22
*
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
2006-09-22
3
-7
/
+5
*
[NETFILTER]: xt_quota: add missing module aliases
Patrick McHardy
2006-09-19
1
-0
/
+2
*
[NETFILTER]: ctnetlink: fix deadlock in table dumping
Patrick McHardy
2006-08-17
1
-10
/
+7
*
[NETFILTER]: xt_physdev build fix
Andrew Morton
2006-08-17
1
-0
/
+1
*
[NETFILTER]: ulog: fix panic on SMP kernels
Mark Huang
2006-08-13
1
-0
/
+3
*
[NETFILTER]: xt_string: fix negation
Phil Oester
2006-08-13
1
-1
/
+1
*
[NETFILTER]: xt_hashlimit/xt_string: missing string validation
Patrick McHardy
2006-08-02
1
-1
/
+4
*
[SECURITY] secmark: nul-terminate secdata
James Morris
2006-08-02
1
-0
/
+2
*
[NETFILTER]: Demote xt_sctp to EXPERIMENTAL
Patrick McHardy
2006-07-24
1
-2
/
+2
*
[NETFILTER]: bridge netfilter: add deferred output hooks to feature-removal-s...
Patrick McHardy
2006-07-24
1
-0
/
+15
*
[NETFILTER]: xt_pkttype: fix mismatches on locally generated packets
Phil Oester
2006-07-24
1
-1
/
+11
*
[NETFILTER]: conntrack: fix SYSCTL=n compile
Adrian Bunk
2006-07-24
1
-2
/
+2
*
[NETFILTER]: nf_queue: handle NF_STOP and unknown verdicts in nf_reinject
Patrick McHardy
2006-07-24
1
-5
/
+4
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2006-06-30
1
-1
/
+1
|
\
|
*
[NETFILTER]: SCTP conntrack: fix crash triggered by packet without chunks
Patrick McHardy
2006-06-30
1
-1
/
+1
*
|
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
13
-13
/
+0
|
/
[next]