index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
call-graph-from-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-01
netfilter: nf_queue: only call synchronize_net twice if nf_queue is active
Florian Westphal
5
-24
/
+27
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
2
-24
/
+0
2017-04-26
netfilter: don't attach a nat extension by default
Florian Westphal
4
-13
/
+3
2017-04-26
netfilter: pptp: attach nat extension when needed
Florian Westphal
2
-6
/
+31
2017-04-26
netfilter: masquerade: attach nat extension if not present
Florian Westphal
2
-3
/
+7
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
9
-11
/
+11
2017-04-26
netfilter: conntrack: remove prealloc support
Florian Westphal
3
-52
/
+4
2017-04-26
netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshaking
Gao Feng
2
-13
/
+28
2017-04-26
ebtables: remove nf_hook_register usage
Florian Westphal
5
-51
/
+50
2017-04-26
netfilter: decnet: only register hooks in init namespace
Florian Westphal
1
-2
/
+2
2017-04-26
ipvs: convert to use pernet nf_hook api
Florian Westphal
1
-10
/
+9
2017-04-26
netfilter: synproxy: only register hooks when needed
Florian Westphal
3
-68
/
+80
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
3
-2
/
+8
2017-04-19
netfilter: allow early drop of assured conntracks
Florian Westphal
5
-0
/
+102
2017-04-19
netfilter: conntrack: use u8 for extension sizes again
Florian Westphal
2
-2
/
+35
2017-04-19
netfilter: remove last traces of variable-sized extensions
Florian Westphal
2
-16
/
+8
2017-04-19
netfilter: helpers: remove data_len usage for inkernel helpers
Florian Westphal
9
-33
/
+19
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
9
-1
/
+20
2017-04-19
netfilter: conntrack: move helper struct to nf_conntrack_helper.h
Florian Westphal
2
-19
/
+17
2017-04-19
netfilter: nft_ct: allow to set ctnetlink event types of a connection
Florian Westphal
2
-1
/
+26
2017-04-15
netfilter: remove nf_ct_is_untracked
Florian Westphal
16
-49
/
+17
2017-04-15
netfilter: kill the fake untracked conntrack objects
Florian Westphal
12
-97
/
+39
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
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: nat: remove rcu_read_lock in __nf_nat_decode_session.
Taehee Yoo
1
-5
/
+2
2017-04-09
netfilter: udplite: Remove duplicated udplite4/6 declaration
Gao Feng
2
-2
/
+0
2017-04-08
netfilter: ip6_tables: Remove unneccessary comments
Arushi Singhal
1
-9
/
+0
2017-04-07
netfilter: Remove exceptional & on function name
Arushi Singhal
14
-16
/
+16
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
9
-49
/
+35
2017-04-07
netfilter: Add nfnl_msg_type() helper function
Pablo Neira Ayuso
11
-27
/
+33
2017-04-06
netfilter: ctnetlink: Expectations must have a conntrack helper area
Gao Feng
1
-19
/
+8
2017-04-06
netfilter: nat: avoid use of nf_conn_nat extension
Florian Westphal
2
-15
/
+5
2017-04-06
netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns boolean
Gao Feng
6
-64
/
+65
2017-04-06
netfilter: nf_ct_expect: Add nf_ct_remove_expect()
Gao Feng
4
-24
/
+20
2017-04-06
netfilter: expect: Make sure the max_expected limit is effective
Gao Feng
4
-0
/
+16
2017-04-06
netfilter: nf_tables: add nft_is_base_chain() helper
Pablo Neira Ayuso
4
-21
/
+27
2017-04-05
nfp: fix potential use after free on xdp prog
Jakub Kicinski
1
-1
/
+2
2017-04-05
bonding: attempt to better support longer hw addresses
Jarod Wilson
4
-68
/
+108
[next]