index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-03-30
62
-829
/
+1187
|
\
|
*
netfilter: ipset: Use is_zero_ether_addr instead of static and memcmp
Joe Perches
2018-03-30
1
-5
/
+2
|
*
Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...
Florian Westphal
2018-03-30
3
-48
/
+3
|
*
netfilter: x_tables: Add note about how to free percpu counters
Ben Hutchings
2018-03-30
1
-1
/
+3
|
*
netfilter: Merge assignment with return
Arushi Singhal
2018-03-30
2
-5
/
+3
|
*
netfilter: nf_tables: use nft_set_lookup_global from nf_tables_newsetelem()
Pablo Neira Ayuso
2018-03-30
1
-11
/
+4
|
*
netfilter: nf_tables: rename to nft_set_lookup_global()
Pablo Neira Ayuso
2018-03-30
4
-12
/
+14
|
*
netfilter: nf_tables: enable conntrack if NAT chain is registered
Pablo Neira Ayuso
2018-03-30
3
-7
/
+41
|
*
netfilter: nf_tables: build-in filter chain type
Pablo Neira Ayuso
2018-03-30
16
-509
/
+411
|
*
netfilter: nf_tables: nft_register_chain_type() returns void
Pablo Neira Ayuso
2018-03-30
11
-29
/
+29
|
*
netfilter: nf_tables: rename struct nf_chain_type
Pablo Neira Ayuso
2018-03-30
11
-19
/
+19
|
*
netfilter: ebt_stp: Use generic functions for comparisons
Joe Perches
2018-03-30
1
-4
/
+2
|
*
netfilter: ebtables: Add string filter
Bernie Harris
2018-03-30
1
-0
/
+1
|
*
netfilter: ebtables: Add support for specifying match revision
Bernie Harris
2018-03-30
1
-18
/
+29
|
*
netfilter: ebtables: add support for matching IGMP type
Matthias Schiffer
2018-03-20
1
-2
/
+17
|
*
netfilter: ebtables: add support for matching ICMP type and code
Matthias Schiffer
2018-03-20
1
-10
/
+33
|
*
netfilter: ctnetlink: synproxy support
Pablo Neira Ayuso
2018-03-20
3
-5
/
+98
|
*
netfilter: Replace printk() with pr_*() and define pr_fmt()
Arushi Singhal
2018-03-20
8
-26
/
+37
|
*
netfilter: xt_conntrack: Support bit-shifting for CONNMARK & MARK targets.
Jack Ma
2018-03-20
1
-17
/
+60
|
*
netfilter: ebtables: use ADD_COUNTER macro
Taehee Yoo
2018-03-20
1
-11
/
+6
|
*
netfilter: nf_tables: remove VLA usage
Gustavo A. R. Silva
2018-03-20
1
-8
/
+15
|
*
netfilter: nfnetlink_cthelper: Remove VLA usage
Gustavo A. R. Silva
2018-03-20
1
-8
/
+17
|
*
netfilter: cttimeout: remove VLA usage
Gustavo A. R. Silva
2018-03-20
1
-9
/
+17
|
*
netfilter: nft_ct: add NFT_CT_{SRC,DST}_{IP,IP6}
Pablo Neira Ayuso
2018-03-20
1
-0
/
+38
|
*
netfilter: conncount: Support count only use case
Yi-Hung Wei
2018-03-20
1
-2
/
+8
|
*
netfilter: Refactor nf_conncount
Yi-Hung Wei
2018-03-20
2
-5
/
+3
|
*
ipvs: use true and false for boolean values
Gustavo A. R. Silva
2018-03-13
2
-4
/
+4
|
*
netfilter: x_tables: fix build with CONFIG_COMPAT=n
Florian Westphal
2018-03-13
1
-31
/
+31
|
*
netfilter: xt_limit: Spelling s/maxmum/maximum/
Geert Uytterhoeven
2018-03-05
1
-1
/
+1
|
*
netfilter: make xt_rateest hash table per net
Cong Wang
2018-03-05
2
-31
/
+70
|
*
netfilter: x_tables: ensure last rule in base chain matches underflow/policy
Florian Westphal
2018-03-05
3
-3
/
+48
|
*
netfilter: x_tables: make sure compat af mutex is held
Florian Westphal
2018-03-05
1
-0
/
+6
|
*
netfilter: compat: reject huge allocation requests
Florian Westphal
2018-03-05
1
-8
/
+18
|
*
netfilter: compat: prepare xt_compat_init_offsets to return errors
Florian Westphal
2018-03-05
5
-11
/
+31
|
*
netfilter: x_tables: add counters allocation wrapper
Florian Westphal
2018-03-05
4
-3
/
+18
|
*
netfilter: x_tables: limit allocation requests for blob rule heads
Florian Westphal
2018-03-05
1
-0
/
+3
|
*
netfilter: x_tables: cap allocations at 512 mbyte
Florian Westphal
2018-03-05
1
-1
/
+2
|
*
netfilter: x_tables: enforce unique and ascending entry points
Florian Westphal
2018-03-05
1
-1
/
+30
|
*
netfilter: x_tables: move hook entry checks into core
Florian Westphal
2018-03-05
4
-30
/
+38
|
*
netfilter: x_tables: check error target size too
Florian Westphal
2018-03-05
1
-0
/
+23
|
*
netfilter: x_tables: check standard verdicts in core
Florian Westphal
2018-03-05
4
-21
/
+43
|
*
netfilter: unlock xt_table earlier in __do_replace
Xin Long
2018-03-05
3
-3
/
+6
|
*
netfilter: ipt_ah: return boolean instead of integer
Gustavo A. R. Silva
2018-03-05
1
-1
/
+1
|
*
netfilter: nf_conntrack_broadcast: remove useless parameter
Taehee Yoo
2018-03-05
3
-5
/
+6
|
*
netfilter: xt_cluster: get rid of xt_cluster_ipv6_is_multicast
Taehee Yoo
2018-03-05
1
-9
/
+1
|
*
netfilter: nfnetlink_acct: remove useless parameter
Taehee Yoo
2018-03-05
2
-3
/
+2
|
*
netfilter: nf_tables: nf_tables_obj_lookup_byhandle() can be static
kbuild test robot
2018-03-05
1
-4
/
+4
*
|
net: Close race between {un, }register_netdevice_notifier() and setup_net()/c...
Kirill Tkhai
2018-03-30
1
-0
/
+6
*
|
netfilter: Rework xt_TEE netdevice notifier
Kirill Tkhai
2018-03-30
1
-27
/
+46
*
|
xfrm: Register xfrm_dev_notifier in appropriate place
Kirill Tkhai
2018-03-30
2
-3
/
+2
[next]