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
2013-12-10
igb: Add new feature Media Auto Sense for 82580 devices only
Carolyn Wyborny
6
-0
/
+226
2013-12-10
igb: Support ports mapped in 64-bit PCI space
Aaron Sierra
1
-7
/
+3
2013-12-10
igb: Add media switching feature for i354 PHY's
Carolyn Wyborny
5
-0
/
+96
2013-12-10
ixgbe: Focus config of head, tail ntc, and ntu all into a single function
Don Skidmore
2
-40
/
+19
2013-12-10
ixgbevf: update Kconfig description
Jacob Keller
1
-4
/
+4
2013-12-10
i40e: Bump version number
Catherine Sullivan
1
-1
/
+1
2013-12-10
i40e: remove and fix confusing define name
Jesse Brandeburg
1
-4
/
+17
2013-12-10
i40e: complain about out-of-range descriptor request
Shannon Nelson
1
-9
/
+13
2013-12-10
i40e: loopback info and set loopback fix
Kamil Krawczyk
3
-4
/
+6
2013-12-10
i40e: restrict diag test messages
Shannon Nelson
1
-9
/
+12
2013-12-10
bgmac: connect to PHY and make use of PHY device
Rafał Miłecki
2
-138
/
+64
2013-12-10
etherdevice: Optimize a few is_<foo>_ether_addr functions
Joe Perches
1
-2
/
+23
2013-12-10
batadv: Slight optimization of batadv_compare_eth
Joe Perches
1
-1
/
+1
2013-12-10
etherdevice: Add ether_addr_equal_unaligned
Joe Perches
1
-0
/
+18
2013-12-10
Merge branch 'neigh'
David S. Miller
11
-272
/
+414
2013-12-10
neigh: ipv6: respect default values set before an address is assigned to device
Jiri Pirko
3
-1
/
+15
2013-12-10
neigh: restore old behaviour of default parms values
Jiri Pirko
5
-6
/
+92
2013-12-10
neigh: use tbl->family to distinguish ipv4 from ipv6
Jiri Pirko
6
-6
/
+23
2013-12-10
neigh: wrap proc dointvec functions
Jiri Pirko
3
-15
/
+59
2013-12-10
neigh: convert parms to an array
Jiri Pirko
7
-257
/
+238
2013-12-10
Merge branch 'phy_reset'
David S. Miller
10
-63
/
+82
2013-12-10
net: sh_eth: do not issue a wild PHY reset through BMCR
Florian Fainelli
1
-1
/
+4
2013-12-10
net: tc35815: use phy_init_hw for PHY reset
Florian Fainelli
1
-11
/
+4
2013-12-10
net: pxa168_eth: use phy_init_hw for PHY reset
Florian Fainelli
1
-19
/
+1
2013-12-10
net: mv643xx_eth: use phy_init_hw to reset PHY
Florian Fainelli
1
-20
/
+1
2013-12-10
net: phy: consolidate PHY reset in phy_init_hw()
Florian Fainelli
3
-4
/
+60
2013-12-10
net: bfin_mac: do not reset PHY after phy_start()
Florian Fainelli
1
-1
/
+0
2013-12-10
net: greth: use phy_read_status()
Florian Fainelli
1
-1
/
+1
2013-12-10
net: phy: use phy_init_hw instead of open-coding it
Florian Fainelli
1
-5
/
+2
2013-12-10
net: phy: report link partner features through ethtool
Florian Fainelli
3
-2
/
+10
2013-12-10
tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()
Zhi Yong Wu
1
-5
/
+0
2013-12-10
macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvmsg()
Zhi Yong Wu
1
-5
/
+0
2013-12-10
xen-netback: improve guest-receive-side flow control
Paul Durrant
3
-185
/
+106
2013-12-10
tipc: remove interface state mirroring in bearer
Erik Hugne
7
-117
/
+28
2013-12-10
x25: convert printks to pr_<level>
wangweidong
7
-17
/
+32
2013-12-10
packet: introduce PACKET_QDISC_BYPASS socket option
Daniel Borkmann
4
-12
/
+102
2013-12-10
net: dev: move inline skb_needs_linearize helper to header
Daniel Borkmann
2
-15
/
+18
2013-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
37
-208
/
+314
2013-12-10
packet: fix send path when running with proto == 0
Daniel Borkmann
2
-25
/
+50
2013-12-10
pkt_sched: give visibility to mq slave qdiscs
Eric Dumazet
4
-9
/
+18
2013-12-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
8
-107
/
+316
2013-12-10
wan: wanxl: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-12-10
wan: pci200syn: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-12-10
wan: pc300too: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-12-10
wan: lmc: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-12-10
wan: dscc4: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-12-10
irda: vlsi_ir: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-3
/
+0
2013-12-10
irda: via-ircc: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-12-10
net: forcedeth: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-12-10
net: ns83820: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
[next]