summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2012-06-16netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso5-29/+10
2012-06-12netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabledPablo Neira Ayuso2-3/+3
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller15-404/+960
2012-06-07netfilter: ipvs: switch hook PFs to nfprotoAlban Crequy1-12/+12
2012-06-07netfilter: xt_recent: add address masking optionDenys Fedoryshchenko1-9/+53
2012-06-07netfilter: NFQUEUE: don't xor src/dst ip address for load distributionFlorian Westphal1-9/+19
2012-06-07netfilter: nf_conntrack: add namespace support for cttimeoutGao feng8-22/+38
2012-06-07netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso5-65/+0
2012-06-07netfilter: nf_ct_gre: use new namespace supportGao feng1-21/+34
2012-06-07netfilter: nf_ct_dccp: use new namespace supportGao feng1-66/+66
2012-06-07netfilter: nf_ct_udplite: add namespace supportGao feng1-18/+80
2012-06-07netfilter: nf_ct_sctp: add namespace supportGao feng1-29/+146
2012-06-07netfilter: nf_ct_icmp: add namespace supportGao feng1-0/+2
2012-06-07netfilter: nf_ct_icmp: add namespace supportGao feng1-0/+2
2012-06-07netfilter: nf_ct_udp: add namespace supportGao feng2-11/+91
2012-06-07netfilter: nf_ct_tcp: add namespace supportGao feng2-29/+135
2012-06-07netfilter: nf_ct_generic: add namespace supportGao feng3-31/+70
2012-06-07netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng1-22/+70
2012-06-07netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng5-59/+120
2012-06-07netfilter: Add fail-open supportKrishna Kumar1-3/+37
2012-06-07netfilter: xt_connlimit: remove revision 0Cong Wang1-24/+11
2012-06-04net: Remove casts to same typeJoe Perches1-1/+1
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet1-2/+2
2012-05-23Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds1-6/+6
2012-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-21/+49
2012-05-17netfilter: nf_ct_h323: fix usage of MODULE_ALIAS_NFCT_HELPERPablo Neira Ayuso1-1/+3
2012-05-17netfilter: xt_CT: remove redundant header includeEldad Zack1-1/+0
2012-05-17netfilter: ipset: fix timeout value overflow bugJozsef Kadlecsik1-2/+13
2012-05-17netfilter: nf_ct_tcp: extend log message for invalid ignored packetsPablo Neira Ayuso1-1/+2
2012-05-17netfilter: xt_HMARK: modulus is expensive for hash calculationPablo Neira Ayuso1-1/+1
2012-05-17netfilter: xt_HMARK: potential NULL dereference in get_inner_hdr()Dan Carpenter1-1/+1
2012-05-17netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bitsFlorian Westphal1-1/+1
2012-05-16netfilter: ipset: fix hash size checking in kernelJozsef Kadlecsik7-21/+49
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches8-34/+17
2012-05-15net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxxAlex Shi1-6/+6
2012-05-10netfilter: Convert compare_ether_addr to ether_addr_equalJoe Perches2-3/+3
2012-05-09netfilter: hashlimit: byte-based limit modeFlorian Westphal1-19/+97
2012-05-09netfilter: hashlimit: move rateinfo initialization to helperFlorian Westphal1-5/+10
2012-05-09netfilter: limit, hashlimit: avoid duplicated inlineFlorian Westphal2-8/+5
2012-05-09netfilter: add xt_hmark target for hash-based skb markingHans Schillstrom3-0/+378
2012-05-09netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom2-4/+4
2012-05-08netfilter: nf_conntrack: fix explicit helper attachment and NATPablo Neira Ayuso1-1/+12
2012-05-08netfilter: nf_ct_expect: partially implement ctnetlink_change_expectKelvie Wong1-1/+9
2012-05-08ipvs: ip_vs_proto: local functions should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-08ipvs: ip_vs_ftp: local functions should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-08ipvs: optimize the use of flags in ip_vs_bind_destPablo Neira Ayuso1-6/+9
2012-05-08ipvs: add support for sync threadsPablo Neira Ayuso3-157/+280
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov4-46/+137
2012-05-08ipvs: wakeup master threadPablo Neira Ayuso2-32/+133
2012-05-08ipvs: always update some of the flags bits in backupJulian Anastasov1-42/+23