index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-22
ipv6: automatically enable stable privacy mode if stable_secret set
Hannes Frederic Sowa
1
-0
/
+6
2016-01-22
net: fix IP early demux races
Eric Dumazet
1
-2
/
+1
2016-01-22
net: add validation for the socket syscall protocol argument
Hannes Frederic Sowa
1
-0
/
+3
2016-01-22
ipv6: keep existing flags when setting IFA_F_OPTIMISTIC
Bjørn Mork
1
-1
/
+1
2016-01-22
gre6: allow to update all parameters via rtnl
Nicolas Dichtel
1
-5
/
+3
2015-12-14
ipv6: add complete rcu protection around np->opt
Eric Dumazet
9
-36
/
+74
2015-12-14
ipv6: distinguish frag queues by device for multicast and link-local packets
Michal Kubeček
2
-5
/
+10
2015-12-14
net: ip6mr: fix static mfc/dev leaks on table destruction
Nikolay Aleksandrov
1
-7
/
+8
2015-12-14
net/ip6_tunnel: fix dst leak
Paolo Abeni
1
-1
/
+1
2015-12-14
snmp: Remove duplicate OUTMCAST stat increment
Neil Horman
1
-2
/
+0
2015-12-14
Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"
Nicolas Dichtel
3
-9
/
+5
2015-12-14
ipv6: Check rt->dst.from for the DST_NOCACHE route
Martin KaFai Lau
1
-1
/
+2
2015-12-14
ipv6: Check expire on DST_NOCACHE route
Martin KaFai Lau
1
-1
/
+10
2015-12-14
ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 tree
Martin KaFai Lau
1
-1
/
+7
2015-12-09
ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_dev
Sabrina Dubroca
1
-0
/
+1
2015-12-09
sit: fix sit0 percpu double allocations
Eric Dumazet
1
-22
/
+4
2015-10-29
ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...
Hannes Frederic Sowa
1
-0
/
+2
2015-10-29
Revert "Merge branch 'ipv6-overflow-arith'"
Hannes Frederic Sowa
1
-5
/
+1
2015-10-27
ipv6: Export nf_ct_frag6_consume_orig()
Joe Stringer
1
-0
/
+1
2015-10-23
ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...
Hannes Frederic Sowa
1
-1
/
+5
2015-10-23
ipv6: fix the incorrect return value of throw route
lucien
2
-5
/
+26
2015-10-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-8
/
+16
2015-10-22
net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr set
David Ahern
1
-2
/
+4
2015-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+1
2015-10-21
net: Really fix vti6 with oif in dst lookups
David Ahern
2
-1
/
+5
2015-10-19
xfrm: Fix pmtu discovery for local generated packets.
Steffen Klassert
1
-0
/
+1
2015-10-16
ipv6: Initialize rt6_info properly in ip6_blackhole_route()
Martin KaFai Lau
1
-15
/
+5
2015-10-16
ipv6: Move common init code for rt6_info to a new function rt6_info_init()
Martin KaFai Lau
1
-6
/
+11
2015-10-13
ipv6: Don't call with rt6_uncached_list_flush_dev
Eric W. Biederman
1
-5
/
+7
2015-10-11
ipv6: drop frames with attached skb->sk in forwarding
Hannes Frederic Sowa
1
-0
/
+3
2015-10-11
ipv6: gre: setup default multicast routes over PtP links
Hannes Frederic Sowa
1
-0
/
+2
2015-10-07
net: Fix vti use case with oif in dst lookups for IPv6
David Ahern
1
-0
/
+1
2015-10-01
netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}
Pablo Neira Ayuso
1
-0
/
+1
2015-09-29
net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is set
David Ahern
1
-1
/
+2
2015-09-24
ip6_tunnel: Reduce log level in ip6_tnl_err() to debug
Matt Bennett
1
-8
/
+8
2015-09-24
ip6_gre: Reduce log level in ip6gre_err() to debug
Matt Bennett
1
-8
/
+8
2015-09-20
net: Fix behaviour of unreachable, blackhole and prohibit routes
Nikola Forró
1
-1
/
+3
2015-09-17
ipv6: ip6_fragment: fix headroom tests and skb leak
Florian Westphal
1
-6
/
+8
2015-09-17
ipv6: include NLM_F_REPLACE in route replace notifications
Roopa Prabhu
2
-5
/
+6
2015-09-15
ipv6: Replace spinlock with seqlock and rcu in ip6_tunnel
Martin KaFai Lau
2
-26
/
+34
2015-09-15
ipv6: Avoid double dst_free
Martin KaFai Lau
3
-9
/
+16
2015-09-15
ipv6: Fix dst_entry refcnt bugs in ip6_tunnel
Martin KaFai Lau
2
-46
/
+114
2015-09-15
ipv6: Rename the dst_cache helper functions in ip6_tunnel
Martin KaFai Lau
2
-8
/
+8
2015-09-15
ipv6: Refactor common ip6gre_tunnel_init codes
Martin KaFai Lau
1
-13
/
+24
2015-09-14
xfrm6: Fix ICMPv6 and MH header checks in _decode_session6
Mathias Krause
1
-2
/
+4
2015-09-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-34
/
+175
2015-09-09
ipv6: fix ifnullfree.cocci warnings
Wu Fengguang
1
-2
/
+1
2015-09-09
net: ipv6: use common fib_default_rule_pref
Phil Sutter
2
-7
/
+0
2015-09-09
ipv6: fix multipath route replace error recovery
Roopa Prabhu
1
-26
/
+175
2015-09-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-31
/
+0
[next]