summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-2426-488/+589
|\
| * netfilter: nft_compat: fix crash when related match/target module is removedLiping Zhang2016-07-231-23/+20
| * netfilter: nft_compat: put back match/target module if init failLiping Zhang2016-07-231-8/+24
| * netfilter: h323: Use mod_timer instead of set_expect_timeoutGao Feng2016-07-231-14/+1
| * netfilter: connlabels: move set helper to xt_connlabelFlorian Westphal2016-07-222-30/+16
| * netfilter: conntrack: support a fixed size of 128 distinct labelsFlorian Westphal2016-07-224-26/+12
| * netfilter: nf_tables: allow to filter out rules by table and chainPablo Neira Ayuso2016-07-211-0/+38
| * netfilter: nft_log: fix snaplen does not truncate packetsLiping Zhang2016-07-211-1/+2
| * netfilter: nft_log: check the validity of log levelLiping Zhang2016-07-211-0/+5
| * netfilter: nft_log: fix possible memory leak if log expr init failLiping Zhang2016-07-211-8/+18
| * netfilter: Add helper array register/unregister functionsGao Feng2016-07-216-181/+150
| * netfilter: nft_ct: fix unpaired nf_connlabels_get/put callLiping Zhang2016-07-191-6/+19
| * netfilter: x_tables: speed up jump target validationFlorian Westphal2016-07-181-0/+50
| * netfilter: conntrack: protect early_drop by rcu read lockLiping Zhang2016-07-121-0/+3
| * netfilter: nf_conntrack_h323: fix off-by-one in DecodeQ931Toby DiPasquale2016-07-111-1/+2
| * Merge tag 'ipvs-for-v4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2016-07-111-2/+23
| |\
| | * ipvs: count pre-established TCP states as activeMichal Kubecek2016-07-071-2/+23
| * | netfilter: nf_tables: get rid of possible_net_t from set and basechainPablo Neira Ayuso2016-07-114-29/+29
| * | netfilter: nft_ct: make byte/packet expr more friendlyLiping Zhang2016-07-111-0/+3
| * | netfilter: physdev: physdev-is-out should not work with OUTPUT chainHangbin Liu2016-07-111-4/+4
| * | netfilter: nat: convert nat bysrc hash to rhashtableFlorian Westphal2016-07-111-58/+68
| * | netfilter: move nat hlist_head to nf_connFlorian Westphal2016-07-112-39/+9
| * | netfilter: conntrack: simplify early_dropFlorian Westphal2016-07-111-48/+47
| * | netfilter: nf_ct_helper: unlink helper again when hash resize happenLiping Zhang2016-07-111-6/+13
| * | netfilter: cttimeout: unlink timeout obj again when hash resize happenLiping Zhang2016-07-111-6/+14
| * | netfilter: conntrack: fix race between nf_conntrack proc read and hash resizeLiping Zhang2016-07-112-5/+26
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-245-9/+17
|\ \ \ | |/ / |/| |
| * | netfilter: conntrack: skip clash resolution if nat is in placePablo Neira Ayuso2016-07-121-0/+1
| * | Merge tag 'ipvs-fixes2-for-v4.7' of https://git.kernel.org/pub/scm/linux/kern...Pablo Neira Ayuso2016-07-111-2/+4
| |\ \
| | * | ipvs: fix bind to link-local mcast IPv6 address in backupQuentin Armitage2016-07-071-2/+4
| * | | netfilter: nft_ct: fix expiration getterFlorian Westphal2016-07-081-5/+1
| * | | netfilter: conntrack: avoid integer overflow when resizingFlorian Westphal2016-07-011-0/+7
| |/ /
| * | netfilter: nft_meta: set skb->nf_trace appropriatelyLiping Zhang2016-06-231-1/+1
| * | netfilter: nf_tables: fix memory leak if expr init failsLiping Zhang2016-06-231-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-0617-321/+428
|\ \ \ | | |/ | |/|
| * | netfilter: nf_log: fix error on write NONE to logger choice sysctlPavel Tikhomirov2016-07-051-5/+6
| * | netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches2016-07-031-5/+2
| * | netfilter: Remove references to obsolete CONFIG_IP_ROUTE_FWMARKMoritz Sichert2016-07-011-6/+4
| * | netfilter: nf_tables: add support for inverted logic in nft_lookupArturo Borrero2016-06-241-5/+32
| * | netfilter: nf_tables: get rid of NFT_BASECHAIN_DISABLEDPablo Neira Ayuso2016-06-241-37/+25
| * | netfilter: conntrack: allow increasing bucket size via sysctl tooFlorian Westphal2016-06-242-18/+59
| * | netfilter: nft_hash: support deletion of inactive elementsPablo Neira Ayuso2016-06-241-2/+4
| * | netfilter: nft_rbtree: check for next generation when deactivating elementsPablo Neira Ayuso2016-06-241-1/+1
| * | netfilter: nf_tables: add generation mask to setsPablo Neira Ayuso2016-06-243-32/+49
| * | netfilter: nf_tables: add generation mask to chainsPablo Neira Ayuso2016-06-241-31/+58
| * | netfilter: nf_tables: add generation mask to tablesPablo Neira Ayuso2016-06-241-44/+57
| * | netfilter: nf_tables: add generic macros to check for generation maskPablo Neira Ayuso2016-06-241-38/+8
| * | netfilter: xt_NFLOG: nflog-range does not truncate packetsVishwanath Pai2016-06-242-3/+9
| * | netfilter: Allow xt_owner in any user namespaceEric W. Biederman2016-06-231-6/+35
| * | netfilter: move zone info into struct nf_connFlorian Westphal2016-06-231-31/+2
OpenPOWER on IntegriCloud