aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2012-11-26netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik
2012-11-26netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik
2012-10-21netfilter: xt_limit: have r->cost != 0 case workJan Engelhardt
2012-10-21netfilter: limit, hashlimit: avoid duplicated inlineFlorian Westphal
2012-10-21netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso
2012-10-21netfilter: ipset: timeout fixing bug broke SET target special timeout valueJozsef Kadlecsik
2012-10-21netfilter: ipset: fix timeout value overflow bugJozsef Kadlecsik
2012-10-21netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso
2012-10-21ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov
2012-10-02ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause
2012-05-16netfilter: ipset: fix hash size checking in kernelJozsef Kadlecsik
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
2012-04-30ipvs: take care of return value from protocol init_netnsHans Schillstrom
2012-04-30ipvs: null check of net->ipvs in lblc(r) shedulersHans Schillstrom
2012-04-26ipvs: reset ipvs pointer in netnsJulian Anastasov
2012-04-26ipvs: add check in ftp for initialized coreJulian Anastasov
2012-04-25ipvs: fix crash in ip_vs_control_net_cleanup on unloadJulian Anastasov
2012-04-25ipvs: Verify that IP_VS protocol has been registeredSasha Levin
2012-04-10netfilter: nf_conntrack: fix incorrect logic in nf_conntrack_init_netGao feng
2012-04-09netfilter: nf_ct_tcp: don't scale the size of the window up twiceChangli Gao
2012-04-03netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_allocPablo Neira Ayuso
2012-04-03netfilter: xt_CT: fix missing put timeout object in error pathPablo Neira Ayuso
2012-04-03netfilter: xt_CT: allocation has to be GFP_ATOMIC under rcu_read_lock sectionPablo Neira Ayuso
2012-04-03Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller
2012-04-03netfilter: xt_CT: remove a compile warningPablo Neira Ayuso
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-04-01net/netfilter/nfnetlink_acct.c: use linux/atomic.hAndrew Morton
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-23netfilter: nf_conntrack: permanently attach timeout policy to conntrackPablo Neira Ayuso
2012-03-23netfilter: xt_CT: fix assignation of the generic protocol trackerPablo Neira Ayuso
2012-03-23netfilter: xt_CT: missing rcu_read_lock section in timeout assignmentPablo Neira Ayuso
2012-03-23netfilter: cttimeout: fix dependency with l4protocol conntrack modulePablo Neira Ayuso
2012-03-22netfilter: xt_LOG: use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6Pablo Neira Ayuso
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-17netfilter: ctnetlink: fix race between delete and timeout expirationPablo Neira Ayuso
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-07netfilter: xt_CT: allow to attach timeout policy + glue codePablo Neira Ayuso
2012-03-07netfilter: nf_ct_ext: add timeout extensionPablo Neira Ayuso
2012-03-07netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso
2012-03-07netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso
2012-03-07netfilter: nf_ct_gre: add unsigned int array to define timeoutsPablo Neira Ayuso
2012-03-07netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout to arrayPablo Neira Ayuso
2012-03-07netfilter: nf_ct_udp[lite]: convert UDP[lite] timeouts to arrayPablo Neira Ayuso
2012-03-07netfilter: ctnetlink: fix lockep splatsHans Schillstrom
2012-03-07netfilter: xt_LOG: fix bogus extra layer-4 logging informationRichard Weinberger