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-04-30
i40e: separate PF and VSI state flags
Jacob Keller
8
-55
/
+64
2017-04-30
i40e: remove unnecessary msleep() delay in i40e_free_vfs
Jacob Keller
3
-4
/
+2
2017-04-30
i40e: amortize wait time when disabling lots of VFs
Jacob Keller
1
-2
/
+14
2017-04-30
i40e: Reprogram port offloads after reset
Alexander Duyck
1
-0
/
+20
2017-04-30
i40e: rename index to port to avoid confusion
Jacob Keller
2
-6
/
+6
2017-04-30
i40e: make use of i40e_reset_all_vfs when initializing new VFs
Jacob Keller
2
-3
/
+8
2017-04-30
i40e: properly spell I40E_VF_STATE_* flags
Jacob Keller
4
-58
/
+58
2017-04-30
ixgbevf: Check for RSS key before setting value
Tony Nguyen
3
-4
/
+34
2017-04-30
ixgbevf: Fix errors in retrieving RETA and RSS from PF
Tony Nguyen
1
-3
/
+3
2017-04-30
ixgbe: Check for RSS key before setting value
Tony Nguyen
4
-7
/
+31
2017-04-30
ixgbe: Add 1000Base-T device based on X550EM_X MAC
Paul Greenwalt
4
-1
/
+49
2017-04-30
ixgbe: Allow setting zero MAC address for VF
Tony Nguyen
1
-10
/
+18
2017-04-30
ixgbevf: fix size of queue stats length
Emil Tantilov
1
-1
/
+1
2017-04-30
ixgbe: clean macvlan MAC filter table on VF reset
Emil Tantilov
1
-52
/
+53
2017-04-30
ixgbe: delay tail write to every 'n' packets
John Fastabend
1
-11
/
+17
2017-04-30
ixgbe: add support for XDP_TX action
John Fastabend
4
-53
/
+348
2017-04-30
ixgbe: add XDP support for pass and drop actions
John Fastabend
3
-29
/
+148
2017-04-29
ixgbe: Acquire PHY semaphore before device reset
Paul Greenwalt
2
-0
/
+16
2017-04-28
Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...
David S. Miller
52
-193
/
+224
2017-04-28
cfg80211: add request id to cfg80211_sched_scan_*() api
Arend Van Spriel
8
-11
/
+11
2017-04-28
cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()
Avraham Stern
4
-13
/
+36
2017-04-28
mac80211: rename ieee80211_rx_status::vht_nss to just nss
Johannes Berg
5
-7
/
+7
2017-04-28
mac80211: separate encoding/bandwidth from flags
Johannes Berg
33
-83
/
+90
2017-04-28
mac80211: clean up rate encoding bits in RX status
Johannes Berg
40
-152
/
+153
2017-04-28
Merge tag 'wireless-drivers-next-for-davem-2017-04-27' of git://git.kernel.or...
David S. Miller
42
-388
/
+671
2017-04-27
qed: Acquire/release ptt_ptp lock when enabling/disabling PTP.
sudarsana.kalluru@cavium.com
3
-15
/
+19
2017-04-27
qed: Remove the un-needed ptp header file.
sudarsana.kalluru@cavium.com
2
-48
/
+0
2017-04-27
qede: Add support for PTP resource locking.
sudarsana.kalluru@cavium.com
3
-99
/
+75
2017-04-27
qed: Add support for PTP resource locking.
sudarsana.kalluru@cavium.com
4
-0
/
+106
2017-04-27
qed: Add support for MFW resource locking.
sudarsana.kalluru@cavium.com
3
-11
/
+49
2017-04-27
net: vrf: Do not allow looback to be moved to a VRF
David Ahern
1
-0
/
+6
2017-04-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
31
-112
/
+321
2017-04-27
cfg80211: add request id parameter to .sched_scan_stop() signature
Arend Van Spriel
3
-5
/
+5
2017-04-27
nl80211: allow multiple active scheduled scan requests
Arend Van Spriel
5
-5
/
+5
2017-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
29
-106
/
+315
2017-04-26
virtio-net: on tx, only call napi_disable if tx napi is on
Willem de Bruijn
1
-2
/
+8
2017-04-26
ibmvnic: Move initialization of sub crqs to ibmvnic_init
Nathan Fontenot
1
-11
/
+12
2017-04-26
ibmvnic: Split initialization of scrqs to its own routine
Nathan Fontenot
1
-47
/
+54
2017-04-26
macsec: dynamically allocate space for sglist
Jason A. Donenfeld
1
-7
/
+22
2017-04-26
Revert "phy: micrel: Disable auto negotiation on startup"
David S. Miller
1
-11
/
+0
2017-04-26
net: phy: fix auto-negotiation stall due to unavailable interrupt
Alexander Kochetkov
1
-4
/
+36
2017-04-26
Merge tag 'iwlwifi-next-for-kalle-2017-04-26' of git://git.kernel.org/pub/scm...
Kalle Valo
34
-350
/
+521
2017-04-26
brcmfmac: Make skb header writable before use
James Hughes
1
-14
/
+5
2017-04-26
brcmfmac: Ensure pointer correctly set if skb data location changes
James Hughes
1
-1
/
+3
2017-04-26
rndis_wlan: add return value validation
Pan Bian
1
-0
/
+4
2017-04-26
libertas: check return value of alloc_workqueue
Pan Bian
1
-0
/
+5
2017-04-26
mt7601u: check return value of alloc_skb
Pan Bian
1
-2
/
+8
2017-04-26
orinoco_usb: Fix buffer on stack
Maksim Salau
1
-4
/
+17
2017-04-26
orinoco: fix spelling mistake: "Registerred" -> "Registered"
Colin Ian King
1
-1
/
+1
2017-04-26
rtlwifi: rtl8821ae: setup 8812ae RFE according to device type
Larry Finger
2
-16
/
+107
[next]