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
/
bridge
/
netfilter
Age
Commit message (
Expand
)
Author
Lines
2018-01-19
netfilter: remove messages print and boot/module load time
Pablo Neira Ayuso
-2
/
+0
2018-01-10
netfilter: nf_tables: get rid of struct nft_af_info abstraction
Pablo Neira Ayuso
-23
/
+2
2018-01-10
netfilter: nf_tables: get rid of pernet families
Pablo Neira Ayuso
-33
/
+5
2018-01-10
netfilter: nf_tables: remove nhooks field from struct nft_af_info
Pablo Neira Ayuso
-1
/
+0
2018-01-08
netfilter: remove struct nf_afinfo and its helper functions
Pablo Neira Ayuso
-12
/
+4
2018-01-08
netfilter: move reroute indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
-7
/
+0
2018-01-08
netfilter: move route indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
-7
/
+0
2018-01-08
netfilter: remove saveroute indirection in struct nf_afinfo
Pablo Neira Ayuso
-6
/
+0
2018-01-08
netfilter: move checksum_partial indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
-8
/
+0
2018-01-08
netfilter: move checksum indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
-7
/
+0
2018-01-08
netfilter: nf_tables: remove hooks from family definition
Pablo Neira Ayuso
-7
/
+7
2018-01-08
netfilter: nf_tables: remove multihook chains and families
Pablo Neira Ayuso
-1
/
+0
2018-01-08
netfilter: nf_tables: explicit nft_set_pktinfo() call from hook path
Pablo Neira Ayuso
-3
/
+5
2018-01-08
netfilter: don't allocate space for arp/bridge hooks unless needed
Florian Westphal
-0
/
+2
2017-11-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-2
/
+1
2017-11-06
netfilter: ebtables: clean up initialization of buf
Colin Ian King
-2
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
-0
/
+1
2017-09-29
netfilter: ebtables: fix race condition in frame_filter_net_init()
Artem Savkov
-14
/
+15
2017-09-04
net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.
Varsha Rao
-12
/
+8
2017-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-14
/
+9
2017-08-28
bridge: make ebt_table const
Bhumika Goyal
-1
/
+1
2017-08-24
netfilter: ebtables: fix indent on if statements
Colin Ian King
-3
/
+3
2017-08-19
netfilter: use audit_log()
Geliang Tang
-9
/
+4
2017-07-31
netfilter: nf_hook_ops structs can be const
Florian Westphal
-2
/
+2
2017-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
-0
/
+1
2017-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-4
/
+4
2017-06-29
netfilter: ebt_nflog: fix unexpected truncated packet
Liping Zhang
-0
/
+1
2017-06-20
net: manual clean code which call skb_put_[data:zero]
yuan linyu
-4
/
+2
2017-06-19
netfilter: ebt: Use new helper ebt_invalid_target to check target
Gao Feng
-4
/
+4
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
-1
/
+1
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
-4
/
+2
2017-06-16
networking: convert many more places to skb_put_zero()
Johannes Berg
-4
/
+2
2017-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-3
/
+9
2017-05-19
sk_buff: remove support for csum_bad in sk_buff
Davide Caratti
-4
/
+1
2017-05-16
ebtables: arpreply: Add the standard target sanity check
Gao Feng
-0
/
+3
2017-05-15
netfilter: xtables: zero padding in data_to_user
Willem de Bruijn
-3
/
+6
2017-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
-0
/
+20
2017-04-26
ebtables: remove nf_hook_register usage
Florian Westphal
-49
/
+46
2017-04-25
bridge: ebtables: fix reception of frames DNAT-ed to bridge device/port
Linus Lüssing
-0
/
+20
2017-04-07
netfilter: Remove exceptional & on function name
Arushi Singhal
-1
/
+1
2017-04-07
netfilter: Remove unnecessary cast on void pointer
simran singhal
-1
/
+1
2017-03-06
netfilter: nf_tables: validate the expr explicitly after init successfully
Liping Zhang
-5
/
+1
2017-03-06
netfilter: Use pr_cont where appropriate
Joe Perches
-17
/
+17
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
-1
/
+1
2017-02-02
netfilter: allow logging from non-init namespaces
Michal Kubeček
-1
/
+1
2017-01-09
xtables: extend matches and targets with .usersize
Willem de Bruijn
-0
/
+1
2017-01-09
ebtables: use match, target and data copy_to_user helpers
Willem de Bruijn
-31
/
+47
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
-1
/
+1
2016-12-04
netfilter: nf_log: do not assume ethernet header in netdev family
Liping Zhang
-1
/
+2
2016-11-03
netfilter: remove hook_entries field from nf_hook_state
Pablo Neira Ayuso
-1
/
+1
[next]