aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2012-06-19netfilter: ctnetlink: fix NULL dereference while trying to change helperPablo Neira Ayuso
2012-06-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso
2012-06-16netfilter: ctnetlink: add CTA_HELP_INFO attributePablo Neira Ayuso
2012-06-16netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso
2012-06-16netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso
2012-06-16netfilter: nf_ct_ext: support variable length extensionsPablo Neira Ayuso
2012-06-16netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-11netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabledPablo Neira Ayuso
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller
2012-06-07netfilter: ipvs: switch hook PFs to nfprotoAlban Crequy
2012-06-07netfilter: xt_recent: add address masking optionDenys Fedoryshchenko
2012-06-07netfilter: NFQUEUE: don't xor src/dst ip address for load distributionFlorian Westphal
2012-06-07netfilter: nf_conntrack: add namespace support for cttimeoutGao feng
2012-06-07netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso
2012-06-07netfilter: nf_ct_gre: use new namespace supportGao feng
2012-06-07netfilter: nf_ct_dccp: use new namespace supportGao feng
2012-06-07netfilter: nf_ct_udplite: add namespace supportGao feng
2012-06-07netfilter: nf_ct_sctp: add namespace supportGao feng
2012-06-07netfilter: nf_ct_icmp: add namespace supportGao feng
2012-06-07netfilter: nf_ct_icmp: add namespace supportGao feng
2012-06-07netfilter: nf_ct_udp: add namespace supportGao feng
2012-06-07netfilter: nf_ct_tcp: add namespace supportGao feng
2012-06-07netfilter: nf_ct_generic: add namespace supportGao feng
2012-06-07netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng
2012-06-07netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng
2012-06-07netfilter: Add fail-open supportKrishna Kumar
2012-06-07netfilter: xt_connlimit: remove revision 0Cong Wang
2012-06-07netfilter: nf_ct_h323: fix bug in rtcp nattingPablo Neira Ayuso
2012-06-07netfilter: xt_HMARK: fix endianness and provide consistent hashingHans Schillstrom
2012-06-04net: Remove casts to same typeJoe Perches
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-17netfilter: nf_ct_h323: fix usage of MODULE_ALIAS_NFCT_HELPERPablo Neira Ayuso
2012-05-17netfilter: xt_CT: remove redundant header includeEldad Zack
2012-05-17netfilter: ipset: fix timeout value overflow bugJozsef Kadlecsik
2012-05-17netfilter: nf_ct_tcp: extend log message for invalid ignored packetsPablo Neira Ayuso
2012-05-17netfilter: xt_HMARK: modulus is expensive for hash calculationPablo Neira Ayuso
2012-05-17netfilter: xt_HMARK: potential NULL dereference in get_inner_hdr()Dan Carpenter
2012-05-17netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bitsFlorian Westphal
2012-05-16netfilter: ipset: fix hash size checking in kernelJozsef Kadlecsik
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-14net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxxAlex Shi
2012-05-09netfilter: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-05-09netfilter: hashlimit: byte-based limit modeFlorian Westphal
2012-05-09netfilter: hashlimit: move rateinfo initialization to helperFlorian Westphal
2012-05-09netfilter: limit, hashlimit: avoid duplicated inlineFlorian Westphal