Age | Commit message (Expand) | Author |
2018-02-07 | netfilter: nf_flow_offload: fix use-after-free and a resource leak | Felix Fietkau |
2018-02-07 | netfilter: nf_tables: fix flowtable free | Pablo Neira Ayuso |
2018-02-07 | netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_table | Pablo Neira Ayuso |
2018-02-07 | netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert | Cong Wang |
2018-02-02 | netfilter: nft_flow_offload: no need to flush entries on module removal | Pablo Neira Ayuso |
2018-02-02 | netfilter: nft_flow_offload: wait for garbage collector to run after cleanup | Pablo Neira Ayuso |
2018-02-02 | netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1() | Cong Wang |
2018-02-02 | netfilter: flowtable infrastructure depends on NETFILTER_INGRESS | Pablo Neira Ayuso |
2018-02-02 | netfilter: x_tables: make allocation less aggressive | Michal Hocko |
2018-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-01-31 | netfilter: x_tables: fix pointer leaks to userspace | Dmitry Vyukov |
2018-01-31 | netfilter: ipset: Fix wraparound in hash:*net* types | Jozsef Kadlecsik |
2018-01-30 | Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-01-30 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-01-25 | netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target} | Eric Dumazet |
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 |