summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2021-07-14netfilter: nf_tables: do not allow to delete table with owner by handlePablo Neira Ayuso
2021-07-14netfilter: nf_tables: skip netlink portID validation if zeroPablo Neira Ayuso
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
2021-06-23netfilter: nf_tables: initialize set before expression setupPablo Neira Ayuso
2021-06-10netfilter: nf_tables: missing error reporting for not selected expressionsPablo Neira Ayuso
2021-06-10netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatchesPablo Neira Ayuso
2021-06-10netfilter: nft_ct: skip expectations for confirmed conntrackPablo Neira Ayuso
2021-06-10ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov
2021-06-10netfilter: conntrack: unregister ipv4 sockopts on error unwindFlorian Westphal
2021-06-03netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan
2021-06-03netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-A...Stefano Brivio
2021-05-19netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet
2021-05-19netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso
2021-05-19netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL checkPablo Neira Ayuso
2021-05-19netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso
2021-05-14netfilter: nftables_offload: special ethertype handling for VLANPablo Neira Ayuso
2021-05-14netfilter: nftables_offload: VLAN id needs host byteorder in flow dissectorPablo Neira Ayuso
2021-05-14netfilter: nft_payload: fix C-VLAN offload supportPablo Neira Ayuso
2021-05-07netfilter: conntrack: Make global sysctls readonly in non-init netnsJonathon Reinhart
2021-04-13netfilter: nftables: clone set element expression templatePablo Neira Ayuso
2021-04-13netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal
2021-04-10netfilter: nft_limit: avoid possible divide error in nft_limit_initEric Dumazet
2021-03-31netfilter: conntrack: do not print icmpv6 as unknown via /procPablo Neira Ayuso
2021-03-31netfilter: flowtable: fix NAT IPv6 offload manglingPablo Neira Ayuso
2021-03-18netfilter: nftables: skip hook overlap logic if flowtable is stalePablo Neira Ayuso
2021-03-18netfilter: flowtable: Make sure GC works periodically in idle systemYinjun Zhang
2021-03-18netfilter: nftables: allow to update flowtable flagsPablo Neira Ayuso
2021-03-18netfilter: nftables: report EOPNOTSUPP on unsupported flowtable flagsPablo Neira Ayuso
2021-03-18netfilter: conntrack: Fix gre tunneling over ipv6Ludovic Senecaux
2021-03-15netfilter: ctnetlink: fix dump of the expect mask attributeFlorian Westphal
2021-03-15netfilter: x_tables: Use correct memory barriers.Mark Tomlinson
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson
2021-03-04netfilter: nftables: bogus check for netlink portID with table ownerPablo Neira Ayuso
2021-03-04netfilter: nftables: fix possible double hook unregistration with table ownerPablo Neira Ayuso
2021-03-02netfilter: nftables: disallow updates on table ownershipPablo Neira Ayuso
2021-02-28netfilter: x_tables: gpf inside xt_find_revision()Vasily Averin
2021-02-28netfilter: conntrack: avoid misleading 'invalid' in log messageFlorian Westphal
2021-02-28netfilter: nf_nat: undo erroneous tcp edemux lookupFlorian Westphal
2021-02-28netfilter: conntrack: Remove a double space in a log messageKlemen Košir
2021-02-15netfilter: nftables: introduce table ownershipPablo Neira Ayuso
2021-02-15netfilter: nftables: add helper function to release hooks of one single tablePablo Neira Ayuso
2021-02-15netfilter: nftables: add helper function to release one tablePablo Neira Ayuso
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-09netfilter: nftables: relax check for stateful expressions in set definitionPablo Neira Ayuso
2021-02-09netfilter: conntrack: skip identical origin tuple in same zone onlyFlorian Westphal
2021-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski