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.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-02-06
can: flexcan: add support for timestamp based rx-offload
Marc Kleine-Budde
1
-29
/
+129
2017-02-06
can: flexcan: add quirk FLEXCAN_QUIRK_ENABLE_EACEN_RRS
Marc Kleine-Budde
1
-3
/
+11
2017-02-06
can: flexcan: activate individual RX masking and initialize reg_rximr
Marc Kleine-Budde
1
-1
/
+7
2017-02-06
can: flexcan: make use of rx-offload's irq_offload_fifo
Marc Kleine-Budde
1
-112
/
+52
2017-02-06
can: flexcan: make TX mailbox selectable during runtime
Marc Kleine-Budde
1
-18
/
+24
2017-02-06
can: flexcan: calculate default value for imask1 during runtime
Marc Kleine-Budde
1
-6
/
+8
2017-02-06
can: flexcan: flexcan_irq(): don't unconditionally return IRQ_HANDLED
Marc Kleine-Budde
1
-5
/
+11
2017-02-06
can: flexcan: flexcan_poll_bus_err(): fold in do_bus_err()
Marc Kleine-Budde
1
-14
/
+7
2017-02-06
can: flexcan: flexcan_poll_state(): no need to initialize new_state, rx_state...
Marc Kleine-Budde
1
-1
/
+1
2017-02-06
can: flexcan: do_bus_err(): convert rx_,tx_errors into bool
Marc Kleine-Budde
1
-7
/
+7
2017-02-06
can: flexcan: make declaration of devtype_data const
Marc Kleine-Budde
1
-4
/
+4
2017-02-06
can: flexcan: remove write-only member pdata of struct flexcan_priv
Marc Kleine-Budde
1
-2
/
+0
2017-02-06
can: flexcan: add missing register definitions
Marc Kleine-Budde
1
-3
/
+10
2017-02-06
can: rx-offload: Add support for timestamp based irq offloading
Marc Kleine-Budde
1
-2
/
+135
2017-02-06
can: rx-offload: Add support for HW fifo based irq offloading
David Jander
2
-1
/
+158
2017-02-06
aeroflex/greth: use napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-02-06
ibm/emac: use napi_complete_done()
Eric Dumazet
1
-9
/
+9
2017-02-06
qla3xxx: add GRO support
Eric Dumazet
1
-17
/
+14
2017-02-06
ks8695net: add GRO support
Eric Dumazet
1
-6
/
+5
2017-02-06
skge: use napi_complete_done()
Eric Dumazet
1
-5
/
+3
2017-02-06
ep93xx_eth: add GRO support
Eric Dumazet
1
-23
/
+6
2017-02-06
pcnet32: use napi_complete_done()
Eric Dumazet
1
-8
/
+3
2017-02-06
amd8111e: add GRO support
Eric Dumazet
1
-92
/
+72
2017-02-06
epic100: use napi_complete_done()
Eric Dumazet
1
-24
/
+7
2017-02-06
8139cp: use napi_complete_done()
Eric Dumazet
1
-9
/
+2
2017-02-06
8139too: use napi_complete_done()
Eric Dumazet
1
-6
/
+2
2017-02-05
virtio_net: exploit napi_complete_done() return value
Eric Dumazet
1
-5
/
+6
2017-02-04
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
14
-153
/
+129
2017-02-04
enic: Remove local ndo_busy_poll() implementation.
David S. Miller
2
-139
/
+5
2017-02-04
ixgbevf: get rid of custom busy polling code
Eric Dumazet
3
-215
/
+0
2017-02-04
ixgbe: get rid of custom busy polling code
Eric Dumazet
4
-224
/
+5
2017-02-04
mlxsw: spectrum: Implement TC flower offload
Jiri Pirko
4
-3
/
+331
2017-02-04
mlxsw: spectrum: Introduce ACL core with simple TCAM implementation
Jiri Pirko
6
-8
/
+1769
2017-02-04
mlxsw: resources: Add ACL related resources
Jiri Pirko
1
-2
/
+18
2017-02-04
mlxsw: spectrum: Introduce basic set of flexible key blocks
Jiri Pirko
1
-0
/
+109
2017-02-04
mlxsw: core: Introduce flexible actions support
Jiri Pirko
3
-1
/
+753
2017-02-04
mlxsw: core: Introduce flexible keys support
Jiri Pirko
3
-1
/
+714
2017-02-04
mlxsw: reg: Add Policy-Engine Extended Flexible Action Register
Jiri Pirko
1
-3
/
+36
2017-02-04
mlxsw: reg: Add Policy-Engine Policy Based Switching Register
Jiri Pirko
1
-0
/
+31
2017-02-04
mlxsw: reg: Add Policy-Engine Rules Copy Register
Jiri Pirko
1
-0
/
+77
2017-02-04
mlxsw: reg: Add Policy-Engine Port Binding Table
Jiri Pirko
1
-0
/
+63
2017-02-04
mlxsw: reg: Add Policy-Engine TCAM Entry Register Version 2
Jiri Pirko
1
-0
/
+100
2017-02-04
mlxsw: reg: Add Policy-Engine TCAM Allocation Register
Jiri Pirko
1
-0
/
+106
2017-02-04
mlxsw: reg: Add Policy-Engine ACL Group Table register
Jiri Pirko
1
-0
/
+54
2017-02-04
mlxsw: reg: Add Policy-Engine ACL Register
Jiri Pirko
1
-2
/
+45
2017-02-04
mlxsw: item: Add helpers for getting pointer into payload for char buffer item
Jiri Pirko
1
-0
/
+19
2017-02-04
mlxsw: item: Add 8bit item helpers
Jiri Pirko
1
-2
/
+77
2017-02-04
bonding: Remove unnecessary returned value check
Zhu Yanjun
1
-6
/
+4
2017-02-04
cxgb4: get rid of custom busy poll code
Eric Dumazet
4
-174
/
+6
2017-02-04
myri10ge: get rid of custom busy poll code
Eric Dumazet
1
-193
/
+4
[next]