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-09-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
-7
/
+42
2019-09-26
net: Fix Kconfig indentation
Krzysztof Kozlowski
-4
/
+4
2019-09-25
netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush
Laura Garcia Liebana
-0
/
+35
2019-09-20
netfilter: nf_tables: allow lookups in dynamic sets
Florian Westphal
-5
/
+5
2019-09-20
netfilter: nf_tables_offload: fix always true policy is unset check
Pablo Neira Ayuso
-1
/
+1
2019-09-20
netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use it
Pablo Neira Ayuso
-1
/
+1
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-6
/
+12
2019-09-13
netfilter: conntrack: move code to linux/nf_conntrack_common.h.
Jeremy Sowden
-1
/
+0
2019-09-13
netfilter: remove nf_conntrack_icmpv6.h header.
Jeremy Sowden
-1
/
+0
2019-09-13
netfilter: update include directives.
Jeremy Sowden
-6
/
+15
2019-09-13
netfilter: inline xt_hashlimit, ebt_802_3 and xt_physdev headers
Jeremy Sowden
-3
/
+9
2019-09-13
netfilter: fix coding-style errors.
Jeremy Sowden
-5
/
+5
2019-09-13
netfilter: nf_tables_offload: remove rules when the device unregisters
wenxu
-4
/
+50
2019-09-13
netfilter: nf_tables_offload: refactor the nft_flow_offload_rule function
wenxu
-7
/
+13
2019-09-13
netfilter: nf_tables_offload: refactor the nft_flow_offload_chain function
wenxu
-7
/
+13
2019-09-13
netfilter: nf_tables_offload: add __nft_offload_get_chain function
wenxu
-18
/
+34
2019-09-10
netfilter: nft_{fwd,dup}_netdev: add offload support
Pablo Neira Ayuso
-2
/
+62
2019-09-10
netfilter: nft_synproxy: add synproxy stateful object support
Fernando Fernandez Mancera
-21
/
+122
2019-09-08
netfilter: nf_tables_offload: move indirect flow_block callback logic to core
Pablo Neira Ayuso
-11
/
+21
2019-09-08
netfilter: nf_tables_offload: avoid excessive stack usage
Arnd Bergmann
-7
/
+13
2019-09-08
netfilter: nf_tables: Fix an Oops in nf_tables_updobj() error handling
Dan Carpenter
-3
/
+3
2019-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-21
/
+231
2019-09-05
netfilter: nf_tables: fix possible null-pointer dereference in object update
Fernando Fernandez Mancera
-0
/
+3
2019-09-03
netfilter: nf_flow_table: set default timeout after successful insertion
Pablo Neira Ayuso
-1
/
+1
2019-09-03
netfilter: ctnetlink: honor IPS_OFFLOAD flag
Pablo Neira Ayuso
-2
/
+5
2019-09-03
netfilter: nft_fib_netdev: Terminate rule eval if protocol=IPv6 and ipv6 modu...
Leonardo Bras
-0
/
+3
2019-09-03
netfilter: nft_quota: add quota object update support
Fernando Fernandez Mancera
-7
/
+22
2019-09-03
netfilter: nf_tables: Introduce stateful object update operation
Fernando Fernandez Mancera
-7
/
+71
2019-09-02
netfilter: nft_socket: fix erroneous socket assignment
Fernando Fernandez Mancera
-3
/
+3
2019-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-6
/
+10
2019-08-29
netfilter: nf_flow_table: clear skb tstamp before xmit
Florian Westphal
-1
/
+2
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-11
/
+31
2019-08-27
netfilter: not mark a spinlock as __read_mostly
Li RongQing
-3
/
+2
2019-08-27
netfilter: conntrack: make sysctls per-namespace again
Florian Westphal
-0
/
+5
2019-08-27
netfilter: nft_dynset: support for element deletion
Ander Juaristi
-0
/
+25
2019-08-27
netfilter: nf_conntrack_ftp: Fix debug output
Thomas Jarosch
-1
/
+1
2019-08-27
netfilter: xt_physdev: Fix spurious error message in physdev_mt_check
Todd Seidelmann
-4
/
+2
2019-08-26
netfilter: nfnetlink_log: add support for VLAN information
Michael Braun
-0
/
+57
2019-08-26
netfilter: nft_meta: support for time matching
Ander Juaristi
-0
/
+46
2019-08-26
netfilter: nf_tables: Introduce new 64-bit helper register functions
Ander Juaristi
-4
/
+5
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-31
/
+116
2019-08-19
netfilter: xt_nfacct: Fix alignment mismatch in xt_nfacct_match_info
Juliana Rodrigueiro
-11
/
+25
2019-08-19
netfilter: nft_flow_offload: missing netlink attribute policy
Pablo Neira Ayuso
-0
/
+6
2019-08-18
netfilter: nf_tables: map basechain priority to hardware priority
Pablo Neira Ayuso
-3
/
+18
2019-08-14
netfilter: nft_bitwise: Adjust parentheses to fix memcmp size argument
Nathan Chancellor
-2
/
+2
2019-08-14
netfilter: nft_flow_offload: skip tcp rst and fin packets
Pablo Neira Ayuso
-3
/
+6
2019-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
-87
/
+113
2019-08-13
netfilter: conntrack: Use consistent ct id hash calculation
Dirk Morris
-8
/
+8
2019-08-13
netfilter: connlabels: prefer static lock initialiser
Florian Westphal
-2
/
+1
2019-08-13
netfilter: nf_nat_proto: make tables static
Valdis Klētnieks
-2
/
+2
[next]