summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: Ipv6-related xt_hashlimit compilation fix.Pavel Emelyanov2008-02-011-0/+2
* [NETFILTER]: xt_iprange: fix sparse warningsPatrick McHardy2008-02-011-1/+1
* [NETFILTER]: nf_conntrack: fix sparse warningPatrick McHardy2008-02-011-1/+1
* [NETFILTER]: nf_conntrack: annotate l3protos with constJan Engelhardt2008-02-011-5/+5
* [NETFILTER]: nf_{conntrack,nat}_proto_gre: annotate with constJan Engelhardt2008-02-011-2/+4
* [NETFILTER]: nf_{conntrack,nat}_proto_udp{,lite}: annotate with constJan Engelhardt2008-02-012-4/+8
* [NETFILTER]: nf_{conntrack,nat}_proto_tcp: constify and annotate TCP modulesJan Engelhardt2008-02-011-20/+24
* [NETFILTER]: nf_conntrack_sane: annotate SANE helper with constJan Engelhardt2008-02-011-4/+5
* [NETFILTER]: nf_{conntrack,nat}_pptp: annotate PPtP helper with constJan Engelhardt2008-02-011-6/+8
* [NETFILTER]: nf_{conntrack,nat}_tftp: annotate TFTP helper with constJan Engelhardt2008-02-011-1/+2
* [NETFILTER]: nf_{conntrack,nat}_sip: annotate SIP helper with constJan Engelhardt2008-02-011-12/+13
* [NETFILTER]: nf_conntrack_h323: constify and annotate H.323 helperJan Engelhardt2008-02-013-214/+227
* [NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan2008-02-011-10/+10
* [NETFILTER]: x_tables: netns propagation for /proc/net/*_tables_namesAlexey Dobriyan2008-02-011-12/+19
* [NETFILTER]: x_tables: semi-rewrite of /proc/net/foo_tables_*Alexey Dobriyan2008-02-011-85/+145
* [NETFILTER]: xt_hashlimit match, revision 1Jan Engelhardt2008-02-011-36/+286
* [NETFILTER]: nf_conntrack: kill unused static inline (do_iter)Ilpo Järvinen2008-02-011-8/+0Star
* [NETFILTER]: nf_conntrack_netlink: transmit mark during all eventsEric Leblond2008-02-011-5/+6
* [NETFILTER]: nf_conntrack_h323: clean up code a bitJan Engelhardt2008-02-011-64/+64
* [NETFILTER]: nf_conntrack: naming unificationPatrick McHardy2008-02-017-145/+135Star
* [NETFILTER]: nf_conntrack: don't inline early_drop()Patrick McHardy2008-02-011-3/+3
* [NETFILTER]: nf_conntrack: optimize hash_conntrack()Patrick McHardy2008-02-011-7/+11
* [NETFILTER]: nf_conntrack: optimize __nf_conntrack_find()Patrick McHardy2008-02-013-11/+19
* [NETFILTER]: nf_conntrack: switch rwlock to spinlockPatrick McHardy2008-02-015-40/+40
* [NETFILTER]: nf_conntrack: use RCU for conntrack hashPatrick McHardy2008-02-014-37/+59
* [NETFILTER]: nf_conntrack_expect: use RCU for expectation hashPatrick McHardy2008-02-012-19/+31
* [NETFILTER]: nf_conntrack_core: avoid taking nf_conntrack_lock in nf_conntrac...Patrick McHardy2008-02-011-3/+3
* [NETFILTER]: nf_conntrack: use RCU for conntrack helpersPatrick McHardy2008-02-012-46/+21Star
* [NETFILTER]: nf_conntrack: fix accounting with fixed timeoutsPatrick McHardy2008-02-011-4/+3Star
* [NETFILTER]: nf_conntrack_netlink: fix unbalanced lockingPatrick McHardy2008-02-011-1/+1
* [NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy2008-02-011-4/+4
* [NETFILTER]: nf_conntrack_h3223: sparse fixesStephen Hemminger2008-02-011-18/+18
* [NETFILTER]: more sparse fixesStephen Hemminger2008-02-011-0/+2
* [NETFILTER]: conntrack: get rid of sparse warningsStephen Hemminger2008-02-016-9/+11
* [NETFILTER]: nfnetlink_log: sparse warning fixesStephen Hemminger2008-02-011-0/+2
* [NETFILTER]: nf_conntrack: sparse warningsStephen Hemminger2008-02-011-5/+5
* [NETFILTER]: xt_owner: allow matching UID/GID rangesJan Engelhardt2008-02-011-6/+8
* [NETFILTER]: xt_TCPMSS: consider reverse route's MTU in clamp-to-pmtuJan Engelhardt2008-02-011-3/+59
* [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan2008-02-011-1/+11
* [NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan2008-02-011-10/+24
* [NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan2008-02-011-6/+8
* [NETFILTER]: xt_conntrack: add port and direction matchingJan Engelhardt2008-02-011-5/+45
* [NETFILTER]: nfnetlink_log: fix typoPatrick McHardy2008-02-011-1/+1
* [NETFILTER]: Supress some sparse warningsEric Dumazet2008-02-013-2/+8
* SELinux: Enable dynamic enable/disable of the network access checksPaul Moore2008-01-291-1/+12
* [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy2008-01-291-3/+4
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-291-1/+1
* [NETFILTER]: nf_conntrack: make print_conntrack function optional for l4protosPatrick McHardy2008-01-294-27/+1Star
* [NETFILTER]: nf_conntrack: remove print_conntrack function from l3protosPatrick McHardy2008-01-292-10/+0Star
* [NETFILTER]: nf_conntrack: clean up a few header filesPatrick McHardy2008-01-291-3/+2Star