summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2017-09-08netfilter: xt_hashlimit: fix build error caused by 64bit divisionVishwanath Pai-5/+7
2017-09-08netfilter: xt_hashlimit: alloc hashtable with right sizeZhizhou Tian-2/+2
2017-09-08netfilter: core: remove erroneous warn_onFlorian Westphal-1/+1
2017-09-08netfilter: nat: use keyed locksFlorian Westphal-12/+24
2017-09-08netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal-77/+53
2017-09-08netfilter: nf_nat: don't bug when mapping already existsFlorian Westphal-1/+3
2017-09-08netfilter: ipvs: do not create conn for ABORT packet in sctp_conn_scheduleXin Long-1/+2
2017-09-08netfilter: ipvs: fix the issue that sctp_conn_schedule drops non-INIT packetXin Long-2/+5
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-880/+1898
2017-09-04netfilter: nf_tables: support for recursive chain deletionPablo Neira Ayuso-1/+23
2017-09-04netfilter: nf_tables: use NLM_F_NONREC for deletion requestsPablo Neira Ayuso-1/+7
2017-09-04netfilter: nf_tables: add nf_tables_addchain()Pablo Neira Ayuso-93/+106
2017-09-04netfilter: nf_tables: add nf_tables_updchain()Pablo Neira Ayuso-78/+92
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-23/+29
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao-31/+30
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal-7/+2
2017-09-04netfilter: nft_limit: add stateful object typePablo M. Bermudo Garay-1/+121
2017-09-04netfilter: nft_limit: replace pkt_bytes with bytesPablo M. Bermudo Garay-13/+13
2017-09-04netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay-35/+66
2017-09-04netfilter: xt_hashlimit: add rate match modeVishwanath Pai-24/+253
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-617/+1206
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+17
2017-08-28netfilter: rt: account for tcp header size tooFlorian Westphal-1/+2
2017-08-28netfilter: conntrack: remove unused code in nf_conntrack_proto_generic.cDavide Caratti-12/+0
2017-08-28netfilter: Remove NFDEBUG()Varsha Rao-7/+1
2017-08-28netfilter: core: batch nf_unregister_net_hooks synchronize_net callsFlorian Westphal-3/+56
2017-08-28netfilter: debug: check for sorted arrayFlorian Westphal-0/+23
2017-08-28netfilter: convert hook list to an arrayAaron Conole-99/+268
2017-08-28netfilter: fix a few (harmless) sparse warningsFlorian Westphal-5/+5
2017-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-14/+17
2017-08-24netfilter: conntrack: make protocol tracker pointers constFlorian Westphal-35/+35
2017-08-24netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal-0/+22
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal-70/+56
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal-17/+20
2017-08-24netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal-2/+11
2017-08-24netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal-7/+5
2017-08-24netfilter: nf_tables: Fix nft limit burst handlingandy zhou-11/+14
2017-08-24netfilter: check for seqadj ext existence before adding it in nf_nat_setup_infoXin Long-1/+1
2017-08-19netfilter: rt: add support to fetch path mssFlorian Westphal-0/+66
2017-08-19netfilter: exthdr: tcp option set supportFlorian Westphal-2/+162
2017-08-19netfilter: exthdr: split netlink dump functionFlorian Westphal-5/+11
2017-08-19netfilter: exthdr: factor out tcp option accessFlorian Westphal-12/+21
2017-08-19netfilter: use audit_log()Geliang Tang-10/+4
2017-08-19netfilter: remove prototype of netfilter_queue_initTaehee Yoo-1/+0
2017-08-19netfilter: connlimit: merge root4 and root6.Taehee Yoo-15/+8
2017-08-07net: ipv6: add second dif to inet6 socket lookupsDavid Ahern-2/+2
2017-08-07net: ipv4: add second dif to inet socket lookupsDavid Ahern-1/+1
2017-08-02netfilter: constify nf_loginfo structuresJulia Lawall-2/+2
2017-08-02netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall-21/+22
2017-07-31netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal-39/+0