index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-24
netfilter: nft_set_bitmap: free dummy elements when destroy the set
Liping Zhang
1
-0
/
+5
2017-04-24
netfilter: nf_ct_helper: permit cthelpers with different names via nfnetlink
Liping Zhang
1
-5
/
+21
2017-04-24
netfilter: xt_CT: fix refcnt leak on error path
Gao Feng
1
-2
/
+9
2017-04-23
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-4
/
+4
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-18
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
Paul E. McKenney
1
-4
/
+4
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
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
4
-36
/
+37
2017-04-06
netfilter: nf_ct_expect: Add nf_ct_remove_expect()
Gao Feng
3
-24
/
+19
2017-04-06
netfilter: expect: Make sure the max_expected limit is effective
Gao Feng
3
-0
/
+15
2017-04-06
netfilter: nf_tables: add nft_is_base_chain() helper
Pablo Neira Ayuso
3
-21
/
+22
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-112
/
+204
2017-03-30
ipvs: remove unused variable
Arushi Singhal
1
-4
/
+1
2017-03-30
netfilter: ipvs: Replace kzalloc with kcalloc.
Varsha Rao
1
-2
/
+2
[prev]
[next]