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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-06
can: flexcan: switch imx6 and vf610 to timestamp based offloading
Marc Kleine-Budde
1
-2
/
+3
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
2
-3
/
+144
2017-02-06
can: rx-offload: Add support for HW fifo based irq offloading
David Jander
3
-1
/
+209
2017-02-06
Merge branch 'remove-__napi_complete_done'
David S. Miller
13
-222
/
+127
2017-02-06
net: remove __napi_complete()
Eric Dumazet
2
-22
/
+3
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
Merge branch 'ipv6-Improve-user-experience-with-multipath-routes'
David S. Miller
4
-25
/
+227
2017-02-05
net: ipv6: Use compressed IPv6 addresses showing route replace error
David Ahern
1
-1
/
+1
2017-02-05
net: ipv6: Change notifications for multipath delete to RTA_MULTIPATH
David Ahern
2
-1
/
+28
2017-02-05
net: ipv6: Change notifications for multipath add to RTA_MULTIPATH
David Ahern
3
-3
/
+54
2017-02-05
net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attribute
David Ahern
2
-17
/
+105
2017-02-05
net: ipv6: Allow shorthand delete of all nexthops in multipath route
David Ahern
2
-3
/
+39
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
net: skb_needs_check() accepts CHECKSUM_NONE for tx
Eric Dumazet
1
-3
/
+4
2017-02-04
net: remove support for per driver ndo_busy_poll()
Eric Dumazet
4
-21
/
+0
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
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
65
-680
/
+646
2017-02-04
Merge branch 'mlxsw-Introduce-TC-Flower-offload-using-TCAM'
David S. Miller
25
-16
/
+5184
2017-02-04
mlxsw: spectrum: Implement TC flower offload
Jiri Pirko
4
-3
/
+331
2017-02-04
sched: cls_flower: expose priority to offloading netdevice
Jiri Pirko
2
-0
/
+4
2017-02-04
mlxsw: spectrum: Introduce ACL core with simple TCAM implementation
Jiri Pirko
6
-8
/
+1769
2017-02-04
lib: Introduce priority array area manager
Jiri Pirko
7
-0
/
+871
2017-02-04
list: introduce list_for_each_entry_from_reverse helper
Jiri Pirko
1
-0
/
+13
2017-02-04
mlxsw: resources: Add ACL related resources
Jiri Pirko
1
-2
/
+18
[next]