Age | Commit message (Expand) | Author |
2021-04-26 | netfilter: nfnetlink: consolidate callback types | Pablo Neira Ayuso |
2021-04-26 | netfilter: nfnetlink: pass struct nfnl_info to rcu callbacks | Pablo Neira Ayuso |
2021-04-26 | netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks | Pablo Neira Ayuso |
2021-03-31 | netfilter: add helper function to set up the nfnetlink header and use it | Pablo Neira Ayuso |
2021-01-25 | netfilter: ctnetlink: remove get_ct indirection | Florian Westphal |
2020-08-28 | netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFS | Pablo Neira Ayuso |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook |
2020-03-29 | netfilter: nf_queue: make nf_queue_entry_release_refs static | Florian Westphal |
2020-01-14 | net: netfilter: use skb_list_walk_safe helper for gso segments | Jason A. Donenfeld |
2019-08-13 | netfilter: remove unnecessary spaces | yangxingwu |
2019-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-05-31 | netfilter: replace skb_make_writable with skb_ensure_writable | Florian Westphal |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek |
2019-04-22 | netfilter: never get/set skb->tstamp | Florian Westphal |
2018-12-19 | netfilter: avoid using skb->nf_bridge directly | Florian Westphal |
2018-11-08 | nfnetlink/queue: use __vlan_hwaccel helpers | Michał Mirosław |
2018-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-09-11 | netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEAT | Michal 'vorner' Vaner |
2018-09-10 | net: Add and use skb_mark_not_on_list(). | David S. Miller |
2018-06-18 | netfilter: nf_queue: augment nfqa_cfg_policy | Eric Dumazet |
2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-05-23 | netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracks | Pablo Neira Ayuso |
2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig |
2018-03-20 | netfilter: Replace printk() with pr_*() and define pr_fmt() | Arushi Singhal |
2018-01-19 | netfilter: delete /proc THIS_MODULE references | Alexey Dobriyan |
2018-01-08 | netfilter: core: remove synchronize_net call if nfqueue is used | Florian Westphal |
2017-11-20 | netfilter: exit_net cleanup check added | Vasily Averin |
2017-10-25 | locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/... | Mark Rutland |
2017-07-31 | netfilter: nfnetlink_queue: don't queue dying conntracks to userspace | Florian Westphal |
2017-07-24 | netfilter: Remove duplicated rcu_read_lock. | Taehee Yoo |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2017-06-19 | netfilter: nfnetlink: extended ACK reporting | Pablo Neira Ayuso |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg |
2017-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2017-05-01 | netfilter: nf_queue: only call synchronize_net twice if nf_queue is active | Florian Westphal |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg |
2017-04-07 | netfilter: Remove exceptional & on function name | Arushi Singhal |
2017-04-07 | netfilter: Add nfnl_msg_type() helper function | Pablo Neira Ayuso |
2017-03-29 | netfilter: nfnetlink_queue: fix secctx memory leak | Liping Zhang |
2016-12-25 | ktime: Get rid of the union | Thomas Gleixner |
2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan |
2016-11-03 | netfilter: remove hook_entries field from nf_hook_state | Pablo Neira Ayuso |
2016-11-01 | netfilter: nf_queue: place volatile data in own cacheline | Florian Westphal |
2016-09-25 | netfilter: replace list_head with single linked list | Aaron Conole |
2016-09-24 | netfilter: Remove explicit rcu_read_lock in nf_hook_slow | Aaron Conole |
2016-09-12 | netfilter: Add the missed return value check of register_netdevice_notifier | Gao Feng |
2016-08-09 | netfilter: nfnetlink_queue: reject verdict request from different portid | Liping Zhang |
2016-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |