aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-25Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller7-59/+218
2013-03-19netfilter: nf_conntrack: speed up module removal path if netns in useVladimir Davydov2-20/+42
2013-03-19netfilter: nf_conntrack: add include to fix sparse warningstephen hemminger1-0/+1
2013-03-19netfilter: nfnetlink_queue: zero copy supportEric Dumazet1-22/+72
2013-03-19netfilter: ctnetlink: allow to dump expectation per master conntrackPablo Neira Ayuso1-5/+95
2013-03-19ipvs: remove extra rcu lockJulian Anastasov1-2/+0
2013-03-19ipvs: add backup_only flag to avoid loopsJulian Anastasov2-4/+15
2013-03-19ipvs: fix some sparse warningsJulian Anastasov2-8/+2
2013-03-19ipvs: fix hashing in ip_vs_svc_hashkeyJulian Anastasov1-3/+5
2013-03-19ipvs: fix sctp chunk length orderJulian Anastasov1-7/+9
2013-03-15netfilter: nfnetlink_queue: use xor hash function to distribute instancesPablo Neira Ayuso1-1/+1
2013-03-15netfilter: nfnetlink_queue: fix incorrect initialization of copy range fieldPablo Neira Ayuso1-1/+1
2013-03-15netfilter: nf_conntrack: register pernet subsystem before register L4 protoGao feng4-24/+24
2013-03-07Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller3-7/+14
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2013-03-04netfilter: nfnetlink: silence warning if CONFIG_PROVE_RCU isn't setPaul Bolle1-6/+1
2013-03-04netfilter: xt_AUDIT: only generate audit log when audit enabledGao feng1-0/+3
2013-03-02netfilter: nf_ct_helper: Fix logging for dropped packetsJoe Perches1-1/+10
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin12-82/+55
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-26Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-1/+2
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-16/+8
2013-02-21netfilter: ipset: "Directory not empty" error messageJozsef Kadlecsik1-1/+2
2013-02-18Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller19-182/+295
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2-1/+6
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso13-50/+157
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng8-18/+18
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng5-9/+10
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-18/+19
2013-02-12netfilter: nf_ct_helper: don't discard helper if it is actually the sameFlorian Westphal1-1/+3
2013-02-12netfilter: ctnetlink: don't permit ct creation with random tupleFlorian Westphal1-0/+3
2013-02-06ipvs: sctp: fix checksumming on snat and dnat handlersDaniel Borkmann1-18/+17
2013-02-05netfilter: nf_ct_pptp: Fix comment referring to incorrect RFCReese Moore1-1/+1
2013-02-05netfilter: nfnetlink: add mutex per subsystemPablo Neira Ayuso3-39/+51
2013-02-05netfilter: xt_CT: add alias flagPablo Neira Ayuso1-3/+29
2013-02-05netfilter: xt_CT: merge common code of revision 0 and 1Pablo Neira Ayuso1-89/+56
2013-02-05netfilter: fix missing dependencies for NETFILTER_XT_MATCH_CONNLABELFlorian Westphal1-0/+1
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-2/+1
2013-01-29netfilter ipset: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明7-9/+9
2013-01-28ipvs: freeing uninitialized pointer on errorDan Carpenter1-0/+2
2013-01-23netfilter: nf_conntrack: fix compilation if sysctl are disabledPablo Neira Ayuso1-2/+9
2013-01-23netfilter: nf_conntrack: refactor l4proto support for netnsGao feng5-59/+117
2013-01-23netfilter: nf_conntrack: refactor l3proto support for netnsGao feng1-22/+9
2013-01-23netfilter: nf_ct_proto: move initialization out of pernet_operationsGao feng2-18/+29
2013-01-23netfilter: nf_ct_labels: move initialization out of pernet_operationsGao feng2-16/+12
2013-01-23netfilter: nf_ct_helper: move initialization out of pernet_operationsGao feng2-32/+36
2013-01-23netfilter: nf_ct_timeout: move initialization out of pernet_operationsGao feng2-23/+15
2013-01-23netfilter: nf_ct_ecache: move initialization out of pernet_operationsGao feng2-28/+24
2013-01-23netfilter: nf_ct_tstamp: move initialization out of pernet_operationsGao feng2-28/+26