- b1fd94e netfilter: use get_random_u32 instead of prandom by Florian Westphal · 2 years, 10 months ago
- aaa7b20 netfilter: nft_meta: extend reduce support to bridge family by Florian Westphal · 3 years ago
- 34cc9e5 netfilter: nf_tables: cancel tracking for clobbered destination registers by Pablo Neira Ayuso · 3 years ago
- 4a80e026 netfilter: nft_meta: cancel register tracking after meta update by Pablo Neira Ayuso · 3 years, 2 months ago
- be5650f netfilter: nft_bitwise: track register operations by Pablo Neira Ayuso · 3 years, 2 months ago
- 9b17afb netfilter: nft_meta: track register operations by Pablo Neira Ayuso · 3 years, 2 months ago
- b5bdc6f netfilter: nf_tables: convert pktinfo->tprot_set to flags field by Pablo Neira Ayuso · 3 years, 4 months ago
- 56fa950 netfilter: nft_meta: add NFT_META_IFTYPE by Pablo Neira Ayuso · 3 years, 5 months ago
- 345023b netfilter: nftables: add nft_parse_register_store() and use it by Pablo Neira Ayuso · 4 years, 1 month ago
- 4f16d25 netfilter: nftables: add nft_parse_register_load() and use it by Pablo Neira Ayuso · 4 years, 1 month ago
- a5d45bc netfilter: nftables_offload: build mask based from the matching bytes by Pablo Neira Ayuso · 4 years, 3 months ago
- 0c92411 netfilter: nft_meta: use socket user_ns to retrieve skuid and skgid by Pablo Neira Ayuso · 4 years, 6 months ago
- 78470d9 netfilter: nft_meta: fix iifgroup matching by Florian Westphal · 4 years, 7 months ago
- c14ceb0 netfilter: nft_meta: add support for slave device ifindex matching by Florian Westphal · 5 years ago
- 01a0fc8 netfilter: nft_meta: place rtclassid handling in a helper by Florian Westphal · 5 years ago
- 6b2faee netfilter: nft_meta: place prandom handling in a helper by Florian Westphal · 5 years ago
- 8724e81 netfilter: nft_meta: move all interface related keys to helper by Florian Westphal · 5 years ago
- a4150a1 netfilter: nft_meta: move interface kind handling to helper by Florian Westphal · 5 years ago
- b1327fb netfilter: nft_meta: move cgroup handling to helper by Florian Westphal · 5 years ago
- 726b44f netfilter: nft_meta: move sk uid/git handling to helper by Florian Westphal · 5 years ago
- 4a54594 netfilter: nft_meta: move pkttype handling to helper by Florian Westphal · 5 years ago
- db8f6f5 netfilter: nft_meta: move time handling to helper by Florian Westphal · 5 years ago
- 8819efc netfilter: nf_tables_offload: allow ethernet interface type only by Pablo Neira Ayuso · 5 years ago
- 6408c40 netfilter: nft_meta: use 64-bit time arithmetic by Arnd Bergmann · 5 years ago
- 25da5eb netfilter: nft_meta: offload support for interface index by Pablo Neira Ayuso · 5 years ago
- 63d10e1 netfilter: nft_meta: support for time matching by Ander Juaristi · 6 years ago
- cb81572 netfilter: nf_tables: Make nft_meta expression more robust by Phil Sutter · 6 years ago
- dfee0e9 netfilter: bridge: make NF_TABLES_BRIDGE tristate by Arnd Bergmann · 6 years ago
- 78e21eb netfilter: nft_meta: skip EAGAIN if nft_meta_bridge is not a module by Pablo Neira Ayuso · 6 years ago
- c9626a2 netfilter: nf_tables: add hardware offload support by Pablo Neira Ayuso · 6 years ago
- 0ef1efd netfilter: nf_tables: force module load in case select_ops() returns -EAGAIN by Pablo Neira Ayuso · 6 years ago
- 30e103f netfilter: nft_meta: move bridge meta keys into nft_meta_bridge by wenxu · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 0fb4d21 netfilter: nft_meta: Add NFT_META_I/OIFKIND meta type by wenxu · 6 years ago
- 7af8f4c net: move secpath_exist helper to sk_buff.h by Florian Westphal · 6 years ago
- b473a1f netfilter: nf_tables: add requirements for connsecmark support by Christian Göttsche · 6 years ago
- fb96194 netfilter: nf_tables: add SECMARK support by Christian Göttsche · 6 years ago
- 222440b netfilter: nf_tables: handle meta/lookup with direct call by Florian Westphal · 7 years ago
- f564650 netfilter: check if the socket netns is correct. by Flavio Leitner · 7 years ago
- 9c54aeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 97a0549 netfilter: nft_meta: fix wrong value dereference in nft_meta_set_eval by Taehee Yoo · 7 years ago
- 8a22543 netfilter: nf_tables: make meta expression builtin by Florian Westphal · 7 years ago
- bd2bbdb netfilter: merge meta_bridge into nft_meta by Florian Westphal · 7 years ago
- 36596da netfilter: nf_tables: add single table list for all families by Pablo Neira Ayuso · 7 years ago
- f6931f5 netfilter: meta: secpath support by Florian Westphal · 7 years ago
- d4ef383 netfilter: Remove exceptional & on function name by Arushi Singhal · 8 years ago
- 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 1059660 netfilter: nf_tables: fix mismatch in big-endian system by Liping Zhang · 8 years ago
- c56e395 netfilter: nf_tables: validate the expr explicitly after init successfully by Liping Zhang · 8 years ago
- f169fd69 netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev family by Liping Zhang · 8 years ago
- 9a6d876 netfilter: pkttype: unnecessary to check ipv6 multicast address by Liping Zhang · 8 years ago
- 0e5a1c7 netfilter: nf_tables: use hook state from xt_action_param structure by Pablo Neira Ayuso · 8 years ago
- 96d9f2a netfilter: nft_meta: permit pkttype mangling in ip/ip6 prerouting by Liping Zhang · 8 years ago
- f20fbc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 8 years ago
- beac5af netfilter: nf_tables: ensure proper initialization of nft_pktinfo fields by Pablo Neira Ayuso · 9 years ago
- 960fa72 netfilter: nft_meta: improve the validity check of pkttype set expr by Liping Zhang · 9 years ago
- de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 8b10cab net: simplify and make pkt_type_ok() available for other users by Jamal Hadi Salim · 9 years ago
- 62131e5 netfilter: nft_meta: set skb->nf_trace appropriately by Liping Zhang · 9 years ago
- b07edbe netfilter: meta: add PRANDOM support by Florian Westphal · 9 years ago
- b4aae75 netfilter: meta: add support for setting skb->pkttype by Florian Westphal · 9 years ago
- a4ec800 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
- e639f7a netfilter: nf_tables: wrap tracing with a static key by Florian Westphal · 9 years ago
- 2a56a1f net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct by Tejun Heo · 9 years ago
- 3aed822 netfilter: nft_meta: use skb_to_full_sk() helper by Eric Dumazet · 9 years ago
- 6aa187f netfilter: nf_tables: kill nft_pktinfo.ops by Eric W. Biederman · 9 years ago
- e181a54 net: #ifdefify sk_classid member of struct sock by Mathias Krause · 10 years ago
- 49499c3 netfilter: nf_tables: switch registers to 32 bit addressing by Patrick McHardy · 10 years ago
- b1c96ed netfilter: nf_tables: add register parsing/dumping helpers by Patrick McHardy · 10 years ago
- fad136e netfilter: nf_tables: convert expressions to u32 register pointers by Patrick McHardy · 10 years ago
- a55e22e netfilter: nf_tables: get rid of NFT_REG_VERDICT usage by Patrick McHardy · 10 years ago
- d07db98 netfilter: nf_tables: introduce nft_validate_register_load() by Patrick McHardy · 10 years ago
- 27e6d20 netfilter: nf_tables: kill nft_validate_output_register() by Patrick McHardy · 10 years ago
- 1ec1021 netfilter: nf_tables: rename nft_validate_data_load() by Patrick McHardy · 10 years ago
- 45d9bcd netfilter: nf_tables: validate len in nft_validate_data_load() by Patrick McHardy · 10 years ago
- c5035c7 netfilter: nft_meta: fix cgroup matching by Pablo Neira Ayuso · 10 years ago
- 14d14a5 netfilter: nft_meta: use raw_smp_processor_id() by Patrick McHardy · 10 years ago
- a839923 netfilter: use sk_fullsock() helper by Eric Dumazet · 10 years ago
- ce67417 netfilter: nft_meta: add cgroup support by Ana Rey · 10 years ago
- 3045d76 netfilter: nf_tables: add devgroup support in meta expresion by Ana Rey · 11 years ago
- afc5be30 netfilter: nft_meta: Add cpu attribute support by Ana Rey · 11 years ago
- e2a093f netfilter: nft_meta: add pkttype support by Ana Rey · 11 years ago
- aa45660 netfilter: nf_tables: Make meta expression core functions public by Tomasz Bursztyka · 11 years ago
- d2caa69 netfilter: nft_meta: split nft_meta_init() into two functions for get/set by Patrick McHardy · 11 years ago
- 06efbd6 netfilter: nft_meta: fix typo "CONFIG_NET_CLS_ROUTE" by Paul Bolle · 11 years ago
- b38895c netfilter: nft_meta: fix lack of validation of the input register by Pablo Neira Ayuso · 11 years ago
- 4566bf2 netfilter: nft_meta: add l4proto support by Patrick McHardy · 11 years ago
- 124edfa netfilter: nf_tables: add nfproto support to meta expression by Patrick McHardy · 11 years ago
- e035b77 netfilter: nf_tables: nft_meta module get/set ops by Arturo Borrero Gonzalez · 11 years ago
- ef1f7df netfilter: nf_tables: expression ops overloading by Patrick McHardy · 11 years ago
- 9651851 netfilter: add nftables by Patrick McHardy · 11 years ago