aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-28netfilter: convert hook list to an arrayAaron Conole3-99/+268
2017-08-28netfilter: fix a few (harmless) sparse warningsFlorian Westphal3-5/+5
2017-08-24netfilter: conntrack: make protocol tracker pointers constFlorian Westphal5-35/+35
2017-08-24netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal4-0/+22
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal8-70/+56
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal8-17/+20
2017-08-24netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal2-2/+11
2017-08-24netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal2-7/+5
2017-08-19netfilter: rt: add support to fetch path mssFlorian Westphal1-0/+66
2017-08-19netfilter: exthdr: tcp option set supportFlorian Westphal1-2/+162
2017-08-19netfilter: exthdr: split netlink dump functionFlorian Westphal1-5/+11
2017-08-19netfilter: exthdr: factor out tcp option accessFlorian Westphal1-12/+21
2017-08-19netfilter: use audit_log()Geliang Tang1-10/+4
2017-08-19netfilter: remove prototype of netfilter_queue_initTaehee Yoo1-1/+0
2017-08-19netfilter: connlimit: merge root4 and root6.Taehee Yoo1-15/+8
2017-08-02netfilter: constify nf_loginfo structuresJulia Lawall2-2/+2
2017-08-02netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall4-21/+22
2017-07-31netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal2-39/+0
2017-07-31netfilter: nft_set_rbtree: use seqcount to avoid lock in most casesFlorian Westphal1-12/+37
2017-07-31netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter1-2/+9
2017-07-31netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter1-4/+14
2017-07-31netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter2-10/+51
2017-07-31netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter2-14/+37
2017-07-31netfilter: nf_tables: No need to check chain existence when tracingPhil Sutter1-8/+5
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal1-1/+1
2017-07-31netfilter: nfnetlink_queue: don't queue dying conntracks to userspaceFlorian Westphal1-0/+19
2017-07-31netfilter: conntrack: destroy functions need to free queued packetsFlorian Westphal2-0/+5
2017-07-31netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal2-4/+12
2017-07-31netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal3-61/+90
2017-07-31netfilter: conntrack: Change to deferable work queuesubashab@codeaurora.org1-1/+1
2017-07-31netfilter: nf_tables: add fib expression to the netdev familyPablo M. Bermudo Garay3-0/+97
2017-07-24netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notificationsPhil Sutter1-1/+4
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo20-128/+13
2017-07-24netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso2-16/+21
2017-07-24netfilter: expect: add to hash table after expect initFlorian Westphal1-6/+6
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-157/+15
2017-07-18netfilter: fix netfilter_net_init() returnDan Carpenter1-2/+2
2017-07-17netfilter: expect: fix crash when putting uninited expectationFlorian Westphal1-1/+1
2017-07-17netfilter: nat: fix src map lookupFlorian Westphal1-8/+9
2017-07-17netfilter: remove old pre-netns era hook apiFlorian Westphal1-143/+0
2017-07-17netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcvMateusz Jurczyk1-3/+3
2017-07-12net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info()Michal Hocko1-8/+4
2017-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+14
2017-07-01sctp: remove the typedef sctp_inithdr_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long4-23/+20
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long6-23/+22
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller23-430/+797
2017-06-29netfilter: nf_ct_dccp/sctp: fix memory leak after netns cleanupLiping Zhang2-0/+14
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso11-72/+146