summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* net: Add _nf_(un)register_hooks symbolsMahesh Bandewar2016-09-191-5/+46
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-136-30/+66
|\
| * netfilter: nf_tables_netdev: remove redundant ip_hdr assignmentLiping Zhang2016-08-301-1/+0Star
| * netfilter: nft_meta: improve the validity check of pkttype set exprLiping Zhang2016-08-251-4/+13
| * netfilter: cttimeout: unlink timeout objs in the unconfirmed ct listsLiping Zhang2016-08-251-1/+10
| * netfilter: cttimeout: put back l4proto when replacing timeout policyLiping Zhang2016-08-251-18/+15Star
| * netfilter: nfnetlink: use list_for_each_entry_safe to delete all objectsLiping Zhang2016-08-252-5/+6
| * netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang2016-08-252-1/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-09-0626-923/+1186
|\ \ | |/ |/|
| * netfilter: log: Check param to avoid overflow in nf_log_setGao Feng2016-08-301-3/+5
| * netfilter: remove __nf_ct_kill_acct helperFlorian Westphal2016-08-301-7/+5Star
| * netfilter: conntrack: resched gc again if eviction rate is highFlorian Westphal2016-08-301-0/+6
| * netfilter: conntrack: add gc worker to remove timed-out entriesFlorian Westphal2016-08-301-0/+76
| * netfilter: evict stale entries on netlink dumpsFlorian Westphal2016-08-301-1/+24
| * netfilter: conntrack: get rid of conntrack timerFlorian Westphal2016-08-304-58/+56Star
| * netfilter: don't rely on DYING bit to detect when destroy event was sentFlorian Westphal2016-08-301-8/+14
| * netfilter: restart search if moved to other chainFlorian Westphal2016-08-301-0/+7
| * netfilter: nf_tables: Use nla_put_be32() to dump immediate parametersPablo Neira Ayuso2016-08-262-5/+5
| * netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertionPablo Neira Ayuso2016-08-263-13/+36
| * netfilter: nf_tables: reject hook configuration updates on existing chainsPablo Neira Ayuso2016-08-231-0/+31
| * netfilter: nf_tables: introduce nft_chain_parse_hook()Pablo Neira Ayuso2016-08-231-63/+89
| * netfilter: nft_hash: fix non static symbol warningWei Yongjun2016-08-221-1/+1
| * netfilter: fix spelling mistake: "delimitter" -> "delimiter"Colin Ian King2016-08-221-1/+1
| * netfilter: nf_tables: add number generator expressionLaura Garcia Liebana2016-08-223-0/+199
| * netfilter: nf_tables: add quota expressionPablo Neira Ayuso2016-08-223-0/+128
| * netfilter: nf_conntrack: restore nf_conntrack_htable_size as exported symbolPablo Neira Ayuso2016-08-181-0/+2
| * netfilter: conntrack: simplify the code by using nf_conntrack_get_htLiping Zhang2016-08-181-36/+10Star
| * netfilter: remove ip_conntrack* sysctl compat codePablo Neira Ayuso2016-08-136-378/+6Star
| * netfilter: nf_tables: add hash expressionLaura Garcia Liebana2016-08-123-0/+143
| * netfilter: nf_tables: rename set implementationsPablo Neira Ayuso2016-08-124-4/+4
| * ipvs: use nf_ct_kill helperFlorian Westphal2016-08-121-5/+2Star
| * netfilter: use_nf_conn_expires helper in more placesFlorian Westphal2016-08-123-9/+3Star
| * netfilter: physdev: add missed blankHangbin Liu2016-08-121-2/+2
| * netfilter: conntrack: Only need first 4 bytes to get l4proto portsGao Feng2016-08-125-8/+10
* | netfilter: cttimeout: fix use after free error when delete netnsLiping Zhang2016-08-181-6/+10
* | netfilter: nfnetlink_acct: fix race between nfacct del and xt_nfacct destroyLiping Zhang2016-08-181-4/+4
* | netfilter: tproxy: properly refcount tcp listenersEric Dumazet2016-08-181-0/+4
* | netfilter: nfnetlink_acct: report overquota to the right netnsLiping Zhang2016-08-182-5/+6
* | netfilter: nfnetlink_log: add "nf-logger-3-1" module alias nameLiping Zhang2016-08-171-0/+1
* | netfilter: conntrack: do not dump other netns's conntrack entries via procLiping Zhang2016-08-171-0/+4
* | netfilter: nft_exthdr: Add size check on u8 nft_exthdr attributesLaura Garcia Liebana2016-08-101-2/+9
* | netfilter: ctnetlink: reject new conntrack request with different l4protoLiping Zhang2016-08-091-0/+2
* | netfilter: nfnetlink_queue: reject verdict request from different portidLiping Zhang2016-08-091-4/+2Star
* | netfilter: nfnetlink_queue: fix memory leak when attach expectation successfullyLiping Zhang2016-08-091-6/+2Star
* | netfilter: nf_ct_expect: remove the redundant slash when policy name is emptyLiping Zhang2016-08-091-1/+1
* | netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeqChristophe Leroy2016-08-081-2/+2
* | netfilter: nft_rbtree: ignore inactive matching element with no descendantsPablo Neira Ayuso2016-08-081-4/+6
* | netfilter: nf_ct_h323: do not re-activate already expired timerLiping Zhang2016-08-081-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-2736-808/+1009
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-2526-488/+589
| |\