aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2010-08-231-1/+1
|/
* netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet2010-08-171-0/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-041-2/+4
| |\
| * | fix comment/printk typos concerning "already"Uwe Kleine-König2010-07-111-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-08-022-7/+16
|\ \ \
| * | | netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessaryEric Dumazet2010-08-021-4/+6
| * | | netfilter: ip6tables: use skb->len for accountingChangli Gao2010-07-231-3/+1
| * | | netfilter: nf_conntrack_reasm: add fast path for in-order fragmentsChangli Gao2010-07-051-0/+9
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-2/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet2010-07-021-2/+4
| |/
* | netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC headerPatrick McHardy2010-06-281-28/+53
* | netfilter: ipt_LOG/ip6t_LOG: remove comparison within loopPatrick McHardy2010-06-281-3/+3
* | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-06-151-1/+1
|\ \ | |/
| * netfilter: xtables: stackptr should be percpuEric Dumazet2010-05-311-1/+1
* | netfilter: defrag: kill unused work parameter of frag_kfree_skb()Shan Wei2010-06-141-4/+2
* | netfilter: defrag: remove one redundant atomic opsShan Wei2010-06-141-2/+1
* | netfilter: ip6_queue: rwlock to spinlock conversionEric Dumazet2010-06-091-32/+25
* | netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet2010-06-081-1/+1
* | netfilter: vmalloc_node cleanupEric Dumazet2010-06-041-4/+3
|/
* netfilter: remove unnecessary returns from void function()sJoe Perches2010-05-131-1/+0
* netfilter: cleanup printk messagesStephen Hemminger2010-05-134-10/+10
* netfilter: change NF_ASSERT to WARN_ONStephen Hemminger2010-05-131-6/+1
* netfilter: xtables: combine built-in extension structsJan Engelhardt2010-05-111-34/+30
* netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-117-17/+16
* netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-118-11/+8
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-1110-11/+14
* netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-111-14/+13
* netfilter: xtables: dissolve do_match functionJan Engelhardt2010-05-021-17/+5
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-208-3/+11
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-117-0/+7
| |\
| | * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-307-0/+7
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-1/+1
| |\ \ | | |/
| | * netfilter: ip6table_raw: fix table priorityJozsef Kadlecsik2010-03-251-1/+1
| * | net: remove trailing space in messagesFrans Pop2010-03-241-2/+2
| |/
* | netfilter: xtables: remove old comments about reentrancyJan Engelhardt2010-04-192-5/+0
* | netfilter: xtables: make ip_tables reentrantJan Engelhardt2010-04-191-34/+22
* | netfilter: ipt_LOG/ip6t_LOG: use more appropriate log level as defaultPatrick McHardy2010-04-151-1/+1
* | netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip6_queueHerbert Xu2010-04-081-2/+1
* | netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-252-6/+6
* | netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-257-14/+14
* | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-252-2/+2
* | netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt2010-03-257-7/+7
* | netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-251-1/+1
* | netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt2010-03-251-10/+8
* | netfilter: xtables: make use of xt_request_find_targetJan Engelhardt2010-03-251-12/+8
* | netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-257-31/+29
* | netfilter: remove unused headers in net/ipv6/netfilter/ip6t_LOG.cZhitong Wang2010-03-191-1/+0
* | netfilter: xtables: replace custom duprintf with pr_debugJan Engelhardt2010-03-181-8/+3
* | netfilter: xtables: remove almost-unused xt_match_param.data memberJan Engelhardt2010-03-181-3/+6
|/