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
2014-01-09
netfilter: nf_tables: restore chain change atomicity
Patrick McHardy
1
-22
/
+21
2014-01-09
netfilter: nf_tables: split chain policy validation from actually setting it
Patrick McHardy
1
-36
/
+20
2014-01-09
netfilter: nft_meta: fix lack of validation of the input register
Pablo Neira Ayuso
1
-0
/
+3
2014-01-09
netfilter: nft_ct: Add support to set the connmark
Kristian Evensen
1
-30
/
+134
2014-01-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
7
-10
/
+18
2014-01-07
netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INET
Patrick McHardy
1
-3
/
+36
2014-01-07
netfilter: nft_meta: add l4proto support
Patrick McHardy
1
-0
/
+4
2014-01-07
netfilter: nf_tables: add nfproto support to meta expression
Patrick McHardy
1
-0
/
+4
2014-01-07
netfilter: nf_tables: add "inet" table for IPv4/IPv6
Patrick McHardy
3
-0
/
+106
2014-01-07
netfilter: nf_tables: add support for multi family tables
Patrick McHardy
2
-24
/
+33
2014-01-07
netfilter: nf_tables: add hook ops to struct nft_pktinfo
Patrick McHardy
3
-5
/
+5
2014-01-07
netfilter: nf_tables: make chain types override the default AF functions
Patrick McHardy
1
-5
/
+5
2014-01-07
netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabled
Pablo Neira Ayuso
1
-1
/
+2
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
1
-55
/
+4
2014-01-06
net: Export skb_zerocopy() to zerocopy from one skb to another
Thomas Graf
1
-55
/
+4
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-8
/
+33
2014-01-06
netfilter: Fix build failure in nfnetlink_queue_core.c.
David S. Miller
1
-0
/
+1
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
9
-227
/
+565
2014-01-06
netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages
Daniel Borkmann
1
-3
/
+3
2014-01-06
netfilter: only warn once on wrong seqadj usage
Jesper Dangaard Brouer
1
-1
/
+1
2014-01-06
netfilter: nf_conntrack_dccp: use %s format string for buffer
Daniel Borkmann
1
-2
/
+2
2014-01-06
netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helper
Daniel Borkmann
1
-5
/
+27
2014-01-06
Revert "netfilter: avoid get_random_bytes calls"
Pablo Neira Ayuso
6
-5
/
+13
2014-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
19
-72
/
+267
2014-01-04
netfilter: nf_tables: dump sets in all existing families
Pablo Neira Ayuso
1
-9
/
+78
2014-01-03
netfilter: x_tables: lightweight process control group matching
Daniel Borkmann
3
-0
/
+82
2014-01-03
netfilter: xt_CT: fix error value in xt_ct_tg_check()
Eric Leblond
1
-1
/
+3
2014-01-03
netfilter: nf_conntrack: remove dead code
stephen hemminger
2
-21
/
+0
2014-01-03
netfilter: ipset: remove unused code
stephen hemminger
1
-28
/
+0
2014-01-03
netfilter: nf_nat: add full port randomization support
Daniel Borkmann
2
-6
/
+8
2014-01-03
netfilter: nf_tables: remove unused variable in nf_tables_dump_set()
Michal Nazarewicz
1
-3
/
+2
2014-01-03
netfilter: nf_tables: fix type in parsing in nf_tables_set_alloc_name()
Daniel Borkmann
1
-3
/
+6
2014-01-01
netfilter: add help information to new nf_tables Kconfig options
Pablo Neira Ayuso
1
-0
/
+42
2013-12-30
netfilter: nft_reject: support for IPv6 and TCP reset
Eric Leblond
3
-0
/
+151
2013-12-29
netfilter: select NFNETLINK when enabling NF_TABLES
Eric Leblond
1
-1
/
+1
2013-12-28
netfilter: nf_tables: fix wrong datatype in nft_validate_data_load()
Pablo Neira Ayuso
1
-1
/
+3
2013-12-28
netfilter: nf_tables: remove nft_meta_target
Pablo Neira Ayuso
2
-118
/
+0
2013-12-28
netfilter: nf_tables: nft_meta module get/set ops
Arturo Borrero Gonzalez
1
-23
/
+123
2013-12-28
netfilter: nf_tables: fix oops when updating table with user chains
Pablo Neira Ayuso
1
-2
/
+10
2013-12-28
netfilter: nf_tables: fix dumping with large number of sets
Pablo Neira Ayuso
1
-3
/
+7
2013-12-27
ipvs: correct usage/allocation of seqadj ext in ipvs
Jesper Dangaard Brouer
1
-0
/
+6
2013-12-27
netfilter: WARN about wrong usage of sequence number adjustments
Jesper Dangaard Brouer
1
-0
/
+5
2013-12-27
ipvs: Remove unused variable ret from sync_thread_master()
Geert Uytterhoeven
1
-1
/
+4
2013-12-24
netfilter: add IPv4/6 IPComp extension match support
fan.du
3
-0
/
+121
2013-12-21
netfilter: nfnetlink_queue: enable UID/GID socket info retrieval
Valentina Giusti
1
-0
/
+34
2013-12-20
netfilter: nf_ct_timestamp: Fix BUG_ON after netns deletion
Helmut Schaa
1
-1
/
+0
2013-12-20
netfilter: nft_exthdr: call ipv6_find_hdr() with explicitly initialized offset
Daniel Borkmann
1
-1
/
+1
2013-12-20
netfilter: ctnetlink: honor CTA_MARK_MASK when setting ctmark
Florian Westphal
1
-2
/
+10
2013-12-20
netfilter: avoid get_random_bytes calls
Florian Westphal
6
-13
/
+5
2013-12-19
Merge branch 'master' into for-next
Jiri Kosina
77
-2070
/
+10307
[prev]
[next]