aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 4-32/+66
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 8-33/+95
2020-09-08netfilter: nf_tables: add userdata support for nft_objectGravatar Jose M. Guisado Gomez 1-8/+27
2020-09-08netfilter: nft_meta: use socket user_ns to retrieve skuid and skgidGravatar Pablo Neira Ayuso 1-2/+2
2020-09-08netfilter: conntrack: nf_conncount_init is failing with IPv6 disabledGravatar Eelco Chaudron 1-0/+2
2020-09-08netfilter: ctnetlink: fix mark based dump filtering regressionGravatar Martin Willi 1-16/+3
2020-09-08netfilter: nf_tables: coalesce multiple notifications into one skbuffGravatar Pablo Neira Ayuso 1-13/+57
2020-09-08netfilter: ctnetlink: add a range check for l3/l4 protonumGravatar Will McVicker 1-1/+2
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 12-74/+140
2020-08-31ipvs: remove dependency on ip6_tablesGravatar Yaroslav Bolyukin 1-1/+0
2020-08-29netfilter: nft_socket: add wildcard supportGravatar Balazs Scheidler 1-0/+27
2020-08-29netfilter: conntrack: do not auto-delete clash entries on replyGravatar Florian Westphal 2-17/+11
2020-08-28netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSGravatar Pablo Neira Ayuso 4-38/+39
2020-08-28netfilter: delete repeated wordsGravatar Randy Dunlap 3-3/+3
2020-08-28netfilter: xt_HMARK: Use ip_is_fragment() helperGravatar YueHaibing 1-1/+1
2020-08-28netfilter: conntrack: remove unneeded nf_ct_putGravatar Florian Westphal 1-4/+3
2020-08-28netfilter: conntrack: add clash resolution stat counterGravatar Florian Westphal 3-6/+9
2020-08-28netfilter: conntrack: remove ignore statsGravatar Florian Westphal 3-5/+2
2020-08-28netfilter: conntrack: do not increment two error counters at same timeGravatar Florian Westphal 1-4/+1
2020-08-28netfilter: nf_tables: add userdata attributes to nft_tableGravatar Jose M. Guisado Gomez 1-1/+21
2020-08-28ipvs: Fix uninit-value in do_ip_vs_set_ctl()Gravatar Peilin Ye 1-3/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-2/+2
2020-08-21netfilter: nf_tables: fix destination register zeroingGravatar Florian Westphal 1-1/+3
2020-08-21netfilter: nf_tables: add NFTA_SET_USERDATA if not nullGravatar Pablo Neira Ayuso 1-1/+2
2020-08-21netfilter: nft_set_rbtree: Detect partial overlap with start endpoint matchGravatar Stefano Brivio 1-1/+33
2020-08-21netfilter: nft_set_rbtree: Handle outcomes of tree rotations in overlap detec...Gravatar Stefano Brivio 1-9/+14
2020-08-20netfilter: conntrack: allow sctp hearbeat after connection re-useGravatar Florian Westphal 1-4/+35
2020-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 3-27/+20
2020-08-13netfilter: nf_tables: free chain context when BINDING flag is missingGravatar Florian Westphal 1-2/+4
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-4/+5
2020-08-10netfilter: nft_compat: remove flush counter optimizationGravatar Florian Westphal 1-23/+14
2020-08-10netfilter: nf_tables: nft_exthdr: the presence return value should be little-...Gravatar Stephen Suryaputra 1-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 35-255/+554
2020-08-04Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+115
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-4/+4
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 5-19/+43
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 27-82/+137
2020-08-03netfilter: flowtable: Set offload timeout when adding flowGravatar Roi Dayan 1-0/+2
2020-08-03netfilter: conntrack: Move nf_ct_offload_timeout to header fileGravatar Roi Dayan 1-12/+0
2020-08-02netfilter: nf_tables: report EEXIST on overlapsGravatar Pablo Neira Ayuso 1-9/+7
2020-08-02netfilter: nft_meta: fix iifgroup matchingGravatar Florian Westphal 1-1/+1
2020-08-02netfilter: nf_tables: extended netlink error reporting for expressionsGravatar Pablo Neira Ayuso 1-1/+6
2020-07-31netfilter: nft_compat: make sure xtables destructors have runGravatar Florian Westphal 2-6/+40
2020-07-29netfilter: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 7-8/+8
2020-07-29netfilter: nft_set_rbtree: Use sequence counter with associated rwlockGravatar Ahmed S. Darwish 1-2/+2
2020-07-29netfilter: conntrack: Use sequence counter with associated spinlockGravatar Ahmed S. Darwish 1-2/+3
2020-07-28net: remove sockptr_advanceGravatar Christoph Hellwig 1-3/+4
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-31/+22
2020-07-24netfilter: switch nf_setsockopt to sockptr_tGravatar Christoph Hellwig 2-3/+3
2020-07-24netfilter: switch xt_copy_counters to sockptr_tGravatar Christoph Hellwig 1-10/+10