index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Lines
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
-2
/
+1
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-512
/
+2909
2019-07-09
netfilter: nf_tables: add hardware offload support
Pablo Neira Ayuso
-7
/
+599
2019-07-09
Merge tag 'docs-5.3' of git://git.lwn.net/linux
Linus Torvalds
-8
/
+8
2019-07-09
Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+1
2019-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-81
/
+100
2019-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-76
/
+472
2019-07-06
netfilter: nf_tables: force module load in case select_ops() returns -EAGAIN
Pablo Neira Ayuso
-0
/
+10
2019-07-05
netfilter: nf_tables: __nft_expr_type_get() selects specific family type
Pablo Neira Ayuso
-5
/
+8
2019-07-05
netfilter: nf_tables: add nft_expr_type_request_module()
Pablo Neira Ayuso
-3
/
+14
2019-07-05
netfilter: nft_meta: move bridge meta keys into nft_meta_bridge
wenxu
-53
/
+29
2019-07-05
ipvs: strip gre tunnel headers from icmp errors
Julian Anastasov
-4
/
+42
2019-07-05
netfilter: nf_tables: Add synproxy support
Fernando Fernandez Mancera
-0
/
+299
2019-07-04
ipvs: allow tunneling with gre encapsulation
Vadim Fedorenko
-3
/
+64
2019-07-04
netfilter: nf_queue: remove unused hook entries pointer
Florian Westphal
-6
/
+4
2019-07-04
netfilter: nf_log: Replace a seq_printf() call by seq_puts() in seq_show()
Markus Elfring
-1
/
+1
2019-07-04
netfilter: rename nf_SYNPROXY.h to nf_synproxy.h
Pablo Neira Ayuso
-1
/
+1
2019-06-29
net: make skb_dst_force return true when dst is refcounted
Florian Westphal
-1
/
+5
2019-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
-80
/
+95
2019-06-28
docs: leds: convert to ReST
Mauro Carvalho Chehab
-1
/
+1
2019-06-28
netfilter: Fix remainder of pseudo-header protocol 0
He Zhe
-4
/
+5
2019-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-1
/
+1
2019-06-26
ipv6: constify rt6_nexthop()
Nicolas Dichtel
-1
/
+1
2019-06-26
netfilter: ctnetlink: Fix regression in conntrack entry deletion
Felix Kaechele
-3
/
+4
2019-06-25
ipvs: fix tinfo memory leak in start_sync_thread
Julian Anastasov
-66
/
+72
2019-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pablo Neira Ayuso
-835
/
+197
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-590
/
+147
2019-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-4
/
+2
2019-06-21
netfilter: nf_tables: add support for matching IPv4 options
Stephen Suryaputra
-0
/
+133
2019-06-21
ipvs: defer hook registration to avoid leaks
Julian Anastasov
-7
/
+14
2019-06-20
netfilter: synproxy: use nf_cookie_v6_check() from core
Pablo Neira Ayuso
-1
/
+1
2019-06-19
netfilter: nf_tables: enable set expiration time for set elements
Laura Garcia Liebana
-7
/
+21
2019-06-19
netfilter: nft_ct: fix null pointer in ct expectations support
Stéphane Veyret
-0
/
+4
2019-06-19
netfilter: synproxy: ensure zero is returned on non-error return path
Colin Ian King
-2
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
-579
/
+142
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484
Thomas Gleixner
-4
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Thomas Gleixner
-3
/
+1
2019-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
-4
/
+2
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-23
/
+3
2019-06-17
netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXY
Fernando Fernandez Mancera
-37
/
+859
2019-06-17
Merge branch 'master' of git://blackhole.kfki.hu/nf-next
Pablo Neira Ayuso
-119
/
+93
2019-06-17
netfilter: xt_owner: bail out with EINVAL in case of unsupported flags
Pablo Neira Ayuso
-0
/
+3
2019-06-17
netfilter: conntrack: small conntrack lookup optimization
Florian Westphal
-12
/
+13
2019-06-17
netfilter: nft_ct: add ct expectations support
Stéphane Veyret
-2
/
+136
2019-06-14
docs: kbuild: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
-8
/
+8
2019-06-10
Update my email address
Jozsef Kadlecsik
-38
/
+38
2019-06-10
ipset: Fix memory accounting for hash types on resize
Stefano Brivio
-1
/
+1
2019-06-10
netfilter: ipset: Fix error path in set_target_v3_checkentry()
Jozsef Kadlecsik
-20
/
+21
2019-06-10
netfilter: ipset: Fix the last missing check of nla_parse_deprecated()
Jozsef Kadlecsik
-4
/
+6
2019-06-10
netfilter: ipset: fix a missing check of nla_parse
Aditya Pakki
-3
/
+7
[next]