Age | Commit message (Expand) | Author |
2018-01-19 | netfilter: remove messages print and boot/module load time | Pablo Neira Ayuso |
2018-01-19 | netfilter: nf_tables: set flowtable priority and hooknum field | Pablo Neira Ayuso |
2018-01-19 | netfilter: delete /proc THIS_MODULE references | Alexey Dobriyan |
2018-01-19 | netfilter: nf_tables: Fix trailing semicolon | Luis de Bethencourt |
2018-01-19 | netfilter: return booleans instead of integers | Gustavo A. R. Silva |
2018-01-19 | netfilter: nf_tables: allocate handle and delete objects via handle | Harsha Sharma |
2018-01-16 | netfilter: x_tables: don't return garbage pointer on modprobe failure | Florian Westphal |
2018-01-16 | netfilter: nf_tables: flow_offload depends on flow_table | Arnd Bergmann |
2018-01-10 | netfilter: improve flow table Kconfig dependencies | Arnd Bergmann |
2018-01-10 | netfilter: core: return EBUSY in case NAT hook is already in use | Pablo Neira Ayuso |
2018-01-10 | netfilter: remove duplicated include | Wei Yongjun |
2018-01-10 | netfilter: core: make local function __nf_unregister_net_hook static | Wei Yongjun |
2018-01-10 | netfilter: nf_tables: fix a typo in nf_tables_getflowtable() | Wei Yongjun |
2018-01-10 | netfilter: x_tables: unbreak module auto loading | Florian Westphal |
2018-01-10 | netfilter: nf_tables: get rid of struct nft_af_info abstraction | Pablo Neira Ayuso |
2018-01-10 | netfilter: nf_tables: get rid of pernet families | Pablo Neira Ayuso |
2018-01-10 | netfilter: nf_tables: add single table list for all families | Pablo Neira Ayuso |
2018-01-10 | netfilter: nf_tables: remove struct nft_af_info parameter in nf_tables_chain_... | Pablo Neira Ayuso |
2018-01-10 | netfilter: nf_tables: no need for struct nft_af_info to enable/disable table | Pablo Neira Ayuso |
2018-01-10 | netfilter: nf_tables: remove flag field from struct nft_af_info | Pablo Neira Ayuso |
2018-01-10 | netfilter: nf_tables: remove nhooks field from struct nft_af_info | Pablo Neira Ayuso |
2018-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-01-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-01-08 | netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex... | Jozsef Kadlecsik |
2018-01-08 | netfilter: ipset: Fix "don't update counters" mode when counters used at the ... | Jozsef Kadlecsik |
2018-01-08 | netfilter: ipset: use swap macro instead of _manually_ swapping values | Gustavo A. R. Silva |
2018-01-08 | netfilter: nf_tables: flow offload expression | Pablo Neira Ayuso |
2018-01-08 | netfilter: flow table support for the mixed IPv4/IPv6 family | Pablo Neira Ayuso |
2018-01-08 | netfilter: add generic flow table infrastructure | Pablo Neira Ayuso |
2018-01-08 | netfilter: nf_tables: add flow table netlink frontend | Pablo Neira Ayuso |
2018-01-08 | netfilter: nf_conntrack: add IPS_OFFLOAD status bit | Pablo Neira Ayuso |
2018-01-08 | netfilter: nf_tables: remove nft_dereference() | Pablo Neira Ayuso |
2018-01-08 | netfilter: remove defensive check on malformed packets from raw sockets | Pablo Neira Ayuso |
2018-01-08 | netfilter: meta: secpath support | Florian Westphal |
2018-01-08 | netfilter: remove struct nf_afinfo and its helper functions | Pablo Neira Ayuso |
2018-01-08 | netfilter: remove route_key_size field in struct nf_afinfo | Pablo Neira Ayuso |
2018-01-08 | netfilter: move reroute indirection to struct nf_ipv6_ops | Pablo Neira Ayuso |
2018-01-08 | netfilter: move route indirection to struct nf_ipv6_ops | Pablo Neira Ayuso |
2018-01-08 | netfilter: remove saveroute indirection in struct nf_afinfo | Pablo Neira Ayuso |
2018-01-08 | netfilter: move checksum_partial indirection to struct nf_ipv6_ops | Pablo Neira Ayuso |
2018-01-08 | netfilter: move checksum indirection to struct nf_ipv6_ops | Pablo Neira Ayuso |
2018-01-08 | netfilter: connlimit: split xt_connlimit into front and backend | Florian Westphal |
2018-01-08 | netfilter: nf_tables: remove hooks from family definition | Pablo Neira Ayuso |
2018-01-08 | netfilter: nf_tables: remove multihook chains and families | Pablo Neira Ayuso |
2018-01-08 | netfilter: nf_tables_inet: don't use multihook infrastructure anymore | Pablo Neira Ayuso |
2018-01-08 | netfilter: core: support for NFPROTO_INET hook registration | Pablo Neira Ayuso |
2018-01-08 | netfilter: core: pass family as parameter to nf_remove_net_hook() | Pablo Neira Ayuso |
2018-01-08 | netfilter: core: pass hook number, family and device to nf_find_hook_list() | Pablo Neira Ayuso |
2018-01-08 | netfilter: core: add nf_remove_net_hook | Pablo Neira Ayuso |
2018-01-08 | netfilter: nf_tables: add nft_set_is_anonymous() helper | Pablo Neira Ayuso |