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
2020-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
9
-56
/
+207
2020-10-04
netfilter: nf_tables: Implement fast bitwise expression
Phil Sutter
2
-6
/
+147
2020-10-04
netfilter: nf_tables: Enable fast nft_cmp for inverted matches
Phil Sutter
2
-8
/
+8
2020-10-04
netfilter: nfnetlink: place subsys mutexes in distinct lockdep classes
Florian Westphal
1
-1
/
+18
2020-10-04
netfilter: ipset: enable memory accounting for ipset allocations
Vasily Averin
1
-16
/
+1
2020-10-04
netfilter: nf_tables_offload: Remove unused macro FLOW_SETUP_BLOCK
YueHaibing
1
-2
/
+0
2020-10-02
genetlink: move to smaller ops wherever possible
Jakub Kicinski
1
-3
/
+3
2020-09-30
netfilter: nf_tables: add userdata attributes to nft_chain
Jose M. Guisado Gomez
1
-8
/
+25
2020-09-30
netfilter: nf_tables: use nla_memdup to copy udata
Jose M. Guisado Gomez
1
-10
/
+4
2020-09-30
netfilter: nf_tables: fix userdata memleak
Jose M. Guisado Gomez
1
-0
/
+2
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-32
/
+66
2020-09-22
ipvs: Remove unused macros
YueHaibing
1
-3
/
+0
2020-09-22
netfilter: conntrack: proc: rename stat column
Florian Westphal
1
-2
/
+2
2020-09-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
8
-33
/
+95
2020-09-08
netfilter: nf_tables: add userdata support for nft_object
Jose M. Guisado Gomez
1
-8
/
+27
2020-09-08
netfilter: nft_meta: use socket user_ns to retrieve skuid and skgid
Pablo Neira Ayuso
1
-2
/
+2
2020-09-08
netfilter: conntrack: nf_conncount_init is failing with IPv6 disabled
Eelco Chaudron
1
-0
/
+2
2020-09-08
netfilter: ctnetlink: fix mark based dump filtering regression
Martin Willi
1
-16
/
+3
2020-09-08
netfilter: nf_tables: coalesce multiple notifications into one skbuff
Pablo Neira Ayuso
1
-13
/
+57
2020-09-08
netfilter: ctnetlink: add a range check for l3/l4 protonum
Will McVicker
1
-1
/
+2
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
12
-74
/
+140
2020-08-31
ipvs: remove dependency on ip6_tables
Yaroslav Bolyukin
1
-1
/
+0
2020-08-29
netfilter: nft_socket: add wildcard support
Balazs Scheidler
1
-0
/
+27
2020-08-29
netfilter: conntrack: do not auto-delete clash entries on reply
Florian Westphal
2
-17
/
+11
2020-08-28
netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFS
Pablo Neira Ayuso
4
-38
/
+39
2020-08-28
netfilter: delete repeated words
Randy Dunlap
3
-3
/
+3
2020-08-28
netfilter: xt_HMARK: Use ip_is_fragment() helper
YueHaibing
1
-1
/
+1
2020-08-28
netfilter: conntrack: remove unneeded nf_ct_put
Florian Westphal
1
-4
/
+3
2020-08-28
netfilter: conntrack: add clash resolution stat counter
Florian Westphal
3
-6
/
+9
2020-08-28
netfilter: conntrack: remove ignore stats
Florian Westphal
3
-5
/
+2
2020-08-28
netfilter: conntrack: do not increment two error counters at same time
Florian Westphal
1
-4
/
+1
2020-08-28
netfilter: nf_tables: add userdata attributes to nft_table
Jose M. Guisado Gomez
1
-1
/
+21
2020-08-28
ipvs: Fix uninit-value in do_ip_vs_set_ctl()
Peilin Ye
1
-3
/
+4
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-2
/
+2
2020-08-21
netfilter: nf_tables: fix destination register zeroing
Florian Westphal
1
-1
/
+3
2020-08-21
netfilter: nf_tables: add NFTA_SET_USERDATA if not null
Pablo Neira Ayuso
1
-1
/
+2
2020-08-21
netfilter: nft_set_rbtree: Detect partial overlap with start endpoint match
Stefano Brivio
1
-1
/
+33
2020-08-21
netfilter: nft_set_rbtree: Handle outcomes of tree rotations in overlap detec...
Stefano Brivio
1
-9
/
+14
2020-08-20
netfilter: conntrack: allow sctp hearbeat after connection re-use
Florian Westphal
1
-4
/
+35
2020-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-27
/
+20
2020-08-13
netfilter: nf_tables: free chain context when BINDING flag is missing
Florian Westphal
1
-2
/
+4
2020-08-10
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-4
/
+5
2020-08-10
netfilter: nft_compat: remove flush counter optimization
Florian Westphal
1
-23
/
+14
2020-08-10
netfilter: nf_tables: nft_exthdr: the presence return value should be little-...
Stephen Suryaputra
1
-2
/
+2
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
35
-255
/
+554
2020-08-04
Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+115
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-4
/
+4
2020-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
5
-19
/
+43
2020-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
27
-82
/
+137
2020-08-03
netfilter: flowtable: Set offload timeout when adding flow
Roi Dayan
1
-0
/
+2
[next]