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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-14
netfilter: x_tables: use pr ratelimiting in all remaining spots
Florian Westphal
3
-4
/
+4
2018-02-14
netfilter: x_tables: rate-limit table mismatch warnings
Florian Westphal
1
-2
/
+2
2018-02-14
netfilter: x_tables: remove pr_info where possible
Florian Westphal
1
-6
/
+4
2018-02-14
netfilter: ipt_CLUSTERIP: fix a refcount bug in clusterip_config_find_get()
Cong Wang
1
-2
/
+6
2018-02-14
netfilter: add back stackpointer size checks
Florian Westphal
2
-1
/
+10
2018-02-08
netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation
Cong Wang
1
-6
/
+6
2018-02-07
netfilter: nf_tables: fix flowtable free
Pablo Neira Ayuso
1
-0
/
+1
2018-02-02
netfilter: flowtable infrastructure depends on NETFILTER_INGRESS
Pablo Neira Ayuso
1
-2
/
+1
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-4
/
+18
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
22
-1494
/
+802
2018-01-31
netfilter: on sockopt() acquire sock lock only in the required scope
Paolo Abeni
1
-1
/
+5
2018-01-31
netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
Dmitry Vyukov
1
-3
/
+13
2018-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
11
-1386
/
+456
2018-01-19
netfilter: remove messages print and boot/module load time
Pablo Neira Ayuso
2
-2
/
+0
2018-01-19
netfilter: nf_nat_snmp_basic: use asn1 decoder library
Taehee Yoo
5
-1192
/
+419
2018-01-19
netfilter: nf_nat_snmp_basic: use nf_ct_helper_log
Taehee Yoo
1
-5
/
+6
2018-01-19
netfilter: nf_nat_snmp_basic: replace ctinfo with dir.
Taehee Yoo
1
-5
/
+2
2018-01-19
netfilter: nf_nat_snmp_basic: remove debug parameter
Taehee Yoo
1
-62
/
+0
2018-01-19
netfilter: nf_nat_snmp_basic: remove useless comment
Taehee Yoo
1
-30
/
+0
2018-01-16
net: delete /proc THIS_MODULE references
Alexey Dobriyan
1
-1
/
+0
2018-01-16
netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdef
Arnd Bergmann
1
-1
/
+3
2018-01-16
netfilter: nf_defrag: mark xt_table structures 'const' again
Arnd Bergmann
1
-5
/
+19
2018-01-11
netfilter: nf_defrag: Skip defrag if NOTRACK is set
Subash Abhinov Kasiviswanathan
2
-2
/
+13
2018-01-11
netfilter: clusterip: make sure arp hooks are available
Florian Westphal
1
-0
/
+1
2018-01-10
netfilter: improve flow table Kconfig dependencies
Arnd Bergmann
1
-1
/
+2
2018-01-10
netfilter: nf_tables: get rid of struct nft_af_info abstraction
Pablo Neira Ayuso
2
-45
/
+4
2018-01-10
netfilter: nf_tables: get rid of pernet families
Pablo Neira Ayuso
2
-64
/
+17
2018-01-10
netfilter: nf_tables: remove nhooks field from struct nft_af_info
Pablo Neira Ayuso
2
-2
/
+0
2018-01-08
netfilter: flow table support for the mixed IPv4/IPv6 family
Pablo Neira Ayuso
1
-1
/
+2
2018-01-08
netfilter: flow table support for IPv4
Pablo Neira Ayuso
3
-0
/
+294
2018-01-08
netfilter: remove defensive check on malformed packets from raw sockets
Pablo Neira Ayuso
8
-59
/
+1
2018-01-08
netfilter: nf_tables: remove hooks from family definition
Pablo Neira Ayuso
2
-11
/
+11
2018-01-08
netfilter: nf_tables: remove multihook chains and families
Pablo Neira Ayuso
2
-2
/
+0
2018-01-08
netfilter: nf_tables_inet: don't use multihook infrastructure anymore
Pablo Neira Ayuso
1
-2
/
+1
2018-01-08
netfilter: nf_tables: explicit nft_set_pktinfo() call from hook path
Pablo Neira Ayuso
4
-4
/
+8
2018-01-08
netfilter: nf_tables_arp: don't set forward chain
Pablo Neira Ayuso
1
-1
/
+0
2018-01-08
netfilter: core: only allow one nat hook per hook point
Florian Westphal
1
-0
/
+4
2018-01-08
netfilter: xtables: add and use xt_request_find_table_lock
Florian Westphal
2
-28
/
+24
2018-01-08
netfilter: don't allocate space for arp/bridge hooks unless needed
Florian Westphal
1
-0
/
+2
2018-01-08
netfilter: conntrack: timeouts can be const
Florian Westphal
1
-1
/
+1
2018-01-08
netfilter: conntrack: l4 protocol trackers can be const
Florian Westphal
1
-1
/
+1
2018-01-08
netfilter: conntrack: constify list of builtin trackers
Florian Westphal
1
-1
/
+1
2018-01-03
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2
-12
/
+2
2017-12-07
netfilter: ipt_CLUSTERIP: fix clusterip_net_exit build regression
Arnd Bergmann
1
-1
/
+1
2017-12-04
netfilter: Remove now-redundant smp_read_barrier_depends()
Paul E. McKenney
2
-12
/
+2
2017-11-20
netfilter: exit_net cleanup check added
Vasily Averin
1
-0
/
+1
2017-11-20
netfilter: remove redundant assignment to e
Colin Ian King
2
-2
/
+0
2017-11-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-17
/
+58
2017-11-06
netfilter: conntrack: don't cache nlattr_tuple_size result in nla_size
Florian Westphal
1
-2
/
+7
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+3
[next]