Age | Commit message (Expand) | Author |
2010-05-17 | net: add a noref bit on skb dst | Eric Dumazet |
2010-05-14 | netfilter: xt_TEE depends on NF_CONNTRACK | Randy Dunlap |
2010-05-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller |
2010-05-13 | netfilter: remove unnecessary returns from void function()s | Joe Perches |
2010-05-13 | netfilter: cleanup printk messages | Stephen Hemminger |
2010-05-12 | netfilter: xtables: add missing depends for xt_TEE | Jan Engelhardt |
2010-05-11 | Merge branch 'master' of git://dev.medozas.de/linux | Patrick McHardy |
2010-05-11 | netfilter: xtables: change hotdrop pointer to direct modification | Jan Engelhardt |
2010-05-11 | netfilter: xtables: deconstify struct xt_action_param for matches | Jan Engelhardt |
2010-05-11 | netfilter: xtables: substitute temporary defines by final name | Jan Engelhardt |
2010-05-10 | netfilter: use rcu_dereference_protected() | Patrick McHardy |
2010-05-10 | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy |
2010-05-10 | netfilter: nf_conntrack_proto: fix warning with CONFIG_PROVE_RCU | Patrick McHardy |
2010-05-02 | netfilter: xtables: fix incorrect return code | Jan Engelhardt |
2010-05-01 | netfilter: nf_ct_h323: switch "incomplete TPKT" message to pr_debug() | Patrick McHardy |
2010-04-23 | netfilter: nf_conntrack: extend with extra stat counter | Jesper Dangaard Brouer |
2010-04-21 | netfilter: x_tables: move sleeping allocation outside BH-disabled region | Jan Engelhardt |
2010-04-20 | net: sk_sleep() helper | Eric Dumazet |
2010-04-20 | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy |
2010-04-20 | netfilter: xt_TEE: resolve oif using netdevice notifiers | Patrick McHardy |
2010-04-19 | netfilter: xt_TEE: have cloned packet travel through Xtables too | Jan Engelhardt |
2010-04-19 | netfilter: xtables: make ip_tables reentrant | Jan Engelhardt |
2010-04-19 | netfilter: xtables: inclusion of xt_TEE | Jan Engelhardt |
2010-04-13 | netfilter: fix some coding styles and remove moduleparam.h | Zhitong Wang |
2010-04-09 | netfilter: xt_LED: add refcounts to LED target | Adam Nielsen |
2010-04-09 | netfilter: remove invalid rcu_dereference() calls | Patrick McHardy |
2010-04-08 | netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in nfnetlink_queue | Herbert Xu |
2010-04-08 | IPVS: fix potential stack overflow with overly long protocol names | Patrick McHardy |
2010-04-01 | netfilter: xt_hashlimit: RCU conversion | Eric Dumazet |
2010-04-01 | netfilter: ctnetlink: compute message size properly | Jiri Pirko |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-03-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller |
2010-03-25 | netfilter: xt_hashlimit: IPV6 bugfix | Eric Dumazet |
2010-03-25 | netfilter: xtables: merge registration structure to NFPROTO_UNSPEC | Jan Engelhardt |
2010-03-25 | netfilter: xtables: remove xt_string revision 0 | Jan Engelhardt |
2010-03-25 | netfilter: xtables: remove xt_multiport revision 0 | Jan Engelhardt |
2010-03-25 | netfilter: xtables: remove xt_hashlimit revision 0 | Jan Engelhardt |
2010-03-25 | netfilter: xtables: shorten up return clause | Jan Engelhardt |
2010-03-25 | netfilter: xtables: slightly better error reporting | Jan Engelhardt |
2010-03-25 | netfilter: xtables: change targets to return error code | Jan Engelhardt |
2010-03-25 | netfilter: xtables: change matches to return error code | Jan Engelhardt |
2010-03-25 | netfilter: xtables: change xt_target.checkentry return type | Jan Engelhardt |
2010-03-25 | netfilter: xtables: change xt_match.checkentry return type | Jan Engelhardt |
2010-03-25 | netfilter: xtables: untangle spaghetti if clauses in checkentry | Jan Engelhardt |
2010-03-25 | netfilter: ipvs: use NFPROTO values for NF_HOOK invocation | Jan Engelhardt |
2010-03-25 | netfilter: xt_recent: allow changing ip_list_[ug]id at runtime | Jan Engelhardt |
2010-03-25 | netfilter: xtables: consolidate code into xt_request_find_match | Jan Engelhardt |
2010-03-25 | netfilter: xtables: make use of xt_request_find_target | Jan Engelhardt |
2010-03-25 | netfilter: xt extensions: use pr_<level> (2) | Jan Engelhardt |
2010-03-25 | netfilter: xt_hashlimit: dl_seq_stop() fix | Eric Dumazet |