index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-01
nfp: bring back support for different ring counts
Jakub Kicinski
1
-47
/
+71
2016-11-01
nfp: replace num_irqs with max_r_vecs
Jakub Kicinski
2
-8
/
+10
2016-11-01
nfp: remove nfp_net_irqs_wanted()
Jakub Kicinski
1
-23
/
+4
2016-11-01
nfp: use unsigned int for vector/ring counts
Jakub Kicinski
2
-10
/
+12
2016-11-01
nfp: create separate define for max number of vectors
Jakub Kicinski
1
-3
/
+5
2016-11-01
nfp: use AND instead of modulo to get ring indexes
Jakub Kicinski
1
-7
/
+7
2016-11-01
nfp: add separate buffer allocation function for napi
Jakub Kicinski
1
-2
/
+21
2016-11-01
nfp: use alloc_frag() and build_skb()
Jakub Kicinski
3
-50
/
+82
2016-11-01
nfp: add buffer drop/recycle helper for RX
Jakub Kicinski
1
-10
/
+17
2016-11-01
nfp: centralize the buffer size calculation
Jakub Kicinski
2
-9
/
+21
2016-11-01
nfp: remove inline attributes and dead code
Jakub Kicinski
1
-14
/
+1
2016-11-01
nfp: remove unnecessary call to ether_setup()
Jakub Kicinski
1
-1
/
+0
2016-11-01
nfp: remove support for nfp3200
Jakub Kicinski
4
-138
/
+22
2016-11-01
nfp: simplify nfp_net_poll()
Jakub Kicinski
1
-9
/
+3
2016-11-01
qed: Correct VF mac number
Mintz, Yuval
3
-0
/
+22
2016-11-01
qede: Don't override priv_flags
Mintz, Yuval
1
-1
/
+1
2016-11-01
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
18
-850
/
+867
2016-10-31
net: cris: make eth_v10.c explicitly non-modular
Paul Gortmaker
1
-10
/
+1
2016-10-31
i40e: removed unreachable code
Filip Sadowski
4
-60
/
+33
2016-10-31
i40e: Implementation of ERROR state for NVM update state machine
Maciej Sosin
5
-4
/
+22
2016-10-31
i40e: Fix for division by zero
Michal Kosiarz
1
-2
/
+4
2016-10-31
i40e: clear mac filter count on reset
Mitch Williams
1
-0
/
+1
2016-10-31
i40e: Reorder logic for coalescing RS bits
Alexander Duyck
4
-104
/
+108
2016-10-31
i40e: Add common function for finding VSI by type
Alexander Duyck
4
-30
/
+27
2016-10-31
i40evf: avoid an extra msleep while
Jacob Keller
1
-3
/
+5
2016-10-31
i40e: replace PTP Rx timestamp hang logic
Jacob Keller
4
-44
/
+83
2016-10-31
i40e: use a mutex instead of spinlock in PTP user entry points
Jacob Keller
2
-14
/
+8
2016-10-31
i40e: correct check for reading TSYNINDX from the receive descriptor
Jacob Keller
1
-3
/
+4
2016-10-31
i40e: remove duplicate add/delete adminq command code for filters
Jacob Keller
1
-72
/
+84
2016-10-31
i40e: avoid looping to check whether we're in VLAN mode
Jacob Keller
2
-11
/
+38
2016-10-31
i40e: fix MAC filters when removing VLANs
Alan Brady
1
-48
/
+72
2016-10-31
i40e: properly cleanup on allocation failure in i40e_sync_vsi_filters
Jacob Keller
1
-17
/
+22
2016-10-31
i40e: store MAC/VLAN filters in a hash with the MAC Address as key
Jacob Keller
5
-107
/
+161
2016-10-31
i40e: implement __i40e_del_filter and use where applicable
Jacob Keller
1
-33
/
+59
2016-10-31
i40e: When searching all MAC/VLAN filters, ignore removed filters
Jacob Keller
1
-0
/
+6
2016-10-31
i40e: refactor i40e_put_mac_in_vlan to avoid changing f->vlan
Jacob Keller
1
-12
/
+13
2016-10-31
i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
Jacob Keller
1
-57
/
+56
2016-10-31
i40e: make use of __dev_uc_sync and __dev_mc_sync
Jacob Keller
2
-54
/
+69
2016-10-31
i40e: drop is_vf and is_netdev fields in struct i40e_mac_filter
Jacob Keller
5
-272
/
+89
2016-10-31
i40e: Add missing \n to end of dev_err message
Colin Ian King
1
-1
/
+1
2016-10-31
qed: Learn resources from management firmware
Tomer Tayar
6
-62
/
+340
2016-10-31
qed: Use VF-queue feature
Mintz, Yuval
4
-16
/
+54
2016-10-31
qed: Learn of RDMA capabilities per-device
Mintz, Yuval
2
-8
/
+77
2016-10-31
qede: Decouple ethtool caps from qed
Mintz, Yuval
1
-2
/
+2
2016-10-31
qed*: Add support for WoL
Mintz, Yuval
8
-5
/
+166
2016-10-31
qed: Add nvram selftest
Mintz, Yuval
7
-0
/
+258
2016-10-31
qed*: Management firmware - notifications and defaults
Sudarsana Kalluru
8
-3
/
+459
2016-10-31
solos-pci: use permission-specific DEVICE_ATTR variants
Julia Lawall
1
-1
/
+1
2016-10-31
ptp: use permission-specific DEVICE_ATTR variants
Julia Lawall
1
-1
/
+1
2016-10-31
ldmvsw: tx queue stuck in stopped state after LDC reset
Aaron Young
1
-3
/
+13
[next]