index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-20
netfilter: fix netns dependencies with conntrack templates
Pablo Neira Ayuso
1
-1
/
+1
2015-06-23
netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook
Eric W. Biederman
1
-0
/
+2
2015-06-18
netfilter: bridge: split ipv6 code into separated file
Pablo Neira Ayuso
1
-0
/
+60
2015-06-15
netfilter: nf_tables_netdev: unregister hooks on net_device removal
Pablo Neira Ayuso
1
-0
/
+7
2015-06-15
netfilter: nf_tables: attach net_device to basechain
Pablo Neira Ayuso
1
-2
/
+2
2015-05-26
netfilter: nf_tables: allow to bind table to net_device
Pablo Neira Ayuso
1
-0
/
+8
2015-04-13
netfilter: nf_tables: mark stateful expressions
Patrick McHardy
1
-0
/
+4
2015-04-13
netfilter: nf_tables: prepare for expressions associated to set elements
Patrick McHardy
1
-0
/
+7
2015-04-13
netfilter: nf_tables: add helper functions for expression handling
Patrick McHardy
1
-0
/
+13
2015-04-13
netfilter: nf_tables: variable sized set element keys / data
Patrick McHardy
1
-1
/
+4
2015-04-13
netfilter: nf_tables: support variable sized data in nft_data_init()
Patrick McHardy
1
-1
/
+2
2015-04-13
netfilter: nf_tables: switch registers to 32 bit addressing
Patrick McHardy
1
-8
/
+5
2015-04-13
netfilter: nf_tables: add register parsing/dumping helpers
Patrick McHardy
1
-0
/
+3
2015-04-13
netfilter: nf_tables: convert sets to u32 data pointers
Patrick McHardy
1
-2
/
+2
2015-04-13
netfilter: nf_tables: kill nft_data_cmp()
Patrick McHardy
1
-7
/
+0
2015-04-13
netfilter: nf_tables: use struct nft_verdict within struct nft_data
Patrick McHardy
1
-5
/
+2
2015-04-13
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
Patrick McHardy
2
-5
/
+31
2015-04-13
netfilter: nf_tables: introduce nft_validate_register_load()
Patrick McHardy
1
-2
/
+1
2015-04-13
netfilter: nf_tables: kill nft_validate_output_register()
Patrick McHardy
1
-1
/
+0
2015-04-13
netfilter: nf_tables: rename nft_validate_data_load()
Patrick McHardy
1
-3
/
+4
2015-04-13
netfilter: nf_tables: validate len in nft_validate_data_load()
Patrick McHardy
1
-1
/
+1
2015-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pablo Neira Ayuso
5
-47
/
+24
2015-04-08
netfilter: nf_tables: support optional userdata for set elements
Patrick McHardy
1
-0
/
+7
2015-04-08
netfilter: nf_tables: add support for dynamic set updates
Patrick McHardy
2
-0
/
+20
2015-04-08
netfilter: nf_tables: support different set binding types
Patrick McHardy
1
-0
/
+2
2015-04-08
netfilter: nf_tables: prepare set element accounting for async updates
Patrick McHardy
1
-1
/
+3
2015-04-04
netfilter: Pass nf_hook_state through nft_set_pktinfo*().
David S. Miller
3
-10
/
+7
2015-04-04
netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().
David S. Miller
1
-16
/
+8
2015-04-04
netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().
David S. Miller
1
-16
/
+8
2015-04-04
netfilter: Use nf_hook_state in nf_queue_entry.
David S. Miller
1
-5
/
+1
2015-04-01
netfilter: nft_hash: add support for timeouts
Patrick McHardy
1
-0
/
+5
2015-04-01
netfilter: nf_tables: add GC synchronization helpers
Patrick McHardy
1
-0
/
+35
2015-04-01
netfilter: nf_tables: add set garbage collection helpers
Patrick McHardy
1
-0
/
+56
2015-04-01
netfilter: nf_tables: add set element timeout support
Patrick McHardy
1
-0
/
+20
2015-04-01
netfilter: nf_tables: add set timeout API support
Patrick McHardy
1
-0
/
+9
2015-03-26
netfilter: nf_tables: implement set transaction support
Patrick McHardy
1
-7
/
+26
2015-03-26
netfilter: nf_tables: add transaction helper functions
Patrick McHardy
1
-0
/
+28
2015-03-26
netfilter: nf_tables: return set extensions from ->lookup()
Patrick McHardy
1
-1
/
+3
2015-03-26
netfilter: nf_tables: consolide set element destruction
Patrick McHardy
1
-0
/
+2
2015-03-25
netfilter: nf_tables: convert hash and rbtree to set extensions
Patrick McHardy
1
-4
/
+10
2015-03-25
netfilter: nf_tables: add set extensions
Patrick McHardy
1
-0
/
+105
2015-03-25
netfilter: nf_tables: move struct net pointer to base chain
Patrick McHardy
1
-2
/
+2
2015-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+10
2015-03-19
netfilter: restore rule tracing via nfnetlink_log
Pablo Neira Ayuso
1
-0
/
+10
2015-03-12
net: Introduce possible_net_t
Eric W. Biederman
1
-3
/
+2
2015-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2
-2
/
+2
2015-03-10
netfilter: fix sparse warnings in reject handling
Florian Westphal
2
-2
/
+2
2015-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+19
2015-03-06
netfilter: nf_tables: limit maximum table name length to 32 bytes
Pablo Neira Ayuso
1
-1
/
+1
2015-03-06
netfilter: nf_tables: cleanup nf_tables.h
Patrick McHardy
1
-87
/
+87
[next]