aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
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
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso
2012-09-06netfilter: take care of timewait socketsEric Dumazet
2012-09-05netfilter: fix crash during boot if NAT has been compiled built-inPablo Neira Ayuso
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang
2012-09-03netfilter: remove xt_NOTRACKCong Wang
2012-09-03netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso
2012-09-03netfilter: xt_CT: refactorize xt_ct_tg_checkPablo Neira Ayuso
2012-09-03netfilter: xt_socket: fix compilation warnings with gcc 4.7Pablo Neira Ayuso
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-31netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso
2012-08-30netfilter: nfnetlink_log: fix error return code in init pathJulia Lawall
2012-08-30netfilter: ctnetlink: fix error return code in init pathJulia Lawall
2012-08-30ipvs: fix error return codeJulia Lawall
2012-08-30netfilter: nf_nat: support IPv6 in TFTP NAT helperPablo Neira Ayuso
2012-08-30netfilter: nf_nat: support IPv6 in IRC NAT helperPablo Neira Ayuso
2012-08-30netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy
2012-08-30netfilter: nf_nat: support IPv6 in amanda NAT helperPatrick McHardy
2012-08-30netfilter: nf_nat: support IPv6 in FTP NAT helperPatrick McHardy
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy
2012-08-30netfilter: nf_conntrack: restrict NAT helper invocation to IPv4Patrick McHardy
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy
2012-08-30ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-22Merge git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-08-22netfilter: replace list_for_each_continue_rcu with new interfaceMichael Wang
2012-08-20netfilter: nf_conntrack: remove unnecessary RTNL lockingPatrick McHardy
2012-08-20netfilter: sparse endian fixesPatrick McHardy
2012-08-20netfilter: nfnetlink_log: fix NLA_PUT macro removal bugPatrick McHardy
2012-08-20Merge git://1984.lsi.us.es/nfDavid S. Miller
2012-08-16netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso
2012-08-15ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause
2012-08-14userns: xt_owner: Add basic user namespace support.Eric W. Biederman
2012-08-14userns xt_recent: Specify the owner/group of ip_list_perms in the initial use...Eric W. Biederman
2012-08-14userns: Convert xt_LOG to print socket kuids and kgids as uids and gidsEric W. Biederman
2012-08-14userns: nfnetlink_log: Report socket uids in the log sockets user namespaceEric W. Biederman
2012-08-14netfilter: ctnetlink: fix missing locking while changing conntrack from nfqueuePablo Neira Ayuso
2012-08-10netfilter: nf_ct_sip: fix IPv6 address parsingPatrick McHardy
2012-08-10netfilter: nf_ct_sip: fix helper namePatrick McHardy
2012-08-10ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov
2012-08-10ipvs: implement passive PMTUD for IPIP packetsJulian Anastasov
2012-08-10ipvs: fixed sparse warningClaudiu Ghioc
2012-08-10ipvs: generalize app registration in netnsJulian Anastasov
2012-08-10ipvs: ip_vs_ftp depends on nf_conntrack_ftp helperJulian Anastasov
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller