aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-147/+189
2018-07-24netfilter: nf_tables: move dumper state allocation into ->startFlorian Westphal1-104/+115
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller39-993/+2556
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller9-88/+62
2018-07-20netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal1-4/+4
2018-07-20netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal1-13/+29
2018-07-20netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal1-6/+11
2018-07-20netfilter: nf_tables: free flow table struct tooFlorian Westphal1-0/+1
2018-07-20netfilter: nf_tables: use dev->name directlyFlorian Westphal1-9/+5
2018-07-18netfilter: nft_set_rbtree: fix panic when destroying set by GCTaehee Yoo1-2/+5
2018-07-18netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()Taehee Yoo1-0/+1
2018-07-18netfilter: nft_socket: Expose socket markMáté Eckl1-0/+11
2018-07-18netfilter: nft_socket: Break evaluation if no socket foundMáté Eckl1-1/+1
2018-07-18netfilter: nf_osf: add struct nf_osf_hdr_ctxPablo Neira Ayuso1-43/+62
2018-07-18netfilter: nf_osf: add nf_osf_match_one()Pablo Neira Ayuso1-96/+111
2018-07-18netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal4-28/+76
2018-07-18netfilter: nf_tables: avoid global info storageFlorian Westphal1-16/+12
2018-07-18netfilter: nf_tables: take module reference when starting a batchFlorian Westphal2-0/+10
2018-07-18netfilter: nf_tables: make valid_genid callback mandatoryFlorian Westphal2-3/+3
2018-07-18netfilter: nf_tables: add and use helper for module autoloadFlorian Westphal1-29/+52
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng5-8/+6
2018-07-18ipvs: drop conn templates under attackJulian Anastasov1-20/+39
2018-07-18ipvs: add assured state for conn templatesJulian Anastasov5-14/+27
2018-07-18ipvs: provide just conn to ip_vs_state_nameJulian Anastasov2-8/+8
2018-07-18netfilter: nf_conntrack: resolve clash for matching conntracksMartynas Pumputis1-8/+22
2018-07-18netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree searchYi-Hung Wei2-87/+183
2018-07-18netfilter: nf_conncount: Split insert and traversalYi-Hung Wei1-20/+67
2018-07-18netfilter: nf_conncount: Move locking into count_tree()Yi-Hung Wei1-27/+25
2018-07-18netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanupYi-Hung Wei2-21/+26
2018-07-18netfilter: nf_conncount: Switch to plain listYi-Hung Wei2-44/+63
2018-07-18netfilter: nf_conncount: Early exit for garbage collectionYi-Hung Wei1-2/+37
2018-07-17netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo3-9/+18
2018-07-17netfilter: Kconfig: Change select IPv6 dependenciesMáté Eckl3-7/+7
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal8-256/+1408
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal8-75/+67
2018-07-16netfilter: conntrack: avoid l4proto pkt_to_tuple callsFlorian Westphal5-78/+15
2018-07-16netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal7-63/+7
2018-07-16netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal4-67/+94
2018-07-16netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal2-20/+16
2018-07-16netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal2-16/+33
2018-07-16netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal6-41/+77
2018-07-16netfilter: Kconfig: Make NETFILTER_XT_MATCH_SOCKET select NF_SOCKET_IPV4/6Máté Eckl1-2/+2
2018-07-16openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal1-2/+1
2018-07-16netfilter: utils: move nf_ip6_checksum* from ipv6 to utilsFlorian Westphal1-11/+65
2018-07-16netfilter: utils: move nf_ip_checksum* from ipv4 to utilsFlorian Westphal1-0/+55
2018-07-16netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.hMáté Eckl1-9/+0
2018-07-16netfilter: flowtables: use fixed renew timeout on teardownFlorian Westphal1-8/+5
2018-07-10netfilter: Add nf_ct_get_tuple_skb global lookup functionToke Høiland-Jørgensen2-0/+51
2018-07-09netfilter: nf_conntrack: Fix possible possible crash on module loading.Andrey Ryabinin1-1/+1
2018-07-09netfilter: nft_compat: explicitly reject ERROR and standard targetFlorian Westphal1-0/+13