index
:
kernel/git/stable/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.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-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-08-13
gianfar: Add flow control support
Claudiu Manoil
2013-08-13
pptp: fix byte order warnings
stephen hemminger
2013-08-13
net: sctp: Add rudimentary infrastructure to account for control chunks
Vlad Yasevich
2013-08-13
net: asix: Move declaration of ax88172a_info to shared header
Mark Brown
2013-08-13
net: asix: Staticise non-exported symbols
Mark Brown
2013-08-11
af_unix: fix bug on large send()
Eric Dumazet
2013-08-11
net: Add MOXA ART SoCs ethernet driver
Jonas Jensen
2013-08-10
net: attempt high order allocations in sock_alloc_send_pskb()
Eric Dumazet
2013-08-10
af_unix: improve STREAM behavior with fragmented memory
Eric Dumazet
2013-08-10
tcp: add server ip to encrypt cookie in fast open
Yuchung Cheng
2013-08-09
pptp: fix sparse pointer warning
stephen hemminger
2013-08-09
tg3: clean up unnecessary MSI/MSI-X capability find
Yijing Wang
2013-08-09
netxen: clean up unnecessary MSI/MSI-X capability find
Yijing Wang
2013-08-09
myri10ge: clean up unnecessary MSI/MSI-X capability find
Yijing Wang
2013-08-09
bnx2x: clean up unnecessary MSI/MSI-X capability find
Yijing Wang
2013-08-09
bnx2: clean up unnecessary MSI/MSI-X capability find
Yijing Wang
2013-08-09
net: via-rhine: Fix incorrect placement of __initdata
Sachin Kamat
2013-08-09
net: wan: sbni: Fix incorrect placement of __initdata
Sachin Kamat
2013-08-09
Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"
David S. Miller
2013-08-09
net: sctp: trivial: update bug report in header comment
Daniel Borkmann
2013-08-09
net: sctp: convert sctp_checksum_disable module param into sctp sysctl
Daniel Borkmann
2013-08-09
net: igmp: Allow user-space configuration of igmp unsolicited report interval
William Manley
2013-08-09
net: igmp: Don't flush routing cache when force_igmp_version is modified
William Manley
2013-08-09
net: igmp: Reduce Unsolicited report interval to 1s when using IGMPv3
William Manley
2013-08-08
bonding: unwind on bond_add_vlan failure
nikolay@redhat.com
2013-08-08
bonding: change the bond's vlan syncing functions with the standard ones
nikolay@redhat.com
2013-08-08
net: add SNMP counters tracking incoming ECN bits
Eric Dumazet
2013-08-07
packet: Revert recent header parsing changes.
David S. Miller
2013-08-07
net: phy: mdio: add missing __iomem annotation
Jingoo Han
2013-08-07
net: phy: micrel: Staticize ksz8873mll_read_status()
Jingoo Han
2013-08-07
net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec()
Jason Wang
2013-08-07
net: use release_pages() in zerocopy_sg_from_iovec()
Jason Wang
2013-08-07
net: remove the useless comment in zerocopy_sg_from_iovec()
Jason Wang
2013-08-07
net: use skb_fill_page_desc() in zerocopy_sg_from_iovec()
Jason Wang
2013-08-07
net: move zerocopy_sg_from_iovec() to net/core/datagram.c
Jason Wang
2013-08-07
net: move iov_pages() to net/core/iovec.c
Jason Wang
2013-08-07
ip_tunnel: embed hash list head
stephen hemminger
2013-08-07
bnx2: Update version to 2.2.4
Michael Chan
2013-08-07
bnx2: Add pci shutdown handler.
Michael Chan
2013-08-07
bnx2: Use SIMPLE_DEV_PM_OPS.
Michael Chan
2013-08-07
bnx2: Refactor WoL setup into a separate function.
Michael Chan
2013-08-07
bnx2: Use kernel APIs for WoL and power state changes.
Michael Chan
2013-08-07
bnx2: Handle error condition in ->slot_reset()
Michael Chan
2013-08-07
be2net: update driver version
Sathya Perla
2013-08-07
be2net: Initialize "status" in be_cmd_get_die_temperature()
Vasundhara Volam
2013-08-07
be2net: fixup log msgs for async events
Vasundhara Volam
2013-08-07
be2net: Fix displaying supported speeds for BE2
Vasundhara Volam
2013-08-07
be2net: don't limit max MAC and VLAN counts
Vasundhara Volam
2013-08-07
be2net: Do not call get_die_temperature cmd for VF
Vasundhara Volam
2013-08-07
be2net: Adding more speeds reported by get_settings
Vasundhara Volam
[next]