index
:
drm/drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
8
-28
/
+53
2020-01-08
netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present
Florian Westphal
1
-1
/
+2
2020-01-08
netfilter: conntrack: dccp, sctp: handle null timeout argument
Florian Westphal
2
-0
/
+6
2020-01-06
netfilter: flowtable: add nf_flowtable_time_stamp
Pablo Neira Ayuso
3
-10
/
+5
2020-01-05
netfilter: nf_tables: unbind callbacks from flowtable destroy path
Pablo Neira Ayuso
1
-2
/
+6
2020-01-05
netfilter: nf_flow_table_offload: fix the nat port mangle.
wenxu
1
-8
/
+16
2020-01-05
netfilter: nf_flow_table_offload: check the status of dst_neigh
wenxu
1
-2
/
+14
2020-01-05
netfilter: nf_flow_table_offload: fix incorrect ethernet dst address
wenxu
1
-2
/
+4
2020-01-05
netfilter: nft_flow_offload: fix underflow in flowtable reference counter
wenxu
1
-3
/
+0
2019-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-4
/
+4
2019-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-142
/
+352
2019-12-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-3
/
+3
2019-12-26
netfilter: nft_meta: add support for slave device ifindex matching
Florian Westphal
1
-7
/
+69
2019-12-26
netfilter: nft_meta: place rtclassid handling in a helper
Florian Westphal
1
-6
/
+16
2019-12-26
netfilter: nft_meta: place prandom handling in a helper
Florian Westphal
1
-4
/
+9
2019-12-26
netfilter: nft_meta: move all interface related keys to helper
Florian Westphal
1
-25
/
+70
2019-12-26
netfilter: nft_meta: move interface kind handling to helper
Florian Westphal
1
-6
/
+25
2019-12-26
netfilter: nft_meta: move cgroup handling to helper
Florian Westphal
1
-5
/
+15
2019-12-26
netfilter: nft_meta: move sk uid/git handling to helper
Florian Westphal
1
-29
/
+36
2019-12-26
netfilter: nft_meta: move pkttype handling to helper
Florian Westphal
1
-39
/
+51
2019-12-26
netfilter: nft_meta: move time handling to helper
Florian Westphal
1
-6
/
+22
2019-12-24
net: add bool confirm_neigh parameter for dst_ops.update_pmtu
Hangbin Liu
1
-1
/
+1
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
10
-54
/
+106
2019-12-20
netfilter: nft_tproxy: Fix port selector on Big Endian
Phil Sutter
1
-2
/
+2
2019-12-20
netfilter: nf_flow_table: fix big-endian integer overflow
Arnd Bergmann
1
-1
/
+1
2019-12-17
netfilter: conntrack: remove two export symbols
Florian Westphal
2
-2
/
+0
2019-12-17
netfilter: nft_tunnel: add the missing nla_nest_cancel()
Xin Long
1
-12
/
+26
2019-12-17
netfilter: nft_tunnel: also dump OPTS_ERSPAN/VXLAN
Xin Long
1
-1
/
+9
2019-12-17
netfilter: nft_tunnel: also dump ERSPAN_VERSION
Xin Long
1
-0
/
+3
2019-12-17
netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policy
Xin Long
1
-1
/
+2
2019-12-17
netfilter: nft_tunnel: no need to call htons() when dumping ports
Xin Long
1
-2
/
+2
2019-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
10
-54
/
+106
2019-12-09
netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle()
Pablo Neira Ayuso
1
-31
/
+28
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
8
-17
/
+17
2019-12-09
netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actions
Pablo Neira Ayuso
1
-0
/
+3
2019-12-09
netfilter: nf_tables: skip module reference count bump on object updates
Pablo Neira Ayuso
1
-1
/
+1
2019-12-09
netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()
Pablo Neira Ayuso
4
-3
/
+21
2019-12-09
netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_END
Pablo Neira Ayuso
1
-3
/
+9
2019-12-09
netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named ...
Pablo Neira Ayuso
1
-5
/
+16
2019-12-07
netfilter: nf_queue: enqueue skbs with NULL dst
Marco Oliverio
1
-1
/
+1
2019-12-06
net: core: rename indirect block ingress cb function
John Hurley
1
-3
/
+3
2019-12-02
netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER event
wenxu
1
-0
/
+3
2019-11-30
netfilter: nf_flow_table_offload: add IPv6 match description
Pablo Neira Ayuso
1
-1
/
+11
2019-11-30
netfilter: conntrack: tell compiler to not inline nf_ct_resolve_clash
Florian Westphal
1
-3
/
+4
2019-11-30
netfilter: nf_flow_table_offload: Don't use offset uninitialized in flow_offl...
Nathan Chancellor
1
-2
/
+2
2019-11-30
netfilter: nf_flow_table_offload: Fix block_cb tc_setup_type as TC_SETUP_CLSF...
wenxu
1
-3
/
+3
2019-11-30
netfilter: nf_flow_table_offload: Fix block setup as TC_SETUP_FT cmd
wenxu
1
-1
/
+1
2019-11-29
netfilter: ctnetlink: netns exit must wait for callbacks
Florian Westphal
1
-0
/
+3
2019-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+1
2019-11-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+3
[next]