index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: nft_ct: Remove confirmation check for NFT_CT_ID
Brett Mastbergen
2020-12-09
1
-2
/
+0
*
netfilter: nftables: comment indirect serialization of commit_mutex with rtnl...
Pablo Neira Ayuso
2020-12-08
1
-0
/
+4
*
netfilter: nft_dynset: fix timeouts later than 23 days
Pablo Neira Ayuso
2020-12-08
2
-5
/
+7
*
netfilter: x_tables: Switch synchronization to RCU
Subash Abhinov Kasiviswanathan
2020-12-08
1
-34
/
+15
*
netfilter: nftables_offload: build mask based from the matching bytes
Pablo Neira Ayuso
2020-11-27
3
-29
/
+61
*
netfilter: nftables_offload: set address type in control dissector
Pablo Neira Ayuso
2020-11-27
2
-0
/
+21
*
ipvs: fix possible memory leak in ip_vs_control_net_init
Wang Hai
2020-11-27
1
-6
/
+25
*
netfilter: nf_tables: avoid false-postive lockdep splat
Florian Westphal
2020-11-26
1
-1
/
+2
*
netfilter: ipset: prevent uninit-value in hash_ip6_add
Eric Dumazet
2020-11-26
1
-2
/
+1
*
netfilter: ipset: Update byte and packet counters regardless of whether they ...
Stefano Brivio
2020-10-31
1
-1
/
+2
*
netfilter: nf_tables: missing validation from the abort path
Pablo Neira Ayuso
2020-10-30
2
-9
/
+28
*
netfilter: use actual socket sk rather than skb sk when routing harder
Jason A. Donenfeld
2020-10-30
5
-9
/
+9
*
netfilter: nftables: fix netlink report logic in flowtable and genid
Pablo Neira Ayuso
2020-10-30
1
-2
/
+2
*
netfilter: nf_fwd_netdev: clear timestamp in forwarding path
Pablo Neira Ayuso
2020-10-22
2
-0
/
+2
*
netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...
Saeed Mirzamohammadi
2020-10-20
2
-5
/
+5
*
netfilter: conntrack: connection timeout after re-register
Francesco Ruggeri
2020-10-20
1
-6
/
+13
*
ipvs: adjust the debug info in function set_tcp_state
longguang.yue
2020-10-20
1
-4
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-15
3
-5
/
+32
|
\
|
*
netfilter: nf_log: missing vlan offload tag and proto
Pablo Neira Ayuso
2020-10-14
1
-0
/
+12
|
*
netfilter: nftables: extend error reporting for chain updates
Pablo Neira Ayuso
2020-10-12
1
-5
/
+14
|
*
ipvs: clear skb->tstamp in forwarding path
Julian Anastasov
2020-10-12
1
-0
/
+6
*
|
netfilter: nftables: allow re-computing sctp CRC-32C in 'payload' statements
Davide Caratti
2020-10-15
2
-0
/
+29
*
|
netfilter: restore NF_INET_NUMHOOKS
Pablo Neira Ayuso
2020-10-15
1
-1
/
+1
*
|
netfilter: flowtable: reduce calls to pskb_may_pull()
Pablo Neira Ayuso
2020-10-12
2
-27
/
+30
*
|
netfilter: nf_tables: add inet ingress support
Pablo Neira Ayuso
2020-10-12
2
-8
/
+41
*
|
netfilter: add inet ingress support
Pablo Neira Ayuso
2020-10-12
1
-21
/
+82
*
|
netfilter: add nf_ingress_hook() helper function
Pablo Neira Ayuso
2020-10-12
1
-2
/
+7
*
|
netfilter: add nf_static_key_{inc,dec}
Pablo Neira Ayuso
2020-10-12
1
-6
/
+17
*
|
ipvs: inspect reply packets from DR/TUN real servers
longguang.yue
2020-10-12
2
-15
/
+22
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2020-10-04
9
-56
/
+207
|
\
\
|
*
|
netfilter: nf_tables: Implement fast bitwise expression
Phil Sutter
2020-10-04
2
-6
/
+147
|
*
|
netfilter: nf_tables: Enable fast nft_cmp for inverted matches
Phil Sutter
2020-10-04
2
-8
/
+8
|
*
|
netfilter: nfnetlink: place subsys mutexes in distinct lockdep classes
Florian Westphal
2020-10-04
1
-1
/
+18
|
*
|
netfilter: ipset: enable memory accounting for ipset allocations
Vasily Averin
2020-10-04
1
-16
/
+1
|
*
|
netfilter: nf_tables_offload: Remove unused macro FLOW_SETUP_BLOCK
YueHaibing
2020-10-04
1
-2
/
+0
|
*
|
netfilter: nf_tables: add userdata attributes to nft_chain
Jose M. Guisado Gomez
2020-09-30
1
-8
/
+25
|
*
|
netfilter: nf_tables: use nla_memdup to copy udata
Jose M. Guisado Gomez
2020-09-30
1
-10
/
+4
|
*
|
netfilter: nf_tables: fix userdata memleak
Jose M. Guisado Gomez
2020-09-30
1
-0
/
+2
|
*
|
ipvs: Remove unused macros
YueHaibing
2020-09-22
1
-3
/
+0
|
*
|
netfilter: conntrack: proc: rename stat column
Florian Westphal
2020-09-22
1
-2
/
+2
*
|
|
genetlink: move to smaller ops wherever possible
Jakub Kicinski
2020-10-03
1
-3
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-23
4
-32
/
+66
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
netfilter: nft_meta: use socket user_ns to retrieve skuid and skgid
Pablo Neira Ayuso
2020-09-08
1
-2
/
+2
|
*
netfilter: conntrack: nf_conncount_init is failing with IPv6 disabled
Eelco Chaudron
2020-09-08
1
-0
/
+2
|
*
netfilter: ctnetlink: fix mark based dump filtering regression
Martin Willi
2020-09-08
1
-16
/
+3
|
*
netfilter: nf_tables: coalesce multiple notifications into one skbuff
Pablo Neira Ayuso
2020-09-08
1
-13
/
+57
|
*
netfilter: ctnetlink: add a range check for l3/l4 protonum
Will McVicker
2020-09-08
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2020-09-09
8
-33
/
+95
|
\
\
|
|
/
|
/
|
|
*
netfilter: nf_tables: add userdata support for nft_object
Jose M. Guisado Gomez
2020-09-08
1
-8
/
+27
|
*
ipvs: remove dependency on ip6_tables
Yaroslav Bolyukin
2020-08-31
1
-1
/
+0
[next]