summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)Author
2012-07-17ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov
2012-07-09netfilter: ipset: timeout fixing bug broke SET target special timeout valueJozsef Kadlecsik
2012-06-29netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msgTomasz Bursztyka
2012-06-29netfilter: ipset: fix crash if IPSET_CMD_NONE command is sentTomasz Bursztyka
2012-06-25netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6Eric Dumazet
2012-06-25netfilter: ipset: fix interface comparision in hash-netiface setsFlorian Westphal
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-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
2012-05-09netfilter: add xt_hmark target for hash-based skb markingHans Schillstrom
2012-05-09netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom
2012-05-08netfilter: nf_conntrack: fix explicit helper attachment and NATPablo Neira Ayuso
2012-05-08netfilter: nf_ct_expect: partially implement ctnetlink_change_expectKelvie Wong
2012-05-08ipvs: ip_vs_proto: local functions should not be exposed globallyH Hartley Sweeten
2012-05-08ipvs: ip_vs_ftp: local functions should not be exposed globallyH Hartley Sweeten
2012-05-08ipvs: optimize the use of flags in ip_vs_bind_destPablo Neira Ayuso
2012-05-08ipvs: add support for sync threadsPablo Neira Ayuso
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov
2012-05-08ipvs: wakeup master threadPablo Neira Ayuso
2012-05-08ipvs: always update some of the flags bits in backupJulian Anastasov
2012-05-08ipvs: fix ip_vs_try_bind_dest to rebind app and transmitterJulian Anastasov
2012-05-08ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_destJulian Anastasov
2012-05-08ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup serverJulian Anastasov
2012-05-08ipvs: use GFP_KERNEL allocation where possibleSasha Levin
2012-05-08ipvs: SH scheduler does not need GFP_ATOMIC allocationJulian Anastasov
2012-05-08ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov
2012-05-08ipvs: WRR scheduler does not need GFP_ATOMIC allocationJulian Anastasov
2012-05-08ipvs: DH scheduler does not need GFP_ATOMIC allocationJulian Anastasov
2012-05-08ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov
2012-05-08ipvs: timeout tables do not need GFP_ATOMIC allocationJulian Anastasov
2012-05-08netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond
2012-05-08netfilter: nf_ct_ecache: refactor notifier registrationTony Zelenoff
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-30netfilter: xt_CT: fix wrong checking in the timeout assignment pathPablo Neira Ayuso
2012-04-30ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom