summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)Author
2020-09-03netfilter: nf_tables: report EEXIST on overlapsPablo Neira Ayuso
2020-08-26netfilter: nf_tables: nft_exthdr: the presence return value should be little-...Stephen Suryaputra
2020-08-19netfilter: nft_meta: fix iifgroup matchingFlorian Westphal
2020-08-19ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov
2020-07-22ipvs: fix the connection sync failed in some casesguodeqing
2020-07-15netfilter: nf_tables: fix nat hook table deletionFlorian Westphal
2020-07-03netfilter: conntrack: refetch conntrack after nf_conntrack_update()Pablo Neira Ayuso
2020-06-30netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill
2020-06-25netfilter: ipset: fix unaligned atomic accessRussell King
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu
2020-06-15netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel
2020-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-12netfilter: nf_tables: hook list memleak in flowtable deletionPablo Neira Ayuso
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-10netfilter: ctnetlink: memleak in filter initialization error pathPablo Neira Ayuso
2020-06-08netfilter: nft_set_pipapo: Disable preemption before getting per-CPU pointerStefano Brivio
2020-06-08netfilter: nft_set_rbtree: Don't account for expired elements on insertionStefano Brivio
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-02Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-06-01net: remove indirect block netdev event registrationPablo Neira Ayuso
2020-06-01net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso
2020-06-01netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-27netfilter: nf_tables: skip flowtable hooknum and priority on device updatesPablo Neira Ayuso
2020-05-27netfilter: nf_tables: allow to register flowtable with no devicesPablo Neira Ayuso
2020-05-27netfilter: nf_tables: delete devices from flowtablePablo Neira Ayuso
2020-05-27netfilter: nf_tables: add devices to existing flowtablePablo Neira Ayuso
2020-05-27netfilter: nf_tables: pass hook list to flowtable event notifierPablo Neira Ayuso
2020-05-27netfilter: nf_tables: add nft_flowtable_hooks_destroy()Pablo Neira Ayuso
2020-05-27netfilter: nf_tables: pass hook list to nft_{un,}register_flowtable_net_hooks()Pablo Neira Ayuso
2020-05-27netfilter: nf_tables: generalise flowtable hook parsingPablo Neira Ayuso
2020-05-27netfilter: ctnetlink: add kernel side filtering for dumpRomain Bellan
2020-05-27netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso
2020-05-27netfilter: conntrack: comparison of unsigned in cthelper confirmationPablo Neira Ayuso
2020-05-27netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_updateNathan Chancellor
2020-05-25netfilter: nfnetlink_cthelper: unbreak userspace helper supportPablo Neira Ayuso
2020-05-25netfilter: conntrack: make conntrack userspace helpers work againPablo Neira Ayuso
2020-05-25netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso
2020-05-25netfilter: ipset: Fix subcounter update skipPhil Sutter
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-12netfilter: nft_set_rbtree: Add missing expired checksPhil Sutter
2020-05-12netfilter: flowtable: set NF_FLOW_TEARDOWN flag on entry expirationPablo Neira Ayuso
2020-05-11netfilter: conntrack: fix infinite loop on rmmodFlorian Westphal
2020-05-11netfilter: flowtable: Remove WQ_MEM_RECLAIM from workqueueRoi Dayan
2020-05-11netfilter: flowtable: Add pending bit for offload workPaul Blakey
2020-05-10netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller