index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: x_tables: set module owner for icmp(6) matches
Florian Westphal
2018-08-24
1
-0
/
+1
*
netfilter: ipv6: nf_defrag: reduce struct net memory waste
Eric Dumazet
2018-08-24
1
-3
/
+3
*
netfilter: x_tables: initialise match/target check parameter struct
Florian Westphal
2018-07-17
1
-0
/
+1
*
netfilter: x_tables: pack percpu counter allocations
Florian Westphal
2018-03-18
1
-3
/
+6
*
netfilter: x_tables: pass xt_counters struct to counter allocator
Florian Westphal
2018-03-18
1
-4
/
+1
*
netfilter: x_tables: pass xt_counters struct instead of packet counter
Florian Westphal
2018-03-18
1
-3
/
+2
*
netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt
Florian Westphal
2018-03-18
1
-0
/
+4
*
netfilter: add back stackpointer size checks
Florian Westphal
2018-03-18
1
-0
/
+4
*
netfilter: on sockopt() acquire sock lock only in the required scope
Paolo Abeni
2018-02-25
1
-6
/
+12
*
netfilter: fix IS_ERR_VALUE usage
Pablo Neira Ayuso
2018-01-31
1
-2
/
+4
*
netfilter: use fwmark_reflect in nf_send_reset
Pau Espin Pedrol
2018-01-31
1
-0
/
+3
*
netfilter: nf_dup_ipv6: set again FLOWI_FLAG_KNOWN_NH at flowi6_flags
Paolo Abeni
2018-01-31
1
-0
/
+1
*
netfilter: x_tables: speed up jump target validation
Florian Westphal
2018-01-31
1
-21
/
+24
*
Revert "net: fix percpu memory leaks"
Jesper Dangaard Brouer
2017-09-27
1
-9
/
+3
*
netfilter: x_tables: introduce and use xt_copy_counters_from_user
Florian Westphal
2016-06-24
1
-44
/
+5
*
netfilter: x_tables: do compat validation via translate_table
Florian Westphal
2016-06-24
1
-125
/
+23
*
netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
Florian Westphal
2016-06-24
1
-18
/
+9
*
netfilter: ip6_tables: simplify translate_compat_table args
Florian Westphal
2016-06-24
1
-35
/
+24
*
netfilter: x_tables: check for bogus target offset
Florian Westphal
2016-06-24
1
-2
/
+3
*
netfilter: x_tables: add compat version of xt_check_entry_offsets
Florian Westphal
2016-06-24
1
-1
/
+2
*
netfilter: x_tables: kill check_entry helper
Florian Westphal
2016-06-24
1
-12
/
+8
*
netfilter: x_tables: add and use xt_check_entry_offsets
Florian Westphal
2016-06-24
1
-11
/
+1
*
netfilter: x_tables: validate targets of jumps
Florian Westphal
2016-06-24
1
-0
/
+16
*
netfilter: x_tables: don't move to non-existent next rule
Florian Westphal
2016-06-24
1
-0
/
+4
*
netfilter: x_tables: fix unconditional helper
Florian Westphal
2016-06-24
1
-12
/
+11
*
netfilter: x_tables: make sure e->next_offset covers remaining blob size
Florian Westphal
2016-06-24
1
-2
/
+4
*
netfilter: x_tables: validate e->target_offset early
Florian Westphal
2016-06-24
1
-9
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2015-12-14
1
-0
/
+1
|
\
|
*
netfilter: nf_dup: add missing dependencies with NF_CONNTRACK
Pablo Neira Ayuso
2015-12-10
1
-0
/
+1
*
|
ipv6: distinguish frag queues by device for multicast and link-local packets
Michal Kubeček
2015-11-24
1
-2
/
+3
|
/
*
net: fix percpu memory leaks
Eric Dumazet
2015-11-02
1
-3
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-11-01
1
-0
/
+1
|
\
|
*
ipv6: Export nf_ct_frag6_consume_orig()
Joe Stringer
2015-10-27
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-24
1
-0
/
+1
|
\
|
|
*
netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}
Pablo Neira Ayuso
2015-10-01
1
-0
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
2015-10-17
5
-7
/
+6
|
\
\
|
*
|
ipv6: Pass struct net into nf_ct_frag6_gather
Eric W. Biederman
2015-10-12
2
-4
/
+3
|
*
|
ipv4, ipv6: Pass net into ip_local_out and ip6_local_out
Eric W. Biederman
2015-10-08
3
-3
/
+3
|
*
|
ipv6: Merge ip6_local_out and ip6_local_out_sk
Eric W. Biederman
2015-10-08
3
-3
/
+3
*
|
|
netfilter: remove hook owner refcounting
Florian Westphal
2015-10-16
4
-14
/
+0
*
|
|
netfilter: ipv6: pointer cast layout
Ian Morris
2015-10-14
1
-1
/
+1
*
|
|
netfilter: ip6_tables: improve if statements
Ian Morris
2015-10-14
1
-3
/
+3
*
|
|
netfilter: ip6_tables: ternary operator layout
Ian Morris
2015-10-13
1
-2
/
+2
*
|
|
netfilter: ipv6: whitespace around operators
Ian Morris
2015-10-13
3
-5
/
+5
*
|
|
netfilter: ipv6: code indentation
Ian Morris
2015-10-13
3
-6
/
+6
*
|
|
netfilter: ip6_tables: function definition layout
Ian Morris
2015-10-13
1
-3
/
+3
*
|
|
netfilter: ip6_tables: label placement
Ian Morris
2015-10-13
1
-1
/
+1
|
/
/
*
|
ipv6: Pass struct net into ip6_route_me_harder
Eric W. Biederman
2015-09-29
3
-3
/
+3
*
|
netfilter: Use nf_ct_net instead of dev_net(out) in nf_nat_masquerade_ipv6
Eric W. Biederman
2015-09-18
1
-1
/
+1
*
|
netfilter: Pass net into nf_xfrm_me_harder
Eric W. Biederman
2015-09-18
1
-2
/
+2
[next]