| 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 |
|/ |
|