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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-11
mlx4: restore conditional call to napi_complete_done()
Eric Dumazet
1
-7
/
+8
2014-11-11
sunvnet: Add missing rcu_read_unlock() in vnet_start_xmit
Sowmini Varadhan
1
-1
/
+3
2014-11-11
sunvnet: vnet_ack() should check if !start_cons to send a missed trigger
Sowmini Varadhan
1
-1
/
+1
2014-11-11
sunvnet: Fix race between vnet_start_xmit() and vnet_ack()
Sowmini Varadhan
1
-4
/
+6
2014-11-10
8139too: Allow using the largest possible MTU
Alban Bedel
1
-1
/
+1
2014-11-10
8139too: Allow setting MTU larger than 1500
Alban Bedel
1
-1
/
+12
2014-11-10
Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
153
-3673
/
+5535
2014-11-10
net: Move bonding headers under include/net
David S. Miller
14
-1264
/
+15
2014-11-10
cxgb4: Remove unnecessary struct in6_addr * casts
Joe Perches
1
-6
/
+3
2014-11-10
cxgb4: Cleanup macros so they follow the same style and look consistent, part 2
Hariprasad Shenai
21
-430
/
+509
2014-11-10
cxgb4: Cleanup macros so they follow the same style and look consistent
Hariprasad Shenai
7
-62
/
+106
2014-11-10
cxgb4: Add cxgb4_debugfs.c, move all debugfs code to new file
Hariprasad Shenai
5
-92
/
+217
2014-11-10
mlx4: use napi_complete_done()
Eric Dumazet
1
-7
/
+4
2014-11-07
cdc-ether: implement MULTICAST flag on the device
Oliver Neukum
1
-9
/
+10
2014-11-07
stmmac: platform: fix sparse warnings
Andy Shevchenko
7
-6
/
+39
2014-11-07
stmmac: remove custom implementation of print_hex_dump()
Andy Shevchenko
1
-8
/
+2
2014-11-07
macvtap: Use iovec iterators
Herbert Xu
1
-25
/
+21
2014-11-07
tun: Use iovec iterators
Herbert Xu
1
-35
/
+30
2014-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
20
-98
/
+168
2014-11-07
vxlan: Fix to enable UDP checksums on interface
Tom Herbert
1
-0
/
+3
2014-11-07
amd-xgbe: Check for complete packet on skb allocation error
Lendacky, Thomas
1
-2
/
+2
2014-11-07
amd-xgbe: Free channel/ring structures later
Lendacky, Thomas
1
-3
/
+3
2014-11-07
netxen: Fix link event handling.
Manish Chopra
1
-1
/
+2
2014-11-07
enic: update desc properly in rx_copybreak
Govindarajulu Varadarajan
1
-12
/
+2
2014-11-07
enic: handle error condition properly in enic_rq_indicate_buf
Govindarajulu Varadarajan
1
-0
/
+6
2014-11-07
net/mlx5_core: Fix race on driver load
Eli Cohen
1
-2
/
+2
2014-11-07
net/mlx5_core: Fix race in create EQ
Eli Cohen
1
-4
/
+3
2014-11-06
sunvnet: Return from vnet_napi_event() if no packets to read
Sowmini Varadhan
1
-3
/
+2
2014-11-06
sunvnet: Fix indentation in maybe_tx_wakeup()
Sowmini Varadhan
1
-1
/
+1
2014-11-06
r8152: remove the definitions of the PID
hayeswang
1
-7
/
+3
2014-11-06
r8152: modify rtl_ops_init
hayeswang
1
-51
/
+28
2014-11-06
r8152: move r8152b_get_version
hayeswang
1
-2
/
+1
2014-11-06
dsa: mv88e6171: Add support for mv88e6172
Andrew Lunn
2
-4
/
+7
2014-11-06
drivers: net: cpsw: remove cpsw_ale_stop from cpsw_ale_destroy
Mugunthan V N
1
-1
/
+0
2014-11-06
net: mv643xx_eth: reclaim TX skbs only when released by the HW
Karl Beldan
1
-8
/
+10
2014-11-06
sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...
Shradha Shah
7
-8
/
+56
2014-11-06
sfc: Rename implementations in siena_sriov.c to have a 'siena' prefix
Shradha Shah
6
-141
/
+149
2014-11-06
sfc: Move the current VF state from efx_nic into siena_nic_data
Shradha Shah
5
-52
/
+84
2014-11-06
xen-netback: remove unconditional __pskb_pull_tail() in guest Tx path
Malcolm Crossley
1
-14
/
+12
2014-11-06
stmmac: pci: convert to use dev_* macros
Andy Shevchenko
1
-4
/
+4
2014-11-06
stmmac: pci: use managed resources
Andy Shevchenko
1
-33
/
+10
2014-11-06
stmmac: pci: convert to use dev_pm_ops
Andy Shevchenko
1
-16
/
+11
2014-11-06
stmmac: pci: use defined constant instead of magic number
Andy Shevchenko
1
-1
/
+1
2014-11-06
stmmac: fix sparse warnings
Andy Shevchenko
2
-3
/
+6
2014-11-06
r8152: disable the tasklet by default
hayeswang
1
-2
/
+6
2014-11-06
amd-xgbe-phy: Let AMD_XGBE_PHY depend on HAS_IOMEM
Lendacky, Thomas
1
-1
/
+1
2014-11-06
amd-xgbe: Let AMD_XGBE depend on HAS_IOMEM
Lendacky, Thomas
1
-1
/
+1
2014-11-06
amd-xgbe-phy: Sync PCS and PHY modes after reset
Lendacky, Thomas
1
-1
/
+2
2014-11-06
amd-xgbe: Fix a spelling error
Lendacky, Thomas
1
-2
/
+2
2014-11-06
amd-xgbe: Add receive side scaling ethtool support
Lendacky, Thomas
3
-0
/
+96
[next]