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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: fix bpf_perf_event_read() helper
Alexei Starovoitov
2015-10-26
3
-11
/
+22
*
net: dsa: bcm_sf2: Unhardcode port numbers
Florian Fainelli
2015-10-26
2
-11
/
+97
*
net: dsa: bcm_sf2: Implement FDB operations
Florian Fainelli
2015-10-26
3
-0
/
+335
*
bnxt_en: Fix compile warnings when CONFIG_INET is not set.
Michael Chan
2015-10-25
2
-1
/
+6
*
net: encx24j600: Fix mask to update LED configuration
Jon Ringle
2015-10-25
1
-3
/
+3
*
Merge branch 'mvneta-ethtool-stats'
David S. Miller
2015-10-25
1
-2
/
+115
|
\
|
*
net: mvneta: Fix clearing of MIB statistics
Andrew Lunn
2015-10-25
1
-2
/
+7
|
*
net: mvneta: add ethtool statistics
Russell King
2015-10-25
1
-0
/
+108
|
/
*
af_unix: do not report POLLOUT on listeners
Eric Dumazet
2015-10-25
1
-2
/
+3
*
tipc: link_is_bc_sndlink() can be static
Wu Fengguang
2015-10-25
2
-5
/
+5
*
Merge branch 'tipc-next'
David S. Miller
2015-10-24
17
-1387
/
+1005
|
\
|
*
tipc: clean up unused code and structures
Jon Paul Maloy
2015-10-24
9
-1104
/
+30
|
*
tipc: ensure binding table initial distribution is sent via first link
Jon Paul Maloy
2015-10-24
2
-3
/
+3
|
*
tipc: eliminate link's reference to owner node
Jon Paul Maloy
2015-10-24
4
-22
/
+29
|
*
tipc: eliminate redundant buffer cloning at transmission
Jon Paul Maloy
2015-10-24
2
-28
/
+15
|
*
tipc: let neighbor discoverer tranmsit consumable buffers
Jon Paul Maloy
2015-10-24
4
-12
/
+38
|
*
tipc: introduce jumbo frame support for broadcast
Jon Paul Maloy
2015-10-24
7
-6
/
+39
|
*
tipc: simplify bearer level broadcast
Jon Paul Maloy
2015-10-24
5
-45
/
+151
|
*
tipc: let broadcast packet reception use new link receive function
Jon Paul Maloy
2015-10-24
9
-220
/
+615
|
*
tipc: introduce capability bit for broadcast synchronization
Jon Paul Maloy
2015-10-24
6
-7
/
+23
|
*
tipc: let broadcast transmission use new link transmit function
Jon Paul Maloy
2015-10-24
5
-57
/
+85
|
*
tipc: make struct tipc_link generic to support broadcast
Jon Paul Maloy
2015-10-24
3
-12
/
+34
|
*
tipc: use explicit allocation of broadcast send link
Jon Paul Maloy
2015-10-24
4
-45
/
+79
|
*
tipc: make link implementation independent from struct tipc_bearer
Jon Paul Maloy
2015-10-24
3
-23
/
+36
|
*
tipc: create broadcast transmission link at namespace init
Jon Paul Maloy
2015-10-24
4
-7
/
+24
|
*
tipc: move broadcast link lock to struct tipc_net
Jon Paul Maloy
2015-10-24
3
-9
/
+14
|
*
tipc: move bcast definitions to bcast.c
Jon Paul Maloy
2015-10-24
5
-107
/
+110
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-24
69
-404
/
+771
|
\
|
*
net: sysctl: fix a kmemleak warning
Li RongQing
2015-10-23
1
-1
/
+5
|
*
ppp: fix pppoe_dev deletion condition in pppoe_release()
Guillaume Nault
2015-10-23
1
-1
/
+1
|
*
af_key: fix two typos
Li RongQing
2015-10-23
1
-1
/
+1
|
*
amd-xgbe: Use wmb before updating current descriptor count
Lendacky, Thomas
2015-10-23
2
-2
/
+4
|
*
net/phy: micrel: Add workaround for bad autoneg
Nathan Sullivan
2015-10-23
1
-1
/
+22
|
*
Merge branch 'ipv6-overflow-arith'
David S. Miller
2015-10-23
3
-1
/
+27
|
|
\
|
|
*
ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...
Hannes Frederic Sowa
2015-10-23
1
-1
/
+5
|
|
*
overflow-arith: begin to add support for overflow builtin functions
Hannes Frederic Sowa
2015-10-23
2
-0
/
+22
|
|
/
|
*
tcp: allow dctcp alpha to drop to zero
Andrew Shewmaker
2015-10-23
1
-1
/
+1
|
*
ipv6: fix the incorrect return value of throw route
lucien
2015-10-23
2
-5
/
+26
|
*
macvtap: unbreak receiving of gro skb with frag list
Jason Wang
2015-10-23
1
-1
/
+1
|
*
openvswitch: Fix egress tunnel info.
Pravin B Shelar
2015-10-22
16
-173
/
+192
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2015-10-22
2
-0
/
+7
|
|
\
|
|
*
i40e: fix annoying message
Jesse Brandeburg
2015-10-22
1
-0
/
+1
|
|
*
i40e: fix stats offsets
Jesse Brandeburg
2015-10-22
1
-0
/
+6
|
*
|
VSOCK: Fix lockdep issue.
Jorgen Hansen
2015-10-22
1
-1
/
+1
|
|
/
|
*
qmi_wwan: add Sierra Wireless MC74xx/EM74xx
Bjørn Mork
2015-10-22
1
-0
/
+4
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2015-10-22
4
-9
/
+21
|
|
\
|
|
*
xfrm: Fix pmtu discovery for local generated packets.
Steffen Klassert
2015-10-19
2
-0
/
+3
|
|
*
xfrm: Fix state threshold configuration from userspace
Michael Rossberg
2015-09-29
1
-1
/
+3
|
|
*
xfrm6: Fix ICMPv6 and MH header checks in _decode_session6
Mathias Krause
2015-09-14
1
-2
/
+4
|
|
*
ipv6: Fix IPsec pre-encap fragmentation check
Herbert Xu
2015-09-04
1
-6
/
+11
[next]