summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter
AgeCommit message (Expand)AuthorLines
2025-09-11netfilter: nft_meta_bridge: introduce NFT_META_BRI_IIFHWADDR supportFernando Fernandez Mancera-0/+11
2025-09-02netfilter: ebtables: Use vmalloc_array() to improve codeQianfeng Rong-7/+7
2025-08-07netfilter: add back NETFILTER_XTABLES dependenciesArnd Bergmann-0/+1
2025-07-25netfilter: Exclude LEGACY TABLES on PREEMPT_RT.Pablo Neira Ayuso-5/+5
2025-05-05netfilter: bridge: Move specific fragmented packet to slow_path instead of dr...Huajian Yang-6/+6
2024-10-15netfilter: nf_tables: replace deprecated strncpy with strscpy_padJustin Stitt-1/+1
2024-10-15netfilter: Make legacy configs user selectableBreno Leitao-1/+7
2024-09-03netfilter: nf_tables: drop unused 3rd argument from validate callback opsFlorian Westphal-5/+3
2024-09-03netfilter: Use kmemdup_array instead of kmemdup for multiple allocationYan Zhen-1/+1
2024-08-20netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal-1/+1
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan-3/+3
2024-04-11netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso-4/+10
2024-04-04netfilter: validate user input for expected lengthEric Dumazet-0/+6
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+30
2024-02-29netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal-0/+30
2024-01-29netfilter: ebtables: allow xtables-nft only buildsFlorian Westphal-1/+8
2023-11-14netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao-1/+1
2023-11-08netfilter: add missing module descriptionsFlorian Westphal-0/+5
2023-08-22netfilter: ebtables: fix fortify warnings in size_entry_mwt()GONG, Ruiqi-2/+1
2023-03-08netfilter: bridge: introduce broute meta statementSriram Yagnaraman-3/+68
2023-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-1/+1
2023-02-22netfilter: ebtables: fix table blob use-after-freeFlorian Westphal-1/+1
2023-02-01bridge: use skb_ip_totlen in br netfilterXin Long-2/+2
2022-11-30netfilter: conntrack: merge ipv4+ipv6 confirm functionsFlorian Westphal-31/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2022-09-20netfilter: ebtables: fix memory leak when blob is malformedFlorian Westphal-1/+3
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-31/+1
2022-08-23netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal-31/+1
2022-08-22bridge: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-07-11netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal-1/+1
2022-03-20netfilter: nft_meta: extend reduce support to bridge familyFlorian Westphal-0/+1
2022-03-20netfilter: nf_tables: cancel tracking for clobbered destination registersPablo Neira Ayuso-2/+2
2022-03-20netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso-0/+1
2022-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski-1/+1
2022-03-07netfilter: bridge: clean up some inconsistent indentingJiapeng Chong-1/+1
2022-03-03net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau-2/+3
2022-01-27netfilter: nft_reject_bridge: Fix for missing reply from preroutingPhil Sutter-4/+4
2022-01-09netfilter: nft_meta: cancel register tracking after meta updatePablo Neira Ayuso-0/+20
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-3/+4
2021-10-22netfilter: ebtables: use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva-3/+4
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+3
2021-10-18netfilter: ebtables: allocate chainstack on CPU local nodesDavidlohr Bueso-1/+3
2021-10-14netfilter: ebtables: allow use of ebt_do_table as hookfnFlorian Westphal-23/+10
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2021-08-04netfilter: nf_conntrack_bridge: Fix memory leak when errorYajun Deng-0/+6
2021-08-02netfilter: ebtables: do not hook tables by defaultFlorian Westphal-23/+137
2021-04-26netfilter: allow to turn off xtables compat layerFlorian Westphal-12/+12
2021-04-26netfilter: ebtables: remove the 3 ebtables pointers from struct netFlorian Westphal-51/+54
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+49
2021-04-10netfilter: bridge: add pre_exit hooks for ebtable unregistrationFlorian Westphal-6/+48