index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-13
netfilter: nf_tables: switch registers to 32 bit addressing
Patrick McHardy
1
-2
/
+2
2015-04-13
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
Patrick McHardy
3
-14
/
+10
2015-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+3
2015-04-08
netfilter: Fix switch statement warnings with recent gcc.
David Miller
1
-0
/
+2
2015-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pablo Neira Ayuso
17
-140
/
+88
2015-04-08
netfilter: bridge: add helpers for fetching physin/outdev
Florian Westphal
1
-1
/
+3
2015-04-04
netfilter: Pass nf_hook_state through arpt_do_table().
David S. Miller
2
-7
/
+6
2015-04-04
netfilter: Pass nf_hook_state through nft_set_pktinfo*().
David S. Miller
4
-4
/
+4
2015-04-04
netfilter: Pass nf_hook_state through ipt_do_table().
David S. Miller
6
-19
/
+16
2015-04-04
netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().
David S. Miller
3
-37
/
+28
2015-04-04
netfilter: Make nf_hookfn use nf_hook_state.
David S. Miller
14
-100
/
+61
2015-03-31
netlink: implement nla_get_in_addr and nla_get_in6_addr
Jiri Benc
1
-2
/
+2
2015-03-31
netlink: implement nla_put_in_addr and nla_put_in6_addr
Jiri Benc
1
-2
/
+2
2015-03-25
netfilter: Use LOGLEVEL_<FOO> defines
Joe Perches
2
-2
/
+6
2015-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2015-03-19
netfilter: restore rule tracing via nfnetlink_log
Pablo Neira Ayuso
1
-3
/
+3
2015-03-18
netfilter: Remove uses of seq_<foo> return values
Joe Perches
1
-1
/
+3
2015-03-10
netfilter: fix sparse warnings in reject handling
Florian Westphal
1
-1
/
+1
2015-03-06
netfilter: nf_tables: consolidate Kconfig options
Pablo Neira Ayuso
1
-17
/
+21
2015-03-06
netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_cluster
Pablo Neira Ayuso
1
-0
/
+7
2015-03-03
netfilter: reject: don't send icmp error if csum is invalid
Florian Westphal
3
-9
/
+34
2014-12-23
netfilter: nf_tables: fix port natting in little endian archs
leroy christophe
1
-4
/
+4
2014-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
7
-12
/
+119
2014-12-08
Merge branch 'iov_iter' into for-next
Al Viro
2
-26
/
+67
2014-11-27
netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one module
Pablo Neira Ayuso
4
-91
/
+2
2014-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
8
-12
/
+208
2014-11-13
netfilter: fix various sparse warnings
Florian Westphal
3
-10
/
+10
2014-11-10
netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_eval
Daniel Borkmann
1
-0
/
+1
2014-11-05
netfilter: Remove checks of seq_printf() return values
Steven Rostedt (Red Hat)
1
-20
/
+16
2014-11-05
netfilter: Convert print_tuple functions to return void
Joe Perches
3
-12
/
+16
2014-11-05
netfilter: Remove return values for print_conntrack callbacks
Steven Rostedt (Red Hat)
1
-1
/
+4
2014-10-31
netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functions
Pablo Neira Ayuso
1
-26
/
+62
2014-10-30
netfilter: log: protect nf_log_register against double registering
Marcelo Leitner
2
-2
/
+22
2014-10-27
netfilter: nf_tables: add new expression nft_redir
Arturo Borrero
3
-0
/
+87
2014-10-27
netfilter: refactor NAT redirect IPv4 to use it from nf_tables
Arturo Borrero
3
-0
/
+89
2014-10-13
netfilter: nf_tables: restrict nat/masq expressions to nat chain type
Pablo Neira Ayuso
1
-0
/
+1
2014-10-11
netfilter: missing module license in the nf_reject_ipvX modules
Pablo Neira Ayuso
1
-0
/
+3
2014-10-03
netfilter: nft_masq: register/unregister notifiers on module init/exit
Arturo Borrero
1
-23
/
+11
2014-10-02
netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
Pablo Neira Ayuso
2
-2
/
+2
2014-10-02
netfilter: move nf_send_resetX() code to nf_reject_ipvX modules
Pablo Neira Ayuso
3
-0
/
+136
2014-10-02
netfilter: nft_reject: introduce icmp code abstraction for inet and bridge
Pablo Neira Ayuso
1
-1
/
+0
2014-09-12
netfilter: masquerading needs to be independent of x_tables in Kconfig
Pablo Neira Ayuso
1
-12
/
+15
2014-09-12
netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NAT
Pablo Neira Ayuso
1
-10
/
+9
2014-09-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
8
-418
/
+536
2014-09-09
netfilter: nf_tables: add new nft_masq expression
Arturo Borrero
3
-0
/
+96
2014-09-09
netfilter: nf_nat: generalize IPv4 masquerading support for nf_tables
Arturo Borrero
4
-99
/
+170
2014-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-48
/
+56
2014-09-02
netfilter: nft_chain_nat_ipv4: use generic IPv4 NAT code from core
Pablo Neira Ayuso
1
-120
/
+37
2014-09-02
netfilter: nat: move specific NAT IPv4 to core
Pablo Neira Ayuso
2
-199
/
+233
2014-08-23
net: use reciprocal_scale() helper
Daniel Borkmann
1
-1
/
+1
[next]