summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
5 daystreewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
8 daysnetfilter: nf_nat: also check reverse tuple to obtain clashing entryFlorian Westphal
8 daysnetfilter: nf_set_pipapo_avx2: fix initial map fillFlorian Westphal
2025-05-26Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-05-23netfilter: nf_tables: Add notifications for hook changesPhil Sutter
2025-05-23netfilter: nf_tables: Support wildcard netdev hook specsPhil Sutter
2025-05-23netfilter: nf_tables: Sort labels in nft_netdev_hook_alloc()Phil Sutter
2025-05-23netfilter: nf_tables: Handle NETDEV_CHANGENAME eventsPhil Sutter
2025-05-23netfilter: nf_tables: Wrap netdev notifiersPhil Sutter
2025-05-23netfilter: nf_tables: Respect NETDEV_REGISTER eventsPhil Sutter
2025-05-23netfilter: nf_tables: Prepare for handling NETDEV_REGISTER eventsPhil Sutter
2025-05-23netfilter: nf_tables: Have a list of nf_hook_ops in nft_hookPhil Sutter
2025-05-23netfilter: nf_tables: Pass nf_hook_ops to nft_unregister_flowtable_hook()Phil Sutter
2025-05-23netfilter: nf_tables: Introduce nft_register_flowtable_ops()Phil Sutter
2025-05-23netfilter: nf_tables: Introduce nft_hook_find_ops{,_rcu}()Phil Sutter
2025-05-23netfilter: nf_tables: Introduce functions freeing nft_hook objectsPhil Sutter
2025-05-23netfilter: nf_tables: add packets conntrack state to debug trace infoFlorian Westphal
2025-05-23netfilter: conntrack: make nf_conntrack_id callable without a module dependencyFlorian Westphal
2025-05-23netfilter: nf_dup_netdev: Move the recursion counter struct netdev_xmitSebastian Andrzej Siewior
2025-05-23netfilter: nft_inner: Use nested-BH locking for nft_pcpu_tun_ctxSebastian Andrzej Siewior
2025-05-23netfilter: nf_dup{4, 6}: Move duplication check to task_structSebastian Andrzej Siewior
2025-05-23netfilter: nft_tunnel: fix geneve_opt dumpFernando Fernandez Mancera
2025-05-22netfilter: xtables: support arpt_mark and ipv6 optstrip for iptables-nft only...Florian Westphal
2025-05-21sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-07netfilter: ipset: fix region locking in hash typesJozsef Kadlecsik
2025-05-07ipvs: fix uninit-value for saddr in do_output_route4Julian Anastasov
2025-05-05netfilter: nft_set_pipapo: clamp maximum map bucket size to INT_MAXPablo Neira Ayuso
2025-05-05netfilter: nft_set_pipapo: prevent overflow in lookup table allocationPablo Neira Ayuso
2025-05-05netfilter: nf_conntrack: speed up reads from nf_conntrack proc fileFlorian Westphal
2025-05-05netfilter: nft_quota: match correctly when the quota just depletedZhongqiu Duan
2025-04-29netfilter: nf_tables: export set count and backend name to userspaceFlorian Westphal
2025-04-29netfilter: conntrack: Remove redundant NFCT_ALIGN callXuanqiang Luo
2025-04-24net: cgroup: Guard users of sock_cgroup_classid()Michal Koutný
2025-04-24netfilter: xt_cgroup: Make it independent from net_clsMichal Koutný
2025-04-24netfilter: xt_IDLETIMER: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-04-17netfilter: conntrack: fix erronous removal of offload bitFlorian Westphal
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-10nft_set_pipapo: fix incorrect avx2 match of 5th field octetFlorian Westphal
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-03Merge tag 'nf-25-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2025-04-03net: fix geneve_opt length integer overflowLin Ma
2025-04-03netfilter: nft_tunnel: fix geneve_opt type confusion additionLin Ma
2025-04-02netfilter: nf_tables: don't unregister hook when table is dormantFlorian Westphal
2025-04-02netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets onlyPablo Neira Ayuso
2025-03-25Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-03-23netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPO...WangYuli
2025-03-23netfilter: xtables: Use strscpy() instead of strscpy_pad()Thorsten Blum