summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...Pablo Neira Ayuso2012-06-223-7/+7
* | netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso2012-06-201-1/+1
* | netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabledPablo Neira Ayuso2012-06-195-47/+121
* | netfilter: fix compilation of the nfnl_cthelper if NF_CONNTRACK is unsetPablo Neira Ayuso2012-06-192-9/+13
* | netfilter: nf_ct_helper: disable automatic helper re-assignment of different ...Pablo Neira Ayuso2012-06-191-1/+7
* | netfilter: ctnetlink: fix NULL dereference while trying to change helperPablo Neira Ayuso2012-06-191-10/+3Star
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-06-1718-112/+1022
|\ \
| * | netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso2012-06-164-4/+698
| * | netfilter: ctnetlink: add CTA_HELP_INFO attributePablo Neira Ayuso2012-06-161-5/+18
| * | netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso2012-06-162-8/+15
| * | netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso2012-06-163-1/+195
| * | netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2012-06-1610-62/+81
| * | netfilter: nf_ct_ext: support variable length extensionsPablo Neira Ayuso2012-06-161-7/+9
| * | netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso2012-06-165-29/+10Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-132-34/+43
|\ \ \ | |/ / |/| / | |/
| * netfilter: nf_ct_h323: fix bug in rtcp nattingPablo Neira Ayuso2012-06-071-3/+2Star
| * netfilter: xt_HMARK: fix endianness and provide consistent hashingHans Schillstrom2012-06-071-31/+41
* | netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabledPablo Neira Ayuso2012-06-122-3/+3
* | Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller2012-06-1115-404/+960
|\ \
| * | netfilter: ipvs: switch hook PFs to nfprotoAlban Crequy2012-06-071-12/+12
| * | netfilter: xt_recent: add address masking optionDenys Fedoryshchenko2012-06-071-9/+53
| * | netfilter: NFQUEUE: don't xor src/dst ip address for load distributionFlorian Westphal2012-06-071-9/+19
| * | netfilter: nf_conntrack: add namespace support for cttimeoutGao feng2012-06-078-22/+38
| * | netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso2012-06-075-65/+0Star
| * | netfilter: nf_ct_gre: use new namespace supportGao feng2012-06-071-21/+34
| * | netfilter: nf_ct_dccp: use new namespace supportGao feng2012-06-071-66/+66
| * | netfilter: nf_ct_udplite: add namespace supportGao feng2012-06-071-18/+80
| * | netfilter: nf_ct_sctp: add namespace supportGao feng2012-06-071-29/+146
| * | netfilter: nf_ct_icmp: add namespace supportGao feng2012-06-071-0/+2
| * | netfilter: nf_ct_icmp: add namespace supportGao feng2012-06-071-0/+2
| * | netfilter: nf_ct_udp: add namespace supportGao feng2012-06-072-11/+91
| * | netfilter: nf_ct_tcp: add namespace supportGao feng2012-06-072-29/+135
| * | netfilter: nf_ct_generic: add namespace supportGao feng2012-06-073-31/+70
| * | netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng2012-06-071-22/+70
| * | netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng2012-06-075-59/+120
| * | netfilter: Add fail-open supportKrishna Kumar2012-06-071-3/+37
| * | netfilter: xt_connlimit: remove revision 0Cong Wang2012-06-071-24/+11Star
| |/
* | net: Remove casts to same typeJoe Perches2012-06-041-1/+1
* | net: use consume_skb() in place of kfree_skb()Eric Dumazet2012-06-041-2/+2
|/
* Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2012-05-231-6/+6
|\
| * net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxxAlex Shi2012-05-141-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-177-21/+49
|\ \
| * | netfilter: ipset: fix hash size checking in kernelJozsef Kadlecsik2012-05-167-21/+49
| |/
* | netfilter: nf_ct_h323: fix usage of MODULE_ALIAS_NFCT_HELPERPablo Neira Ayuso2012-05-171-1/+3
* | netfilter: xt_CT: remove redundant header includeEldad Zack2012-05-171-1/+0Star
* | netfilter: ipset: fix timeout value overflow bugJozsef Kadlecsik2012-05-171-2/+13
* | netfilter: nf_ct_tcp: extend log message for invalid ignored packetsPablo Neira Ayuso2012-05-171-1/+2
* | netfilter: xt_HMARK: modulus is expensive for hash calculationPablo Neira Ayuso2012-05-171-1/+1
* | netfilter: xt_HMARK: potential NULL dereference in get_inner_hdr()Dan Carpenter2012-05-171-1/+1
* | netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bitsFlorian Westphal2012-05-171-1/+1