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
Age
Commit message (
Expand
)
Author
2014-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-10-19
Net: DSA: Fix checking for get_phy_flags function
Andrew Lunn
2014-10-18
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-10-18
ipv6: fix a potential use after free in sit.c
Li RongQing
2014-10-18
ipv6: fix a potential use after free in ip6_offload.c
Li RongQing
2014-10-18
ipv4: fix a potential use after free in gre_offload.c
Li RongQing
2014-10-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-10-17
net: dsa: add includes for ethtool and phy_fixed definitions
Florian Fainelli
2014-10-17
openvswitch: Set flow-key members.
Pravin B Shelar
2014-10-17
netrom: use linux/uaccess.h
Fabian Frederick
2014-10-17
tipc: fix bug in bundled buffer reception
Jon Paul Maloy
2014-10-17
ipv6: introduce tcp_v6_iif()
Eric Dumazet
2014-10-17
ipv4: fix a potential use after free in fou.c
Li RongQing
2014-10-17
ipv4: fix a potential use after free in ip_tunnel_core.c
Li RongQing
2014-10-17
openvswitch: Create right mask with disabled megaflows
Pravin B Shelar
2014-10-17
openvswitch: fix a use after free
Li RongQing
2014-10-17
ipv4: dst_entry leak in ip_send_unicast_reply()
Vasily Averin
2014-10-17
ipv4: clean up cookie_v4_check()
Cong Wang
2014-10-17
ipv4: share tcp_v4_save_options() with cookie_v4_check()
Cong Wang
2014-10-17
ipv4: call __ip_options_echo() in cookie_v4_check()
Cong Wang
2014-10-15
openvswitch: use vport instead of p
Fabian Frederick
2014-10-15
openvswitch: kerneldoc warning fix
Fabian Frederick
2014-10-15
net: Add ndo_gso_check
Tom Herbert
2014-10-15
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-10-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2014-10-15
9p/trans_virtio: enable VQs early
Michael S. Tsirkin
2014-10-14
tcp: TCP Small Queues and strange attractors
Eric Dumazet
2014-10-14
net: Trap attempts to call sock_kfree_s() with a NULL pointer.
David S. Miller
2014-10-14
rds: avoid calling sock_kfree_s() on allocation failure
Cong Wang
2014-10-14
caif_usb: use target structure member in memset
Fabian Frederick
2014-10-14
caif_usb: remove redundant memory message
Fabian Frederick
2014-10-14
caif: replace kmalloc/memset 0 by kzalloc
Fabian Frederick
2014-10-14
ipv4: fix nexthop attlen check in fib_nh_match
Jiri Pirko
2014-10-14
tcp: fix tcp_ack() performance problem
Eric Dumazet
2014-10-14
libceph: ceph-msgr workqueue needs a resque worker
Ilya Dryomov
2014-10-14
libceph: separate multiple ops with commas in debugfs output
Ilya Dryomov
2014-10-14
libceph: sync osd op definitions in rados.h
Ilya Dryomov
2014-10-14
libceph: reference counting pagelist
Yan, Zheng
2014-10-14
ipv6: remove aca_lock spinlock from struct ifacaddr6
Li RongQing
2014-10-14
tcp: fix ooo_okay setting vs Small Queues
Eric Dumazet
2014-10-14
libceph: don't try checking queue_work() return value
Ilya Dryomov
2014-10-14
libceph: Convert pr_warning to pr_warn
Joe Perches
2014-10-14
libceph: fix a use after free issue in osdmap_set_max_osd
Li RongQing
2014-10-14
libceph: select CRYPTO_CBC in addition to CRYPTO_AES
Ilya Dryomov
2014-10-14
libceph: resend lingering requests with a new tid
Ilya Dryomov
2014-10-14
libceph: abstract out ceph_osd_request enqueue logic
Ilya Dryomov
2014-10-14
net: sctp: fix remote memory pressure from excessive queueing
Daniel Borkmann
2014-10-14
net: sctp: fix panic on duplicate ASCONF chunks
Daniel Borkmann
2014-10-14
net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks
Daniel Borkmann
2014-10-14
lib80211: remove unused print_ssid()
Andy Shevchenko
[next]