index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-13
netfilter: fix coding-style errors.
Jeremy Sowden
1
-1
/
+1
2019-04-11
netfilter: x_tables: merge ip and ipv6 masquerade modules
Florian Westphal
1
-1
/
+0
2019-04-08
netfilter: nf_tables: merge route type into core
Florian Westphal
1
-1
/
+0
2019-03-01
netfilter: nf_tables: merge ipv4 and ipv6 nat chain types
Florian Westphal
1
-1
/
+0
2019-03-01
netfilter: nf_tables: nat: merge nft_masq protocol specific modules
Florian Westphal
1
-1
/
+0
2019-03-01
netfilter: nf_tables: nat: merge nft_redir protocol specific modules
Florian Westphal
1
-1
/
+0
2019-02-27
netfilter: nat: merge nf_nat_ipv4,6 into nat core
Florian Westphal
1
-3
/
+0
2019-02-27
netfilter: nat: merge ipv4 and ipv6 masquerade functionality
Florian Westphal
1
-1
/
+0
2018-12-17
netfilter: nat: remove nf_nat_l4proto struct
Florian Westphal
1
-4
/
+1
2018-07-17
netfilter: conntrack: remove l3proto abstraction
Florian Westphal
1
-6
/
+0
2018-06-03
netfilter: Libify xt_TPROXY
Máté Eckl
1
-0
/
+1
2018-05-29
netfilter: nat: merge ipv4/ipv6 masquerade code into main nat module
Florian Westphal
1
-3
/
+1
2018-04-07
kbuild: rename *-asn1.[ch] to *.asn1.[ch]
Masahiro Yamada
1
-2
/
+2
2018-04-07
kbuild: clean up *-asn1.[ch] patterns from top-level Makefile
Masahiro Yamada
1
-1
/
+0
2018-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-03-30
netfilter: nf_tables: build-in filter chain type
Pablo Neira Ayuso
1
-2
/
+0
2018-03-29
netfilter: nf_nat_snmp_basic: add correct dependency to Makefile
Masahiro Yamada
1
-1
/
+1
2018-01-19
netfilter: nf_nat_snmp_basic: use asn1 decoder library
Taehee Yoo
1
-0
/
+6
2018-01-08
netfilter: flow table support for IPv4
Pablo Neira Ayuso
1
-0
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2016-11-01
netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c
Pablo Neira Ayuso
1
-0
/
+2
2016-11-01
netfilter: nf_tables: add fib expression
Florian Westphal
1
-0
/
+1
2016-08-13
netfilter: remove ip_conntrack* sysctl compat code
Pablo Neira Ayuso
1
-5
/
+0
2015-08-07
netfilter: nf_tables: add nft_dup expression
Pablo Neira Ayuso
1
-0
/
+1
2015-08-07
netfilter: factor out packet duplication for IPv4/IPv6
Pablo Neira Ayuso
1
-0
/
+2
2014-11-27
netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one module
Pablo Neira Ayuso
1
-1
/
+0
2014-10-27
netfilter: nf_tables: add new expression nft_redir
Arturo Borrero
1
-0
/
+1
2014-10-27
netfilter: refactor NAT redirect IPv4 to use it from nf_tables
Arturo Borrero
1
-0
/
+1
2014-10-02
netfilter: move nf_send_resetX() code to nf_reject_ipvX modules
Pablo Neira Ayuso
1
-0
/
+3
2014-09-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-0
/
+2
2014-09-09
netfilter: nf_tables: add new nft_masq expression
Arturo Borrero
1
-0
/
+1
2014-09-09
netfilter: nf_nat: generalize IPv4 masquerading support for nf_tables
Arturo Borrero
1
-0
/
+1
2014-08-18
netfilter: move NAT Kconfig switches out of the iptables scope
Pablo Neira Ayuso
1
-1
/
+1
2014-07-25
netfilter: kill remnants of ulog targets
Paul Bolle
1
-1
/
+0
2014-06-27
netfilter: add generic ARP packet logger
Pablo Neira Ayuso
1
-0
/
+1
2014-06-27
netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c files
Pablo Neira Ayuso
1
-0
/
+3
2014-02-06
netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc parts
Patrick McHardy
1
-0
/
+1
2013-12-30
netfilter: nft_reject: support for IPv6 and TCP reset
Eric Leblond
1
-1
/
+0
2013-10-14
netfilter: nf_tables: add ARP filtering support
Pablo Neira Ayuso
1
-0
/
+1
2013-10-14
netfilter: nf_tables: convert built-in tables/chains to chain types
Pablo Neira Ayuso
1
-2
/
+2
2013-10-14
netfilter: add nftables
Patrick McHardy
1
-0
/
+5
2013-08-28
netfilter: add SYNPROXY core/target
Patrick McHardy
1
-0
/
+1
2012-09-21
netfilter: combine ipt_REDIRECT and ip6t_REDIRECT
Jan Engelhardt
1
-1
/
+0
2012-09-21
netfilter: combine ipt_NETMAP and ip6t_NETMAP
Jan Engelhardt
1
-1
/
+0
2012-08-30
netfilter: nf_nat: support IPv6 in TFTP NAT helper
Pablo Neira Ayuso
1
-1
/
+0
2012-08-30
netfilter: nf_nat: support IPv6 in IRC NAT helper
Pablo Neira Ayuso
1
-1
/
+0
2012-08-30
netfilter: nf_nat: support IPv6 in SIP NAT helper
Patrick McHardy
1
-1
/
+0
2012-08-30
netfilter: nf_nat: support IPv6 in amanda NAT helper
Patrick McHardy
1
-1
/
+0
2012-08-30
netfilter: nf_nat: support IPv6 in FTP NAT helper
Patrick McHardy
1
-1
/
+0
2012-08-30
netfilter: add protocol independent NAT core
Patrick McHardy
1
-8
/
+3
[next]