index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-21
bpf: one perf event close won't free bpf program attached by another perf event
Yonghong Song
2
-1
/
+3
2017-09-20
packet: hold bind lock when rebinding to fanout hook
Willem de Bruijn
1
-5
/
+11
2017-09-20
ipv6: fix net.ipv6.conf.all interface DAD handlers
Matteo Croce
2
-11
/
+34
2017-09-20
net: ipv6: fix regression of no RTM_DELADDR sent after DAD failure
Mike Manning
1
-2
/
+3
2017-09-20
bpf: fix ri->map_owner pointer on bpf_prog_realloc
Daniel Borkmann
2
-10
/
+21
2017-09-20
net: emac: Fix napi poll list corruption
Christian Lamparter
1
-2
/
+1
2017-09-20
tcp: fastopen: fix on syn-data transmit failure
Eric Dumazet
1
-0
/
+9
2017-09-20
Merge branch 'hns3-bug-fixes'
David S. Miller
4
-43
/
+35
2017-09-20
net: hns3: Fixes the premature exit of loop when matching clients
Lipeng
1
-34
/
+9
2017-09-20
net: hns3: Fixes the default VLAN-id of PF
Lipeng
1
-1
/
+5
2017-09-20
net: hns3: Fixes the ether address copy with appropriate API
Salil Mehta
1
-2
/
+1
2017-09-20
net: hns3: Fixes the initialization of MAC address in hardware
Lipeng
1
-3
/
+4
2017-09-20
net: hns3: Fixes ring-to-vector map-and-unmap command
Lipeng
2
-2
/
+14
2017-09-20
net: hns3: Fixes the command used to unmap ring from vector
Lipeng
1
-1
/
+1
2017-09-20
net: hns3: Fixes initialization of phy address from firmware
Lipeng
1
-0
/
+1
2017-09-20
bpf: do not disable/enable BH in bpf_map_free_id()
Eric Dumazet
1
-2
/
+4
2017-09-20
rhashtable: Documentation tweak
Andreas Gruenbacher
1
-4
/
+5
2017-09-19
net: phy: Kconfig: Fix PHY infrastructure menu in menuconfig
Jerome Brunet
1
-9
/
+9
2017-09-19
Merge tag 'mac80211-for-davem-2017-11-19' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-0
/
+6
2017-09-19
MAINTAINERS: Remove Yuval Mintz from maintainers list
Ariel Elior
1
-2
/
+0
2017-09-19
net: systemport: Fix 64-bit statistics dependency
Florian Fainelli
1
-20
/
+32
2017-09-19
8139too: revisit napi_complete_done() usage
Eric Dumazet
1
-2
/
+3
2017-09-19
tcp: remove two unused functions
Yuchung Cheng
2
-35
/
+0
2017-09-19
bpf: devmap: pass on return value of bpf_map_precharge_memlock
Tobias Klauser
1
-2
/
+4
2017-09-19
bnxt_en: check for ingress qdisc in flower offload
Sathya Perla
1
-0
/
+4
2017-09-19
Documentation: networking: fix ASCII art in switchdev.txt
Randy Dunlap
1
-34
/
+34
2017-09-19
net/sched: cls_matchall: fix crash when used with classful qdisc
Davide Caratti
1
-0
/
+1
2017-09-19
ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdline
Xin Long
1
-0
/
+3
2017-09-19
net: phy: Fix mask value write on gmii2rgmii converter speed register
Fahad Kunnathadi
1
-1
/
+1
2017-09-19
ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header
Xin Long
1
-10
/
+11
2017-09-18
nl80211: fix null-ptr dereference on invalid mesh configuration
Johannes Berg
1
-0
/
+3
2017-09-18
udpv6: Fix the checksum computation when HW checksum does not apply
Subash Abhinov Kasiviswanathan
1
-0
/
+1
2017-09-17
Linux 4.14-rc1
v4.14-rc1
Linus Torvalds
1
-2
/
+2
2017-09-16
Merge tag 'upstream-4.14-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
4
-16
/
+16
2017-09-16
Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-27
/
+41
2017-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
48
-234
/
+467
2017-09-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
12
-11
/
+380
2017-09-16
firmware: Restore support for built-in firmware
Markus Trippelsdorf
4
-5
/
+71
2017-09-16
mlxsw: spectrum_router: Only handle IPv4 and IPv6 events
Ido Schimmel
1
-1
/
+2
2017-09-16
Documentation: link in networking docs
Pavel Machek
1
-1
/
+1
2017-09-16
tcp: fix data delivery rate
Eric Dumazet
1
-4
/
+3
2017-09-16
Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...
Linus Torvalds
205
-3427
/
+6399
2017-09-16
Merge tag 'pci-v4.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-11
/
+2
2017-09-16
Merge tag 'drm-fixes-for-v4.14-rc1' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
28
-160
/
+236
2017-09-16
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-14
/
+1602
2017-09-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
18
-111
/
+257
2017-09-16
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
2
-1
/
+18
2017-09-16
sctp: do not mark sk dumped when inet_sctp_diag_fill returns err
Xin Long
1
-1
/
+0
2017-09-16
sctp: fix an use-after-free issue in sctp_sock_dump
Xin Long
3
-39
/
+36
2017-09-16
netvsc: increase default receive buffer size
Stephen Hemminger
1
-1
/
+1
[next]