index
:
linux-stable.git
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.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
2015-04-29
ipv6: protect skb->sk accesses from recursive dereference inside the stack
hannes@stressinduktion.org
2015-04-29
net: tcp6: fix double call of tcp_v6_fill_cb()
Alexey Kodanev
2015-04-29
ipv6: Don't reduce hop limit for an interface
D.S. Ljungmark
2015-04-29
tcp: prevent fetching dst twice in early demux code
Michal Kubeček
2015-03-26
ipv6: fix backtracking for throw routes
Steven Barth
2015-03-26
ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...
Sabrina Dubroca
2015-03-18
net: ping: Return EAFNOSUPPORT when appropriate.
Lorenzo Colitti
2015-03-18
udp: only allow UFO for packets from SOCK_DGRAM sockets
Michal Kubeček
2015-03-18
ipv6: fix ipv6_cow_metrics for non DST_HOST case
Martin KaFai Lau
2015-03-18
ipv6: Make __ipv6_select_ident static
Vlad Yasevich
2015-03-18
ipv6: Fix fragment id assignment on LE arches.
Vlad Yasevich
2015-03-18
ipv6: addrconf: add missing validate_link_af handler
Daniel Borkmann
2015-02-05
sit: fix some __be16/u16 mismatches
Eric Dumazet
2015-02-05
ip6_gre: fix endianness errors in ip6gre_err
Sabrina Dubroca
2015-02-03
ipv6: Select fragment id during UFO segmentation if not set.
Vlad Yasevich
2015-01-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2015-01-27
ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos too
Hannes Frederic Sowa
2015-01-25
ipv6: Fix __ip6_route_redirect
Martin KaFai Lau
2015-01-19
ipv6: stop sending PTB packets for MTU < 1280
Hagen Paul Pfeifer
2015-01-15
ip: zero sockaddr returned on error queue
Willem de Bruijn
2015-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2014-12-23
netfilter: nf_tables: fix port natting in little endian archs
leroy christophe
2014-12-22
tcp6: don't move IP6CB before xfrm6_policy_check()
Nicolas Dichtel
2014-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-12-10
net: introduce helper macro for_each_cmsghdr
Gu Zheng
2014-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-12-09
tcp: fix more NULL deref after prequeue changes
Eric Dumazet
2014-12-09
put iov_iter into msghdr
Al Viro
2014-12-09
ip_generic_getfrag, udplite_getfrag: switch to passing msghdr
Al Viro
2014-12-09
ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_...
Al Viro
2014-12-09
ipv6: remove useless spin_lock/spin_unlock
Duan Jiong
2014-12-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2014-12-08
Merge branch 'iov_iter' into for-next
Al Viro
2014-12-08
udp: Neaten and reduce size of compute_score functions
Joe Perches
2014-12-08
net-timestamp: allow reading recv cmsg on errqueue with origin tstamp
Willem de Bruijn
2014-12-08
xfrm6: Fix the nexthdr offset in _decode_session6.
Steffen Klassert
2014-12-08
xfrm6: Fix transport header offset in _decode_session6.
Steffen Klassert
2014-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2014-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-28
netfilter: nf_log_ipv6: correct typo in module description
Steven Noonan
2014-11-27
netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one module
Pablo Neira Ayuso
2014-11-26
ipv6: Remove unnecessary test
zhuyj
2014-11-25
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
2014-11-25
tcp: fix possible NULL dereference in tcp_vX_send_reset()
Eric Dumazet
2014-11-25
ip6_udp_tunnel: Fix checksum calculation
Alexander Duyck
2014-11-24
ipv6: gre: fix wrong skb->protocol in WCCP
Yuri Chislov
2014-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2014-11-24
new helper: skb_copy_and_csum_datagram_msg()
Al Viro
2014-11-23
ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic
lucien
[next]