summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2012-11-24netfilter: ipset: fix netiface set name overflowFlorian Westphal-1/+1
2012-11-21netfilter: cttimeout: fix buffer overflowFlorian Westphal-1/+2
2012-11-21netfilter: ipset: Fix range bug in hash:ip,port,netJozsef Kadlecsik-12/+13
2012-10-22netfilter: nf_conntrack: fix rt_gateway checks for H.323 helperJulian Anastasov-1/+2
2012-10-17netfilter: xt_TEE: don't use destination address found in headerEric Dumazet-0/+1
2012-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netPablo Neira Ayuso-1/+5
2012-10-15netfilter: xt_nat: fix incorrect hooks for SNAT and DNAT targetsElison Niven-4/+4
2012-10-15netfilter: xt_CT: fix timeout setting with IPv6Pablo Neira Ayuso-4/+6
2012-10-09ipvs: initialize returned data in do_ip_vs_get_ctlArnd Bergmann-1/+2
2012-10-08ipvs: fix ARP resolving for direct routing modeJulian Anastasov-1/+5
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-716/+4567
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-15/+49
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+4
2012-09-26netfilter: xt_limit: have r->cost != 0 case workJan Engelhardt-4/+4
2012-09-24netfilter: nfnetlink_queue: add NFQA_CAP_LEN attributePablo Neira Ayuso-2/+7
2012-09-24netfilter: nfnetlink_queue: fix maximum packet length to userspacePablo Neira Ayuso-3/+7
2012-09-24netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso-2/+26
2012-09-24netfilter: xt_time: add support to ignore day transitionFlorian Westphal-1/+23
2012-09-22netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik-20/+50
2012-09-22netfilter: ipset: Coding style fixesJozsef Kadlecsik-5/+8
2012-09-22netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik-39/+72
2012-09-22netfilter: ipset: Add /0 network support to hash:net,iface typeJozsef Kadlecsik-23/+21
2012-09-21netfilter: ipset: Check and reject crazy /0 input parametersJozsef Kadlecsik-10/+13
2012-09-21netfilter: ipset: Fix sparse warnings "incorrect type in assignment"Jozsef Kadlecsik-33/+39
2012-09-21netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt-0/+202
2012-09-21netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt-0/+176
2012-09-21netfilter: nf_nat: remove obsolete rcu_read_unlock callUlrich Weber-3/+1
2012-09-21netfilter: nf_nat: fix oops when unloading protocol modulesPatrick McHardy-0/+4
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-48/+39
2012-09-13Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller-9/+4
2012-09-12netfilter: ctnetlink: fix module auto-load in ctnetlink_parse_natPablo Neira Ayuso-3/+0
2012-09-12netfilter: log: Fix log-level processingJoe Perches-2/+2
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman-96/+96
2012-09-10ipvs: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun-2/+1
2012-09-09netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik-8/+2
2012-09-09netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik-11/+8
2012-09-09netfilter: nfnetlink_queue: remove pointless conditional before kfree_skb()Wei Yongjun-2/+1
2012-09-09netfilter: nf_nat: fix out-of-bounds access in address selectionFlorian Westphal-1/+1
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso-1/+1
2012-09-06netfilter: take care of timewait socketsEric Dumazet-22/+25
2012-09-05netfilter: fix crash during boot if NAT has been compiled built-inPablo Neira Ayuso-1/+1
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso-28/+79
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang-7/+7
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang-18/+14
2012-09-03netfilter: remove xt_NOTRACKCong Wang-67/+0
2012-09-03netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso-6/+1
2012-09-03netfilter: xt_CT: refactorize xt_ct_tg_checkPablo Neira Ayuso-136/+126
2012-09-03netfilter: xt_socket: fix compilation warnings with gcc 4.7Pablo Neira Ayuso-6/+6
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+20
2012-08-31netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso-5/+11