summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2013-02-03netfilter: xt_CT: fix unset return value if conntrack zone are disabledPablo Neira Ayuso
2013-02-03netfilter: ctnetlink: fix leak in error path of ctnetlink_create_expectJesper Juhl
2013-02-03netfilter: x_tables: print correct hook names for ARPJan Engelhardt
2013-02-03netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netnsPablo Neira Ayuso
2013-02-03netfilter: xt_recent: avoid high order page allocationsEric Dumazet
2013-02-03netfilter: xt_recent: fix namespace destroy pathVitaly E. Lavrov
2013-02-03netfilter: xt_hashlimit: fix race that results in duplicated entriesPablo Neira Ayuso
2013-02-03netfilter: xt_hashlimit: fix namespace destroy pathVitaly E. Lavrov
2013-02-03netfilter: fix missing dependencies for the NOTRACK targetPablo Neira Ayuso
2013-02-03netfilter: xt_CT: recover NOTRACK target supportPablo Neira Ayuso
2013-02-03netfilter: nfnetlink_log: fix possible compilation issue due to missing includePablo Neira Ayuso
2013-02-03netfilter: nfnetlink_log: fix mac address for 6in4 tunnelsBob Hockney
2012-11-24netfilter: ipset: fix netiface set name overflowFlorian Westphal
2012-11-21netfilter: cttimeout: fix buffer overflowFlorian Westphal
2012-11-21netfilter: ipset: Fix range bug in hash:ip,port,netJozsef Kadlecsik
2012-10-22netfilter: nf_conntrack: fix rt_gateway checks for H.323 helperJulian Anastasov
2012-10-17netfilter: xt_TEE: don't use destination address found in headerEric Dumazet
2012-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netPablo Neira Ayuso
2012-10-15netfilter: xt_nat: fix incorrect hooks for SNAT and DNAT targetsElison Niven
2012-10-15netfilter: xt_CT: fix timeout setting with IPv6Pablo Neira Ayuso
2012-10-09ipvs: initialize returned data in do_ip_vs_get_ctlArnd Bergmann
2012-10-08ipvs: fix ARP resolving for direct routing modeJulian Anastasov
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-26netfilter: xt_limit: have r->cost != 0 case workJan Engelhardt
2012-09-24netfilter: nfnetlink_queue: add NFQA_CAP_LEN attributePablo Neira Ayuso
2012-09-24netfilter: nfnetlink_queue: fix maximum packet length to userspacePablo Neira Ayuso
2012-09-24netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso
2012-09-24netfilter: xt_time: add support to ignore day transitionFlorian Westphal
2012-09-22netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik
2012-09-22netfilter: ipset: Coding style fixesJozsef Kadlecsik
2012-09-22netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik
2012-09-22netfilter: ipset: Add /0 network support to hash:net,iface typeJozsef Kadlecsik
2012-09-21netfilter: ipset: Check and reject crazy /0 input parametersJozsef Kadlecsik
2012-09-21netfilter: ipset: Fix sparse warnings "incorrect type in assignment"Jozsef Kadlecsik
2012-09-21netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt
2012-09-21netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt
2012-09-21netfilter: nf_nat: remove obsolete rcu_read_unlock callUlrich Weber
2012-09-21netfilter: nf_nat: fix oops when unloading protocol modulesPatrick McHardy
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-13Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-09-12netfilter: ctnetlink: fix module auto-load in ctnetlink_parse_natPablo Neira Ayuso
2012-09-12netfilter: log: Fix log-level processingJoe Perches
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-10ipvs: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun
2012-09-09netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik
2012-09-09netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik
2012-09-09netfilter: nfnetlink_queue: remove pointless conditional before kfree_skb()Wei Yongjun
2012-09-09netfilter: nf_nat: fix out-of-bounds access in address selectionFlorian Westphal