summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-256-147/+189
|\
| * netfilter: nf_tables: move dumper state allocation into ->startFlorian Westphal2018-07-241-104/+115
| * netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal2018-07-201-4/+4
| * netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal2018-07-201-13/+29
| * netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal2018-07-201-6/+11
| * netfilter: nf_tables: free flow table struct tooFlorian Westphal2018-07-201-0/+1
| * netfilter: nf_tables: use dev->name directlyFlorian Westphal2018-07-201-9/+5Star
| * netfilter: nft_set_rbtree: fix panic when destroying set by GCTaehee Yoo2018-07-181-2/+5
| * netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()Taehee Yoo2018-07-181-0/+1
| * netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo2018-07-173-9/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-2139-993/+2556
|\ \
| * | netfilter: nft_socket: Expose socket markMáté Eckl2018-07-181-0/+11
| * | netfilter: nft_socket: Break evaluation if no socket foundMáté Eckl2018-07-181-1/+1
| * | netfilter: nf_osf: add struct nf_osf_hdr_ctxPablo Neira Ayuso2018-07-181-43/+62
| * | netfilter: nf_osf: add nf_osf_match_one()Pablo Neira Ayuso2018-07-181-96/+111
| * | netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal2018-07-184-28/+76
| * | netfilter: nf_tables: avoid global info storageFlorian Westphal2018-07-181-16/+12Star
| * | netfilter: nf_tables: take module reference when starting a batchFlorian Westphal2018-07-182-0/+10
| * | netfilter: nf_tables: make valid_genid callback mandatoryFlorian Westphal2018-07-182-3/+3
| * | netfilter: nf_tables: add and use helper for module autoloadFlorian Westphal2018-07-181-29/+52
| * | netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng2018-07-185-8/+6Star
| * | ipvs: drop conn templates under attackJulian Anastasov2018-07-181-20/+39
| * | ipvs: add assured state for conn templatesJulian Anastasov2018-07-185-14/+27
| * | ipvs: provide just conn to ip_vs_state_nameJulian Anastasov2018-07-182-8/+8
| * | netfilter: nf_conntrack: resolve clash for matching conntracksMartynas Pumputis2018-07-181-8/+22
| * | netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree s...Yi-Hung Wei2018-07-182-87/+183
| * | netfilter: nf_conncount: Split insert and traversalYi-Hung Wei2018-07-181-20/+67
| * | netfilter: nf_conncount: Move locking into count_tree()Yi-Hung Wei2018-07-181-27/+25Star
| * | netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanupYi-Hung Wei2018-07-182-21/+26
| * | netfilter: nf_conncount: Switch to plain listYi-Hung Wei2018-07-182-44/+63
| * | netfilter: nf_conncount: Early exit for garbage collectionYi-Hung Wei2018-07-181-2/+37
| * | netfilter: Kconfig: Change select IPv6 dependenciesMáté Eckl2018-07-173-7/+7
| * | netfilter: conntrack: remove l3proto abstractionFlorian Westphal2018-07-178-256/+1408
| * | netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal2018-07-168-75/+67Star
| * | netfilter: conntrack: avoid l4proto pkt_to_tuple callsFlorian Westphal2018-07-165-78/+15Star
| * | netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal2018-07-167-63/+7Star
| * | netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal2018-07-164-67/+94
| * | netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-162-20/+16Star
| * | netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-162-16/+33
| * | netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal2018-07-166-41/+77
| * | netfilter: Kconfig: Make NETFILTER_XT_MATCH_SOCKET select NF_SOCKET_IPV4/6Máté Eckl2018-07-161-2/+2
| * | openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal2018-07-161-2/+1Star
| * | netfilter: utils: move nf_ip6_checksum* from ipv6 to utilsFlorian Westphal2018-07-161-11/+65
| * | netfilter: utils: move nf_ip_checksum* from ipv4 to utilsFlorian Westphal2018-07-161-0/+55
| * | netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.hMáté Eckl2018-07-161-9/+0Star
| * | netfilter: flowtables: use fixed renew timeout on teardownFlorian Westphal2018-07-161-8/+5Star
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-219-88/+62Star
|\ \ \ | |/ / |/| / | |/
| * netfilter: nf_conntrack: Fix possible possible crash on module loading.Andrey Ryabinin2018-07-091-1/+1
| * netfilter: nft_compat: explicitly reject ERROR and standard targetFlorian Westphal2018-07-091-0/+13
| * netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso2018-07-066-83/+44Star