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
2017-01-27
sfc: insert catch-all filters for encapsulated traffic
Edward Cree
2
-146
/
+449
2017-01-27
sfc: refactor debug-or-warnings printks
Jon Cooper
2
-15
/
+12
2017-01-27
sfc: fixes to filter restore handling
Jon Cooper
1
-4
/
+38
2017-01-27
net: phy: broadcom: add support for BCM54210E
Rafał Miłecki
1
-1
/
+33
2017-01-27
Merge tag 'linux-can-next-for-4.11-20170124' of git://git.kernel.org/pub/scm/...
David S. Miller
2
-11
/
+127
2017-01-26
net: dsa: Pass device pointer to dsa_register_switch
Florian Fainelli
3
-6
/
+5
2017-01-26
liquidio: Avoid accessing skb after submitting to input queue
Satanand Burla
2
-6
/
+6
2017-01-26
ISDN: eicon: reduce stack size of sig_ind function
Arnd Bergmann
1
-8
/
+8
2017-01-26
net: phy: broadcom: drop duplicated define for RGMII SKEW delay
Rafał Miłecki
1
-1
/
+1
2017-01-26
net: phy: broadcom: use auxctl reading helper in BCM54612E code
Rafał Miłecki
1
-4
/
+2
2017-01-25
sfc: reduce severity of PIO buffer alloc failures
Tomáš Pilař
1
-3
/
+15
2017-01-25
net: thunderx: Leave serdes lane config on 81/83xx to firmware
Sunil Goutham
1
-77
/
+18
2017-01-25
net: thunderx: Support to configure queue sizes from ethtool
Sunil Goutham
3
-9
/
+65
2017-01-25
r8152: fix the wrong spelling
hayeswang
1
-2
/
+2
2017-01-25
bpf: add initial bpf tracepoints
Daniel Borkmann
5
-12
/
+34
2017-01-25
Merge tag 'mlx5-updates-2017-01-24' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
12
-118
/
+372
2017-01-25
netvsc: call netif_receive_skb
stephen hemminger
1
-1
/
+1
2017-01-25
netvsc: simplify get next send section
stephen hemminger
1
-20
/
+8
2017-01-25
netvsc: report per-channel stats in ethtool statistics
Simon Xiao
3
-57
/
+93
2017-01-25
netvsc: account for packets/bytes transmitted after completion
stephen hemminger
3
-14
/
+22
2017-01-25
netvsc: eliminate per-device outstanding send counter
stephen hemminger
3
-32
/
+34
2017-01-25
netvsc: simplify rndis_filter_remove
stephen hemminger
3
-11
/
+12
2017-01-25
netvsc: don't pass void * to internal device_add
stephen hemminger
3
-8
/
+8
2017-01-25
netvsc: optimize receive path
stephen hemminger
4
-133
/
+93
2017-01-25
netvsc: group all per-channel state together
stephen hemminger
4
-47
/
+51
2017-01-25
netvsc: remove unused variables
stephen hemminger
2
-7
/
+0
2017-01-25
netvsc: enhance transmit select_queue
stephen hemminger
1
-8
/
+27
2017-01-25
netvsc: allow get/set of RSS indirection table
stephen hemminger
3
-5
/
+31
2017-01-25
netvsc: allow more flexible setting of number of channels
stephen hemminger
2
-79
/
+50
2017-01-25
netvsc: add ethtool ops to get/set RSS key
stephen hemminger
3
-17
/
+70
2017-01-25
netvsc: report rss field values
stephen hemminger
1
-0
/
+27
2017-01-25
netvsc: report number of rx queues in ethtool
stephen hemminger
1
-0
/
+16
2017-01-25
netvsc: negotiate checksum and segmentation parameters
stephen hemminger
3
-76
/
+305
2017-01-25
netvsc: remove no longer needed receive staging buffers
stephen hemminger
3
-88
/
+11
2017-01-24
net: dsa: mv88e6xxx: Implement the 6390 external MDIO bus
Andrew Lunn
2
-0
/
+9
2017-01-24
net: dsa: mv88e6xxx: Support multiple MDIO busses
Andrew Lunn
2
-33
/
+87
2017-01-24
net: dsa: mv88e6xxx: Add mdio private structure
Andrew Lunn
2
-4
/
+13
2017-01-24
net: dsa: mv88e6xxx: Pass mii_bus to all PHY operations
Andrew Lunn
4
-24
/
+50
2017-01-24
net: dsa: mv88e6xxx: Abstract mv88e6165 PHY operations
Andrew Lunn
1
-6
/
+18
2017-01-24
net: ethernet: aquantia: Integrate AQtion 2.5/5 GB NIC driver
David VomLehn
2
-0
/
+2
2017-01-24
net: ethernet: aquantia: Receive side scaling
David VomLehn
1
-0
/
+26
2017-01-24
net: ethernet: aquantia: Ethtool support
David VomLehn
2
-0
/
+280
2017-01-24
net: ethernet: aquantia: Hardware interface and utility functions
David VomLehn
3
-0
/
+292
2017-01-24
net: ethernet: aquantia: Atlantic hardware abstraction layer
David VomLehn
2
-0
/
+780
2017-01-24
net: ethernet: aquantia: PCI operations
David VomLehn
2
-0
/
+379
2017-01-24
net: ethernet: aquantia: Vector operations
David VomLehn
2
-0
/
+434
2017-01-24
net: ethernet: aquantia: Atlantic A0 and B0 specific functions.
David VomLehn
6
-0
/
+2293
2017-01-24
net: ethernet: aquantia: Support for NIC-specific code
David VomLehn
5
-0
/
+1381
2017-01-24
net: ethernet: aquantia: Low-level hardware interfaces
David VomLehn
3
-0
/
+4446
2017-01-24
net: ethernet: aquantia: Add ring support code
David VomLehn
2
-0
/
+533
[next]