aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-33/+95
2020-09-08netfilter: nf_tables: add userdata support for nft_objectJose M. Guisado Gomez1-8/+27
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds12-74/+140
2020-08-31ipvs: remove dependency on ip6_tablesYaroslav Bolyukin1-1/+0
2020-08-29netfilter: nft_socket: add wildcard supportBalazs Scheidler1-0/+27
2020-08-29netfilter: conntrack: do not auto-delete clash entries on replyFlorian Westphal2-17/+11
2020-08-28netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso4-38/+39
2020-08-28netfilter: delete repeated wordsRandy Dunlap3-3/+3
2020-08-28netfilter: xt_HMARK: Use ip_is_fragment() helperYueHaibing1-1/+1
2020-08-28netfilter: conntrack: remove unneeded nf_ct_putFlorian Westphal1-4/+3
2020-08-28netfilter: conntrack: add clash resolution stat counterFlorian Westphal3-6/+9
2020-08-28netfilter: conntrack: remove ignore statsFlorian Westphal3-5/+2
2020-08-28netfilter: conntrack: do not increment two error counters at same timeFlorian Westphal1-4/+1
2020-08-28netfilter: nf_tables: add userdata attributes to nft_tableJose M. Guisado Gomez1-1/+21
2020-08-28ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye1-3/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-08-21netfilter: nf_tables: fix destination register zeroingFlorian Westphal1-1/+3
2020-08-21netfilter: nf_tables: add NFTA_SET_USERDATA if not nullPablo Neira Ayuso1-1/+2
2020-08-21netfilter: nft_set_rbtree: Detect partial overlap with start endpoint matchStefano Brivio1-1/+33
2020-08-21netfilter: nft_set_rbtree: Handle outcomes of tree rotations in overlap detectionStefano Brivio1-9/+14
2020-08-20netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal1-4/+35
2020-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-27/+20
2020-08-13netfilter: nf_tables: free chain context when BINDING flag is missingFlorian Westphal1-2/+4
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+5
2020-08-10netfilter: nft_compat: remove flush counter optimizationFlorian Westphal1-23/+14
2020-08-10netfilter: nf_tables: nft_exthdr: the presence return value should be little-endianStephen Suryaputra1-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds35-255/+554
2020-08-04Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds2-2/+115
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-4/+4
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-19/+43
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller27-82/+137
2020-08-03netfilter: flowtable: Set offload timeout when adding flowRoi Dayan1-0/+2
2020-08-03netfilter: conntrack: Move nf_ct_offload_timeout to header fileRoi Dayan1-12/+0
2020-08-02netfilter: nf_tables: report EEXIST on overlapsPablo Neira Ayuso1-9/+7
2020-08-02netfilter: nft_meta: fix iifgroup matchingFlorian Westphal1-1/+1
2020-08-02netfilter: nf_tables: extended netlink error reporting for expressionsPablo Neira Ayuso1-1/+6
2020-07-31netfilter: nft_compat: make sure xtables destructors have runFlorian Westphal2-6/+40
2020-07-29netfilter: Replace HTTP links with HTTPS onesAlexander A. Klimov7-8/+8
2020-07-29netfilter: nft_set_rbtree: Use sequence counter with associated rwlockAhmed S. Darwish1-2/+2
2020-07-29netfilter: conntrack: Use sequence counter with associated spinlockAhmed S. Darwish1-2/+3
2020-07-28net: remove sockptr_advanceChristoph Hellwig1-3/+4
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-31/+22
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2-3/+3
2020-07-24netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig1-10/+10
2020-07-22ipvs: fix the connection sync failed in some casesguodeqing1-4/+8
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva16-35/+33
2020-07-22ipvs: queue delayed work to expire no destination connections if expire_nodest_conn=1Andrew Sy Kim3-27/+81
2020-07-19netfilter: split nf_sockoptChristoph Hellwig1-17/+13
2020-07-19netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig1-5/+4
2020-07-19netfilter: remove the compat_{get,set} methodsChristoph Hellwig1-42/+0