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.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-08-16
mlxsw: spectrum_router: Use correct config option
Ido Schimmel
1
-1
/
+1
2017-08-16
ipv6: fib: Provide offload indication using nexthop flags
Ido Schimmel
1
-4
/
+4
2017-08-16
mlx5: remove unnecessary pci_set_drvdata()
Zhu Yanjun
1
-2
/
+0
2017-08-16
mlx4: remove unnecessary pci_set_drvdata()
Zhu Yanjun
1
-2
/
+0
2017-08-15
s390/qeth: fix using of ref counter for rxip addresses
Kittipon Meesompop
1
-3
/
+5
2017-08-15
s390/qeth: fix trace-messages for deleting rxip addresses
Kittipon Meesompop
1
-2
/
+2
2017-08-15
s390/qeth: reject multicast rxip addresses
Kittipon Meesompop
1
-0
/
+17
2017-08-15
s390/qeth: extract bridgeport cmd builder
Julian Wiedmann
1
-36
/
+26
2017-08-15
s390/net: reduce inlining
Julian Wiedmann
7
-74
/
+67
2017-08-15
s390/qeth: make more use of skb API
Julian Wiedmann
4
-18
/
+10
2017-08-15
s390/qeth: clean up fill_buffer() offset logic
Julian Wiedmann
2
-19
/
+18
2017-08-15
s390/qeth: straighten out fill_buffer() interface
Julian Wiedmann
1
-15
/
+14
2017-08-15
s390/qeth: simplify fragment type selection
Julian Wiedmann
1
-15
/
+8
2017-08-15
s390/qeth: remove extra L3 adapterparms query
Julian Wiedmann
1
-13
/
+1
2017-08-15
s390/qeth: remove extra L2 adapterparms query
Julian Wiedmann
1
-9
/
+0
2017-08-15
s390/qeth: don't access skb after transmission
Julian Wiedmann
2
-10
/
+8
2017-08-15
liquidio: fix issues with fw_type module parameter
Derek Chickles
1
-3
/
+3
2017-08-15
mlxsw: spectrum_router: Add support for nexthop group consolidation for IPv6
Arkadi Sharshevsky
1
-9
/
+141
2017-08-15
mlxsw: spectrum_router: Prepare nexthop group's hash table for IPv6
Arkadi Sharshevsky
1
-17
/
+52
2017-08-15
liquidio: added support for ethtool --set-ring feature
Intiyaz Basha
6
-11
/
+160
2017-08-15
liquidio: moved liquidio_setup_io_queues to lio_core.c
Intiyaz Basha
4
-216
/
+118
2017-08-15
liquidio: moved liquidio_napi_poll to lio_core.c
Intiyaz Basha
4
-108
/
+61
2017-08-15
liquidio: moved liquidio_napi_drv_callback to lio_core.c
Intiyaz Basha
4
-50
/
+41
2017-08-15
liquidio: moved liquidio_push_packet to lio_core.c
Intiyaz Basha
4
-275
/
+156
2017-08-15
liquidio: moved octeon_setup_droq to lio_core.c
Intiyaz Basha
4
-72
/
+37
2017-08-15
liquidio: moved update_txq_status to lio_core.c
Intiyaz Basha
4
-59
/
+36
2017-08-15
liquidio: moved wait_for_pending_requests to octeon_network.h
Intiyaz Basha
5
-55
/
+29
2017-08-14
Change Kconfig description
Ohad Oz
1
-1
/
+2
2017-08-14
Allow Mellanox switch devices to be configured if only I2C bus is set
Ohad Oz
1
-1
/
+1
2017-08-14
net: phy: Use tab for indentation in Kconfig
Michal Simek
1
-21
/
+21
2017-08-14
mlxsw: spectrum_router: Use one LPM tree for all virtual routers
Ido Schimmel
1
-94
/
+165
2017-08-14
mlxsw: spectrum_router: Pass argument explicitly
Ido Schimmel
1
-4
/
+4
2017-08-14
mlxsw: spectrum_router: Return void from deletion functions
Ido Schimmel
1
-10
/
+9
2017-08-14
qlge: fix duplicated code for different branches
Gustavo A. R. Silva
1
-33
/
+14
2017-08-14
liquidio: fix duplicated code for different branches
Gustavo A. R. Silva
1
-8
/
+3
2017-08-14
liquidio: update debug console logging mechanism
Rick Farrington
3
-25
/
+90
2017-08-14
net: ti: cpsw:: constify platform_device_id
Arvind Yadav
1
-1
/
+1
2017-08-14
net: sh_eth: constify platform_device_id
Arvind Yadav
1
-1
/
+1
2017-08-14
net: dpaa_eth: constify platform_device_id
Arvind Yadav
1
-1
/
+1
2017-08-14
can: constify platform_device_id
Arvind Yadav
1
-1
/
+1
2017-08-14
tap: make struct tap_fops static
Colin Ian King
1
-1
/
+1
2017-08-14
virtio-net: make array guest_offloads static
Colin Ian King
1
-4
/
+6
2017-08-14
of_mdio: merge branch tails in of_phy_register_fixed_link()
Sergei Shtylyov
1
-12
/
+11
2017-08-14
net: vrf: Drop local rtable and rt6_info
David Ahern
1
-114
/
+8
2017-08-14
vxlan: change vxlan_[config_]validate() to use netlink_ext_ack for error repo...
Girish Moodalbail
1
-26
/
+73
2017-08-14
tap: XDP support
Jason Wang
1
-7
/
+142
2017-08-14
tap: use build_skb() for small packet
Jason Wang
1
-21
/
+91
2017-08-12
liquidio: moved ptp_enable to octeon_device structure
Intiyaz Basha
2
-9
/
+11
2017-08-12
mlxsw: make mlxsw_config_profile const
Bhumika Goyal
3
-3
/
+3
2017-08-12
nfp: send control message when MAC representors are created
Simon Horman
3
-3
/
+80
[next]