index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
2015-12-18
ipv6: addrconf: use stable address generator for ARPHRD_NONE
Bjørn Mork
2015-12-18
ila: add NETFILTER dependency
Arnd Bergmann
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-17
ipv6: add IPV6_HDRINCL option for raw sockets
Hannes Frederic Sowa
2015-12-17
ipv6: allow routes to be configured with expire values
Xin Long
2015-12-15
ipv6: automatically enable stable privacy mode if stable_secret set
Hannes Frederic Sowa
2015-12-15
net: diag: Support destroying TCP sockets.
Lorenzo Colitti
2015-12-15
ila: Add generic ILA translation facility
Tom Herbert
2015-12-15
ila: Create net/ipv6/ila directory
Tom Herbert
2015-12-15
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
2015-12-14
net: fix IP early demux races
Eric Dumazet
2015-12-14
ipv6: addrconf: drop ieee802154 specific things
Alexander Aring
2015-12-14
net: add validation for the socket syscall protocol argument
Hannes Frederic Sowa
2015-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2015-12-10
netfilter: nf_dup: add missing dependencies with NF_CONNTRACK
Pablo Neira Ayuso
2015-12-05
ipv6: keep existing flags when setting IFA_F_OPTIMISTIC
Bjørn Mork
2015-12-05
ipv6: Only act upon NETDEV_*_TYPE_CHANGE if we have ipv6 addresses
Andrew Lunn
2015-12-04
gre6: allow to update all parameters via rtnl
Nicolas Dichtel
2015-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-03
net: ipv6: restrict hop_limit sysctl setting to range [1; 255]
Phil Sutter
2015-12-03
ipv6: kill sk_dst_lock
Eric Dumazet
2015-12-02
tcp: suppress too verbose messages in tcp_send_ack()
Eric Dumazet
2015-12-02
ipv6: add complete rcu protection around np->opt
Eric Dumazet
2015-12-01
Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"
Nicolas Dichtel
2015-11-30
net: remove unnecessary mroute.h includes
Nikolay Aleksandrov
2015-11-24
net: ipmr, ip6mr: fix vif/tunnel failure race condition
Nikolay Aleksandrov
2015-11-24
ipv6: distinguish frag queues by device for multicast and link-local packets
Michal Kubeček
2015-11-22
net: ip6mr: fix static mfc/dev leaks on table destruction
Nikolay Aleksandrov
2015-11-22
net: IPv6 fib lookup tracepoint
David Ahern
2015-11-18
net/ip6_tunnel: fix dst leak
Paolo Abeni
2015-11-16
snmp: Remove duplicate OUTMCAST stat increment
Neil Horman
2015-11-15
tcp: ensure proper barriers in lockless contexts
Eric Dumazet
2015-11-15
ipv6: Check rt->dst.from for the DST_NOCACHE route
Martin KaFai Lau
2015-11-15
ipv6: Check expire on DST_NOCACHE route
Martin KaFai Lau
2015-11-15
ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 tree
Martin KaFai Lau
2015-11-05
tcp: use correct req pointer in tcp_move_syn() calls
Eric Dumazet
2015-11-05
tcp: fix req->saved_syn race
Eric Dumazet
2015-11-04
ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_dev
Sabrina Dubroca
2015-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-11-03
ipv6: fix tunnel error handling
Michal Kubeček
2015-11-02
sit: fix sit0 percpu double allocations
Eric Dumazet
2015-11-02
net: fix percpu memory leaks
Eric Dumazet
2015-11-02
ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed source
Matthias Schiffer
2015-11-02
tcp/dccp: fix ireq->pktopts race
Eric Dumazet
2015-11-01
ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragment
Hannes Frederic Sowa
2015-11-01
ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked sockets
Hannes Frederic Sowa
2015-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2015-10-30
ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTU
Alexander Duyck
2015-10-29
ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...
Hannes Frederic Sowa
[next]