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
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
70
-506
/
+533
2017-05-01
netfilter: nf_ct_ext: invoke destroy even when ext is not attached
Liping Zhang
1
-6
/
+2
2017-05-01
Merge tag 'ipvs3-for-v4.12' of http://git.kernel.org/pub/scm/linux/kernel/git...
Pablo Neira Ayuso
2
-23
/
+1
2017-05-01
netfilter: nf_queue: only call synchronize_net twice if nf_queue is active
Florian Westphal
4
-22
/
+26
2017-05-01
netfilter: nf_log: don't call synchronize_rcu in nf_log_unset
Florian Westphal
2
-2
/
+1
2017-05-01
netfilter: batch synchronize_net calls during hook unregister
Florian Westphal
1
-6
/
+40
2017-04-28
ipvs: change comparison on sync_refresh_period
Aaron Conole
1
-1
/
+1
2017-04-28
ipvs: remove unused function ip_vs_set_state_timeout
Aaron Conole
1
-22
/
+0
2017-04-26
netfilter: don't attach a nat extension by default
Florian Westphal
1
-6
/
+0
2017-04-26
netfilter: pptp: attach nat extension when needed
Florian Westphal
1
-2
/
+10
2017-04-26
netfilter: conntrack: handle initial extension alloc via krealloc
Florian Westphal
1
-36
/
+15
2017-04-26
netfilter: conntrack: mark extension structs as const
Florian Westphal
8
-9
/
+9
2017-04-26
netfilter: conntrack: remove prealloc support
Florian Westphal
2
-46
/
+4
2017-04-26
ipvs: convert to use pernet nf_hook api
Florian Westphal
1
-10
/
+9
2017-04-19
netfilter: tcp: Use TCP_MAX_WSCALE instead of literal 14
Gao Feng
2
-6
/
+5
2017-04-19
netfilter: ipvs: fix incorrect conflict resolution
Florian Westphal
1
-1
/
+2
2017-04-19
nefilter: eache: reduce struct size from 32 to 24 byte
Florian Westphal
1
-0
/
+3
2017-04-19
netfilter: allow early drop of assured conntracks
Florian Westphal
4
-0
/
+99
2017-04-19
netfilter: conntrack: use u8 for extension sizes again
Florian Westphal
1
-0
/
+33
2017-04-19
netfilter: remove last traces of variable-sized extensions
Florian Westphal
1
-9
/
+7
2017-04-19
netfilter: helpers: remove data_len usage for inkernel helpers
Florian Westphal
8
-28
/
+13
2017-04-19
netfilter: nfnetlink_cthelper: reject too large userspace allocation requests
Florian Westphal
1
-2
/
+8
2017-04-19
netfilter: helper: add build-time asserts for helper data size
Florian Westphal
8
-0
/
+16
2017-04-19
netfilter: nft_ct: allow to set ctnetlink event types of a connection
Florian Westphal
1
-1
/
+24
2017-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-24
/
+61
2017-04-15
netfilter: remove nf_ct_is_untracked
Florian Westphal
9
-27
/
+13
2017-04-15
netfilter: kill the fake untracked conntrack objects
Florian Westphal
6
-75
/
+30
2017-04-15
netfilter: ecache: Refine the nf_ct_deliver_cached_events
Gao Feng
1
-2
/
+2
2017-04-15
netfilter: nf_nat: Fix return NF_DROP in nfnetlink_parse_nat_setup
Gao Feng
1
-1
/
+1
2017-04-15
Merge tag 'ipvs2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Pablo Neira Ayuso
2
-7
/
+4
2017-04-15
ipset: remove unused function __ip_set_get_netlink
Aaron Conole
1
-8
/
+0
2017-04-14
netfilter: nf_conntrack: remove double assignment
Aaron Conole
1
-2
/
+1
2017-04-14
netfilter: nf_tables: remove double return statement
Aaron Conole
1
-2
/
+0
2017-04-13
netfilter: nft_hash: do not dump the auto generated seed
Liping Zhang
1
-3
/
+7
2017-04-13
netfilter: nat: remove rcu_read_lock in __nf_nat_decode_session.
Taehee Yoo
1
-5
/
+2
2017-04-13
netlink: pass extended ACK struct where available
Johannes Berg
2
-2
/
+2
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
14
-62
/
+80
2017-04-13
netlink: extended ACK reporting
Johannes Berg
2
-11
/
+13
2017-04-08
netfilter: nf_ct_expect: use proper RCU list traversal/update APIs
Liping Zhang
2
-5
/
+5
2017-04-08
netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULL
Liping Zhang
1
-0
/
+6
2017-04-08
netfilter: make it safer during the inet6_dev->addr_list traversal
Liping Zhang
2
-1
/
+6
2017-04-08
netfilter: ctnetlink: make it safer when checking the ct helper name
Liping Zhang
1
-5
/
+10
2017-04-08
netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_find
Gao Feng
2
-7
/
+20
2017-04-08
netfilter: ctnetlink: using bit to represent the ct event
Liping Zhang
1
-2
/
+2
2017-04-08
netfilter: xt_TCPMSS: add more sanity tests on tcph->doff
Eric Dumazet
1
-1
/
+5
2017-04-07
netfilter: Remove exceptional & on function name
Arushi Singhal
11
-13
/
+13
2017-04-07
net: netfilter: Use list_{next/prev}_entry instead of list_entry
simran singhal
1
-1
/
+1
2017-04-07
netfilter: Use seq_puts()/seq_putc() where possible
simran singhal
6
-15
/
+15
2017-04-07
netfilter: Remove unnecessary cast on void pointer
simran singhal
5
-11
/
+10
2017-04-07
netfilter: Add nfnl_msg_type() helper function
Pablo Neira Ayuso
10
-27
/
+28
[next]