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.13.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
path:
root
/
drivers
/
net
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-08
enic: fix return values in enic_set_coalesce
Govindarajulu Varadarajan
2
-17
/
+12
2014-07-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
15
-176
/
+731
2014-07-08
net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()
Russell King
1
-6
/
+9
2014-07-08
net: fec: ensure fec_enet_free_buffers() properly cleans the rings
Russell King
1
-1
/
+6
2014-07-08
net: fec: clean up transmit descriptor setup
Russell King
1
-15
/
+18
2014-07-08
net: fec: make rx skb handling more robust
Russell King
1
-6
/
+11
2014-07-08
net: fec: remove useless fep->opened
Russell King
2
-6
/
+0
2014-07-08
net: fec: stop the phy before shutting down the MAC
Russell King
1
-1
/
+4
2014-07-08
net: fec: ensure that a disconnected phy isn't configured
Russell King
1
-0
/
+4
2014-07-08
net: fec: remove checking for NULL phy_dev in fec_enet_close()
Russell King
1
-4
/
+2
2014-07-08
net: fec: use netif_tx_disable() rather than netif_stop_queue()
Russell King
1
-2
/
+2
2014-07-08
net: fec: fix interrupt handling races
Russell King
1
-18
/
+22
2014-07-08
net: fec: fix ethtool set_pauseparam duplex bug
Russell King
1
-1
/
+1
2014-07-08
net: fec: iMX6 FEC does not support half-duplex gigabit
Russell King
1
-0
/
+1
2014-07-08
net: systemport: add Wake-on-LAN support
Florian Fainelli
2
-3
/
+164
2014-07-08
net: systemport: rename rx_csum_en to rx_chk_en
Florian Fainelli
2
-6
/
+6
2014-07-08
net: systemport: add suspend and resume support
Florian Fainelli
1
-4
/
+160
2014-07-08
net: systemport: add bcm_sysport_netif_{enable,stop}
Florian Fainelli
1
-13
/
+27
2014-07-08
net: systemport: update umac_enable_set to take a bitmask
Florian Fainelli
1
-12
/
+7
2014-07-08
tlan: Isolate external PHY when using internal PHY
Ondrej Zary
1
-3
/
+4
2014-07-08
tlan: Enable device at resume
Ondrej Zary
1
-1
/
+3
2014-07-08
tlan: Don't disable internal PHY on cards that use it in 10 Mbps mode
Ondrej Zary
1
-5
/
+3
2014-07-08
tlan: Add PHY reset timeout
Ondrej Zary
1
-2
/
+7
2014-07-08
tlan: Make autonegotiation faster
Ondrej Zary
1
-1
/
+1
2014-07-08
tlan: Don't scream if no link
Ondrej Zary
2
-10
/
+0
2014-07-08
tlan: Restart autonegotiation on link loss
Ondrej Zary
1
-0
/
+16
2014-07-08
tlan: Fix MAC address byte order on OC-2325/OC-2326
Ondrej Zary
1
-2
/
+9
2014-07-08
tlan: Add ethtool support
Ondrej Zary
2
-0
/
+38
2014-07-08
tlan: Enable link monitoring
Ondrej Zary
2
-69
/
+49
2014-07-08
tlan: Enable activity LED on Olicom OC-2325 and OC-2326
Ondrej Zary
1
-2
/
+4
2014-07-08
ptp: Classify ptp over ip over vlan packets
Stefan Sørensen
1
-13
/
+11
2014-07-03
i40e/i40evf: Bump i40e to 0.4.21 and i40evf to 0.9.40
Catherine Sullivan
2
-2
/
+2
2014-07-03
i40e: Implement set_settings for ethtool
Catherine Sullivan
1
-0
/
+158
2014-07-03
i40e: Add set_pauseparam to ethtool
Catherine Sullivan
1
-0
/
+76
2014-07-03
i40e/i40evf: Add set_fc and init of FC settings
Catherine Sullivan
5
-56
/
+154
2014-07-03
i40e: move nway reset
Jesse Brandeburg
1
-19
/
+19
2014-07-03
i40e/i40evf: Add new HW link info variable an_enabled and function update_lin...
Catherine Sullivan
5
-2
/
+80
2014-07-03
i40e: Finish implementation of ethtool get settings
Jesse Brandeburg
1
-23
/
+127
2014-07-03
i40e: disable TPH
Jesse Brandeburg
2
-8
/
+0
2014-07-03
i40e: Fix a boundary condition and turning off of ntuple
Anjali Singhai Jain
1
-3
/
+5
2014-07-03
i40evf: invite vector 0 to the interrupt party
Mitch Williams
1
-0
/
+7
2014-07-03
i40e: tolerate lost interrupts
Mitch Williams
1
-6
/
+2
2014-07-03
i40e/i40evf: Force a shifted '1' to be unsigned
Paul M Stillwell Jr
2
-4
/
+4
2014-07-03
i40evf: don't violate scope
Mitch Williams
1
-1
/
+1
2014-07-03
i40e/i40evf: Do not free the dummy packet buffer synchronously
Anjali Singhai Jain
5
-52
/
+96
2014-07-03
be2net: re-enable vlan filtering mode asap
Kalesh AP
1
-9
/
+4
2014-07-03
be2net: create optimal number of queues on SR-IOV config
Vasundhara Volam
4
-75
/
+178
2014-07-03
be2net: read VF's capabilities from GET_PROFILE_CONFIG cmd
Vasundhara Volam
4
-5
/
+35
2014-07-03
be2net: remove be_cmd_get_profile_config_mbox/mccq() variants
Vasundhara Volam
1
-67
/
+14
2014-07-03
sh_eth: remove checks around dev_kfree_skb() calls
Sergei Shtylyov
1
-12
/
+6
[prev]
[next]