summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2014-01-03netfilter: nf_conntrack: remove dead codestephen hemminger2-21/+0
2014-01-03netfilter: ipset: remove unused codestephen hemminger1-28/+0
2014-01-03netfilter: nf_nat: add full port randomization supportDaniel Borkmann2-6/+8
2014-01-03netfilter: nf_tables: remove unused variable in nf_tables_dump_set()Michal Nazarewicz1-3/+2
2014-01-03netfilter: nf_tables: fix type in parsing in nf_tables_set_alloc_name()Daniel Borkmann1-3/+6
2014-01-01netfilter: add help information to new nf_tables Kconfig optionsPablo Neira Ayuso1-0/+42
2013-12-30netfilter: nft_reject: support for IPv6 and TCP resetEric Leblond3-0/+151
2013-12-29netfilter: select NFNETLINK when enabling NF_TABLESEric Leblond1-1/+1
2013-12-28netfilter: nf_tables: fix wrong datatype in nft_validate_data_load()Pablo Neira Ayuso1-1/+3
2013-12-28netfilter: nf_tables: remove nft_meta_targetPablo Neira Ayuso2-118/+0
2013-12-28netfilter: nf_tables: nft_meta module get/set opsArturo Borrero Gonzalez1-23/+123
2013-12-28netfilter: nf_tables: fix oops when updating table with user chainsPablo Neira Ayuso1-2/+10
2013-12-28netfilter: nf_tables: fix dumping with large number of setsPablo Neira Ayuso1-3/+7
2013-12-27ipvs: correct usage/allocation of seqadj ext in ipvsJesper Dangaard Brouer1-0/+6
2013-12-27netfilter: WARN about wrong usage of sequence number adjustmentsJesper Dangaard Brouer1-0/+5
2013-12-27ipvs: Remove unused variable ret from sync_thread_master()Geert Uytterhoeven1-1/+4
2013-12-24netfilter: add IPv4/6 IPComp extension match supportfan.du3-0/+121
2013-12-21netfilter: nfnetlink_queue: enable UID/GID socket info retrievalValentina Giusti1-0/+34
2013-12-20netfilter: nf_ct_timestamp: Fix BUG_ON after netns deletionHelmut Schaa1-1/+0
2013-12-20netfilter: nft_exthdr: call ipv6_find_hdr() with explicitly initialized offsetDaniel Borkmann1-1/+1
2013-12-20netfilter: ctnetlink: honor CTA_MARK_MASK when setting ctmarkFlorian Westphal1-2/+10
2013-12-20netfilter: avoid get_random_bytes callsFlorian Westphal6-13/+5
2013-12-19Merge branch 'master' into for-nextJiri Kosina77-2070/+10307
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-28/+45
2013-12-17netfilter: nfnetlink_log: unset nf_loggers for netns when unloading moduleGao feng1-0/+1
2013-12-17netfilter: nf_tables: Expose the table usage counter via netlinkTomasz Bursztyka1-1/+2
2013-12-07netfilter: nft: add queue moduleEric Leblond3-0/+144
2013-12-07netfilter: xt_NFQUEUE: separate reusable codeEric Leblond1-68/+12
2013-12-07netfilter: nf_tables: fix issue with verdict supportEric Leblond1-1/+4
2013-12-07netfilter: nf_tables: fix missing rules flushing per tablePablo Neira Ayuso1-13/+33
2013-12-07netfilter: xt_hashlimit: fix proc entry leak in netns destroy pathSergey Popovich1-14/+11
2013-12-06netfilter: Fix FSF address in file headersJeff Kirsher3-6/+3
2013-12-02treewide: Fix typo in KconfigMasanari Iida1-1/+1
2013-11-25netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal()Dave Jones1-1/+1
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-13/+22
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-1/+1
2013-11-18netfilter: nf_conntrack: decrement global counter after object releasePablo Neira Ayuso1-1/+2
2013-11-18netfilter: nft_compat: fix error path in nft_parse_compat()Pablo Neira Ayuso1-6/+13
2013-11-18netfilter: fix wrong byte order in nf_ct_seqadj_set internal informationPhil Oester1-2/+2
2013-11-18netfilter: synproxy: correct wscale option passingMartin Topholm1-3/+4
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+22
2013-11-13netfilter: fix connlimit Kconfig prompt stringRandy Dunlap1-1/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds65-1873/+10075
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+2
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko2-61/+2
2013-11-08nfnetlink: do not ack malformed messagesJiri Benc1-3/+5
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-3/+22