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
2016-04-08
mlxsw: Do not pass around driver_priv directly
Jiri Pirko
4
-24
/
+31
2016-04-08
mlxsw: Pass mlxsw_core as a param of mlxsw_core_skb_transmit*
Jiri Pirko
4
-19
/
+9
2016-04-08
mlxsw: Move devlink port registration into common core code
Jiri Pirko
5
-41
/
+55
2016-04-08
nfp: allow ring size reconfiguration at runtime
Jakub Kicinski
3
-21
/
+136
2016-04-08
nfp: pass ring count as function parameter
Jakub Kicinski
1
-9
/
+14
2016-04-08
nfp: convert .ndo_change_mtu() to prepare/commit paradigm
Jakub Kicinski
1
-6
/
+102
2016-04-08
nfp: propagate list buffer size in struct rx_ring
Jakub Kicinski
2
-8
/
+19
2016-04-08
nfp: sync ring state during FW reconfiguration
Jakub Kicinski
1
-29
/
+16
2016-04-08
nfp: slice .ndo_open() and .ndo_stop() up
Jakub Kicinski
1
-82
/
+136
2016-04-08
nfp: move filling ring information to FW config
Jakub Kicinski
1
-18
/
+32
2016-04-08
nfp: preallocate RX buffers early in .ndo_open
Jakub Kicinski
1
-23
/
+11
2016-04-08
nfp: reorganize initial filling of RX rings
Jakub Kicinski
1
-41
/
+78
2016-04-08
nfp: cleanup tx ring flush and rename to reset
Jakub Kicinski
1
-44
/
+37
2016-04-08
nfp: allocate ring SW structs dynamically
Jakub Kicinski
3
-17
/
+37
2016-04-08
nfp: make *x_ring_init do all the init
Jakub Kicinski
1
-10
/
+18
2016-04-08
nfp: break up nfp_net_{alloc|free}_rings
Jakub Kicinski
1
-79
/
+47
2016-04-08
nfp: move link state interrupt request/free calls
Jakub Kicinski
1
-11
/
+12
2016-04-08
nfp: correct RX buffer length calculation
Jakub Kicinski
1
-7
/
+1
2016-04-08
ixgbe: Bump version number
Mark Rustad
1
-1
/
+1
2016-04-08
ixgbe: Add KR backplane support for x550em_a
Mark Rustad
3
-4
/
+18
2016-04-08
ixgbe: Add support for SGMII backplane interface
Mark Rustad
3
-0
/
+69
2016-04-08
ixgbe: Add support for SFPs with retimer
Mark Rustad
4
-2
/
+144
2016-04-08
ixgbe: Introduce function to control MDIO speed
Mark Rustad
1
-6
/
+21
2016-04-08
ixgbe: Read and parse NW_MNG_IF_SEL register
Mark Rustad
2
-5
/
+37
2016-04-08
ixgbe: Read and set instance id
Mark Rustad
2
-0
/
+13
2016-04-08
ixgbe: Use new methods for PHY access
Mark Rustad
1
-3
/
+64
2016-04-08
ixgbe: Add support for x550em_a 10G MAC type
Mark Rustad
11
-9
/
+311
2016-04-08
ixgbe: Use method pointer to access IOSF devices
Mark Rustad
2
-14
/
+20
2016-04-08
ixgbe: Add definitions for x550em_a 10G MAC
Mark Rustad
1
-4
/
+18
2016-04-08
ixgbe: Add support for single-port X550 device
Mark Rustad
3
-0
/
+4
2016-04-08
ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean logic
Alexander Duyck
2
-8
/
+16
2016-04-08
ixgbe: Take manageability semaphore for firmware commands
Mark Rustad
1
-11
/
+19
2016-04-08
ixgbe: Clean up interface for firmware commands
Mark Rustad
3
-28
/
+28
2016-04-08
ixgbe: Correct length check for round up
Mark Rustad
1
-1
/
+1
2016-04-08
ixgbe: Change the lan_id and func fields to a u8 to avoid casts
Mark Rustad
3
-4
/
+4
2016-04-08
ixgbe: Delete some unused register definitions
Mark Rustad
1
-8
/
+0
2016-04-07
geneve: change to use UDP socket GRO
Tom Herbert
1
-20
/
+8
2016-04-07
vxlan: change vxlan to use UDP socket GRO
Tom Herbert
1
-22
/
+8
2016-04-07
tun: use socket locks for sk_{attach,detatch}_filter
Hannes Frederic Sowa
1
-5
/
+9
2016-04-07
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
9
-94
/
+53
2016-04-07
Revert "igb: Fix a deadlock in igb_sriov_reinit"
Arika Chen
1
-1
/
+0
2016-04-07
net: intel: remove dead links
Jiri Benc
1
-66
/
+14
2016-04-07
i40evf: properly handle VLAN features
Mitch Williams
1
-15
/
+12
2016-04-07
i40e/i40evf: Bump patch from 1.5.2 to 1.5.5
Harshitha Ramamurthy
2
-2
/
+2
2016-04-07
i40e: Input set mask constants for RSS, flow director, and flex bytes
Kiran Patil
2
-0
/
+75
2016-04-07
i40e: Move NVM event wait check to NVM code
Shannon Nelson
3
-30
/
+33
2016-04-07
i40e: Add RSS configuration to virtual channel
Mitch Williams
2
-6
/
+84
2016-04-07
i40e: Move NVM variable out of AQ struct
Shannon Nelson
6
-11
/
+11
2016-04-07
i40e: Restrict VF poll mode to only single function mode devices
Shannon Nelson
1
-1
/
+9
2016-04-07
i40e: Patch to support trusted VF
Anjali Singhai Jain
3
-0
/
+45
[next]