index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-24
netfilter: nf_flow_table: track flow tables in nf_flow_table directly
Felix Fietkau
2
-20
/
+18
2018-04-24
netfilter: nf_flow_table: fix priv pointer for netdev hook
Felix Fietkau
1
-1
/
+1
2018-04-24
netfilter: nf_flow_table: move init code to nf_flow_table_core.c
Felix Fietkau
3
-57
/
+70
2018-04-24
netfilter: nf_flow_table: relax mixed ipv4/ipv6 flowtable dependencies
Felix Fietkau
1
-2
/
+1
2018-04-24
netfilter: nf_flow_table: move ipv6 offload hook code to nf_flow_table
Felix Fietkau
1
-0
/
+215
2018-04-24
netfilter: nf_flow_table: move ip header check out of nf_flow_exceeds_mtu
Felix Fietkau
1
-4
/
+2
2018-04-24
netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_table
Felix Fietkau
2
-1
/
+247
2018-04-21
netfilter: nf_flow_table: rename nf_flow_table.c to nf_flow_table_core.c
Felix Fietkau
2
-0
/
+2
2018-04-21
netfilter: nf_flow_table: cache mtu in struct flow_offload_tuple
Felix Fietkau
1
-2
/
+6
2018-04-19
netfilter: nf_flow_table: clean up flow_offload_alloc
Felix Fietkau
1
-59
/
+34
2018-04-19
netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2
Pablo Neira Ayuso
1
-15
/
+21
2018-04-19
netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.
Taehee Yoo
2
-9
/
+14
2018-04-19
netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update
Taehee Yoo
1
-1
/
+1
2018-04-17
ipv6: Count interface receive statistics on the ingress netdev
Stephen Suryaputra
1
-2
/
+3
2018-04-17
netfilter: conntrack: include kmemleak.h for kmemleak_not_leak()
Stephen Rothwell
1
-0
/
+1
2018-04-16
netfilter: nf_tables: free set name in error path
Florian Westphal
1
-3
/
+5
2018-04-16
netfilter: nf_tables: can't fail after linking rule into active rule list
Florian Westphal
1
-27
/
+32
2018-04-16
netfilter: fix CONFIG_NF_REJECT_IPV6=m link error
Arnd Bergmann
1
-0
/
+1
2018-04-16
netfilter: conntrack: silent a memory leak warning
Cong Wang
1
-0
/
+1
2018-04-11
netfilter: xt_connmark: Add bit mapping for bit-shift operation.
Jack Ma
1
-8
/
+11
2018-04-09
ipvs: fix rtnl_lock lockups caused by start_sync_thread
Julian Anastasov
2
-83
/
+80
2018-04-09
netfilter: nf_conntrack_sip: allow duplicate SDP expectations
Florian Westphal
2
-5
/
+16
2018-04-09
ipvs: fix multiplicative hashing in sh/dh/lblc/lblcr algorithms
Vincent Bernat
4
-4
/
+8
2018-04-09
netfilter: ipvs: Add configurations of Maglev hashing
Inju Song
2
-0
/
+38
2018-04-09
netfilter: ipvs: Add Maglev hashing scheduler
Inju Song
1
-0
/
+540
2018-04-09
netfilter: ipvs: Keep latest weight of destination
Inju Song
1
-0
/
+4
2018-04-09
netfilter: ipvs: Fix space before '[' error.
Arvind Yadav
1
-2
/
+2
2018-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-24
/
+84
2018-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
39
-429
/
+1001
2018-03-30
netfilter: Rework xt_TEE netdevice notifier
Kirill Tkhai
1
-27
/
+46
2018-03-30
netfilter: ipset: Use is_zero_ether_addr instead of static and memcmp
Joe Perches
1
-5
/
+2
2018-03-30
netfilter: x_tables: Add note about how to free percpu counters
Ben Hutchings
1
-1
/
+3
2018-03-30
netfilter: Merge assignment with return
Arushi Singhal
2
-5
/
+3
2018-03-30
netfilter: nf_tables: use nft_set_lookup_global from nf_tables_newsetelem()
Pablo Neira Ayuso
1
-11
/
+4
2018-03-30
netfilter: nf_tables: rename to nft_set_lookup_global()
Pablo Neira Ayuso
4
-12
/
+14
2018-03-30
netfilter: nf_tables: enable conntrack if NAT chain is registered
Pablo Neira Ayuso
1
-7
/
+17
2018-03-30
netfilter: nf_tables: build-in filter chain type
Pablo Neira Ayuso
6
-224
/
+407
2018-03-30
netfilter: nf_tables: nft_register_chain_type() returns void
Pablo Neira Ayuso
3
-13
/
+9
2018-03-30
netfilter: nf_tables: rename struct nf_chain_type
Pablo Neira Ayuso
3
-11
/
+11
2018-03-30
netfilter: ebtables: Add string filter
Bernie Harris
1
-0
/
+1
2018-03-29
net: Remove rtnl_lock() in nf_ct_iterate_destroy()
Kirill Tkhai
1
-2
/
+0
2018-03-29
net: Introduce net_rwsem to protect net_namespace_list
Kirill Tkhai
1
-0
/
+2
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
21
-22
/
+0
2018-03-26
net: Use octal not symbolic permissions
Joe Perches
7
-8
/
+8
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-10
/
+45
2018-03-22
netfilter: nf_tables: do not hold reference on netdevice from preparation phase
Pablo Neira Ayuso
1
-15
/
+4
2018-03-22
netfilter: nf_tables: cache device name in flowtable object
Pablo Neira Ayuso
1
-6
/
+9
2018-03-20
netfilter: nf_tables: add missing netlink attrs to policies
Florian Westphal
1
-0
/
+3
2018-03-20
netfilter: ctnetlink: synproxy support
Pablo Neira Ayuso
1
-3
/
+84
2018-03-20
netfilter: nf_tables: permit second nat hook if colliding hook is going away
Florian Westphal
1
-1
/
+63
[prev]
[next]