summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2022-05-09netfilter: nft_set_rbtree: overlap detection with element re-addition after d...Pablo Neira Ayuso
2022-05-09ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang
2022-04-08netfilter: nf_conntrack_tcp: preserve liberal flag in tcp optionsPablo Neira Ayuso
2022-03-28netfilter: nf_tables: initialize registers in nft_do_chain()Pablo Neira Ayuso
2022-03-08netfilter: nf_queue: handle socket prefetchFlorian Westphal
2022-03-08netfilter: nf_queue: fix possible use-after-freeFlorian Westphal
2022-03-08netfilter: nf_queue: don't assume sk is full socketFlorian Westphal
2022-03-08netfilter: fix use-after-free in __nf_register_net_hook()Eric Dumazet
2022-03-02netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal
2022-03-02netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso
2022-02-23netfilter: conntrack: don't refresh sctp entries in closed stateFlorian Westphal
2022-02-23netfilter: nft_synproxy: unregister hooks on init error pathPablo Neira Ayuso
2022-02-16netfilter: ctnetlink: disable helper autoassignFlorian Westphal
2022-02-01netfilter: conntrack: don't increment invalid counter on NF_REPEATFlorian Westphal
2022-02-01netfilter: nft_payload: do not update layer 4 checksum when mangling fragmentsPablo Neira Ayuso
2022-01-27netfilter: nft_set_pipapo: allocate pcpu scratch maps on cloneFlorian Westphal
2021-12-29netfilter: fix regression in looped (broad|multi)cast's MAC handlingIgnacy Gawędzki
2021-12-14netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet
2021-12-14nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groupsStefano Brivio
2021-12-01netfilter: flowtable: fix IPv6 tunnel addr matchWill Mortensen
2021-12-01netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu
2021-12-01netfilter: ctnetlink: do not erase error code with EINVALFlorent Fourcot
2021-12-01netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLYFlorent Fourcot
2021-11-18netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal
2021-11-18netfilter: nft_dynset: relax superfluous check on set updatesPablo Neira Ayuso
2021-11-18netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream statePablo Neira Ayuso
2021-10-27netfilter: Kconfig: use 'default y' instead of 'm' for bool config optionVegard Nossum
2021-10-27netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart
2021-10-27netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage valueJuhee Kang
2021-10-17netfilter: nf_nat_masquerade: defer conntrack walk to work queueFlorian Westphal
2021-10-17netfilter: nf_nat_masquerade: make async masq_inet6_event handling genericFlorian Westphal
2021-10-06netfilter: nf_tables: Fix oversized kvmalloc() callsPablo Neira Ayuso
2021-10-06netfilter: conntrack: serialize hash resizes and cleanupsEric Dumazet
2021-10-06netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik
2021-10-06ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi
2021-09-22netfilter: nft_ct: protect nft_ct_pcpu_template_refcnt with mutexPavel Skripkin
2021-09-22netfilter: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-09-18net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen
2021-09-12netfilter: nftables: clone set element expression templatePablo Neira Ayuso
2021-09-12netfilter: nf_tables: initialize set before expression setupPablo Neira Ayuso
2021-09-12netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet
2021-09-03netfilter: conntrack: collect all entries in one cycleFlorian Westphal
2021-08-04netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso
2021-08-04netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal
2021-07-25netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfoVasily Averin
2021-07-14netfilter: nf_tables_offload: check FLOW_DISSECTOR_KEY_BASIC in VLAN transfer...Pablo Neira Ayuso
2021-07-14netfilter: nft_tproxy: restrict support to TCP and UDP transport protocolsPablo Neira Ayuso
2021-07-14netfilter: nft_osf: check for TCP packet before further processingPablo Neira Ayuso
2021-07-14netfilter: nft_exthdr: check for IPv6 packet before further processingPablo Neira Ayuso
2021-06-23netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy