Age | Commit message (Expand) | Author | Files | Lines |
2017-11-22 | treewide: setup_timer() -> timer_setup() | Kees Cook | 4 | -16/+14 |
2017-11-16 | netfilter: add ifdef around ctnetlink_proto_size | Arnd Bergmann | 1 | -0/+2 |
2017-11-16 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -3/+3 |
2017-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 29 | -554/+673 |
2017-11-14 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -22/+23 |
2017-11-09 | netfilter: ipvs: Convert timers to use timer_setup() | Kees Cook | 5 | -22/+23 |
2017-11-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 23 | -538/+647 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 9 | -1/+8 |
2017-11-07 | netfilter: nf_tables: get set elements via netlink | Pablo Neira Ayuso | 4 | -55/+259 |
2017-11-07 | netfilter: nf_tables: performance set policy skips size description in selection | Pablo Neira Ayuso | 1 | -8/+3 |
2017-11-07 | netfilter: conntrack: use power efficient workqueue | Vincent Guittot | 1 | -2/+2 |
2017-11-06 | netfilter: conntrack: move nf_ct_netns_{get,put}() to core | Pablo Neira Ayuso | 2 | -38/+38 |
2017-11-06 | netfilter: conntrack: don't cache nlattr_tuple_size result in nla_size | Florian Westphal | 4 | -9/+21 |
2017-11-06 | netfilter: nft_hash: fix nft_hash_deactivate | Florian Westphal | 1 | -1/+1 |
2017-11-06 | netfilter: xt_connlimit: remove mask argument | Florian Westphal | 1 | -32/+20 |
2017-11-06 | netfilter: ipvs: Fix inappropriate output of procfs | KUWAZAWA Takuya | 1 | -0/+4 |
2017-11-06 | netfilter: ipvs: Use %pS printk format for direct addresses | Helge Deller | 2 | -3/+3 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 9 | -1/+8 |
2017-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 8 | -0/+8 |
2017-10-31 | treewide: Fix function prototypes for module_param_call() | Kees Cook | 3 | -3/+3 |
2017-10-25 | netfilter: nft_set_hash: disable fast_ops for 2-len keys | Anatole Denis | 1 | -1/+0 |
2017-10-25 | locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/... | Mark Rutland | 2 | -3/+3 |
2017-10-24 | netfilter: nf_ct_h323: Out Of Bound Read in Netfilter Conntrack | Eric Sesterhenn | 1 | -0/+1 |
2017-10-24 | netfilter: xt_connlimit: don't store address in the conn nodes | Florian Westphal | 1 | -3/+0 |
2017-10-24 | netfilter: nf_conntrack_h323: Remove typedef struct | Harsha Sharma | 1 | -40/+40 |
2017-10-24 | netfilter: x_tables: make xt_replace_table wait until old rules are not used ... | Florian Westphal | 1 | -3/+18 |
2017-10-24 | netfilter: conntrack: remove pf argument from l4 packet functions | Florian Westphal | 7 | -10/+3 |
2017-10-24 | netfilter: conntrack: add and use nf_ct_l4proto_log_invalid | Florian Westphal | 3 | -28/+37 |
2017-10-24 | netfilter: conntrack: add and use nf_l4proto_log_invalid | Florian Westphal | 5 | -37/+55 |
2017-10-24 | netfilter: nat: use test_and_clear_bit when deleting ct from bysource list | Florian Westphal | 1 | -6/+3 |
2017-10-20 | bpf: Add file mode configuration into bpf maps | Chenbo Feng | 1 | -1/+1 |
2017-10-18 | netfilter: ipset: Convert timers to use timer_setup() | Kees Cook | 6 | -15/+25 |
2017-10-09 | netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1' | Shmulik Ladkani | 1 | -2/+20 |
2017-10-06 | netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_... | Eric Dumazet | 1 | -2/+2 |
2017-10-06 | netfilter: nf_tables: do not dump chain counters if not enabled | Pablo Neira Ayuso | 1 | -1/+1 |
2017-10-04 | netfilter: ipset: deduplicate prefixlen maps | Aaron Conole | 1 | -258/+137 |
2017-10-04 | netfilter: ipset: Fix sparse warnings | Jozsef Kadlecsik | 1 | -1/+1 |
2017-10-04 | netfilter: ipset: Compress return logic | simran singhal | 1 | -4/+1 |
2017-10-03 | netfilter: nf_tables: Release memory obtained by kasprintf | Arvind Yadav | 1 | -1/+3 |
2017-09-29 | netfilter: nf_tables: fix update chain error | JingPiao Chen | 1 | -2/+2 |
2017-09-29 | netfilter: ipset: Fix race between dump and swap | Ross Lagerwall | 1 | -2/+5 |
2017-09-26 | netfilter: ipset: pernet ops must be unregistered last | Florian Westphal | 1 | -9/+13 |
2017-09-26 | netfilter: ipset: Fix adding an IPv4 range containing more than 2^31 addresses | Jozsef Kadlecsik | 10 | -22/+24 |
2017-09-26 | netfilter: xt_socket: Restore mark from full sockets only | Subash Abhinov Kasiviswanathan | 1 | -2/+2 |
2017-09-26 | netfilter: ipvs: full-functionality option for ECN encapsulation in tunnel | Vadim Fedorenko | 1 | -2/+6 |
2017-09-18 | netfilter: ipset: ipset list may return wrong member count for set with timeout | Vishwanath Pai | 1 | -1/+13 |
2017-09-18 | netfilter: nat: Do not use ARRAY_SIZE() on spinlocks to fix zero div | Geert Uytterhoeven | 1 | -6/+6 |
2017-09-08 | netfilter: xt_hashlimit: fix build error caused by 64bit division | Vishwanath Pai | 1 | -5/+7 |
2017-09-08 | netfilter: xt_hashlimit: alloc hashtable with right size | Zhizhou Tian | 1 | -2/+2 |