index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-26
i40e: disallow programming multiple filters with same criteria
Jacob Keller
1
-0
/
+87
2018-01-26
i40e: program fragmented IPv4 filter input set
Jacob Keller
2
-0
/
+13
2018-01-26
i40e: Fix kdump failure
Avinash Dayanand
1
-2
/
+2
2018-01-26
i40e: cleanup unnecessary parens
Jeff Kirsher
2
-2
/
+2
2018-01-26
i40e: fix FW_LLDP flag on init
Alan Brady
1
-0
/
+3
2018-01-26
i40e: Implement an ethtool private flag to stop LLDP in FW
Dave Ertman
2
-3
/
+58
2018-01-26
i40e: change flags to use 64 bits
Alice Michael
2
-35
/
+36
2018-01-26
i40e: Display LLDP information on vSphere Web Client
Upasana Menon
4
-0
/
+55
2018-01-26
i40e/i40evf: Use ring pointers to clean up _set_itr_per_queue
Alexander Duyck
2
-24
/
+26
2018-01-26
i40evf: Allow turning off offloads when the VF has VLAN set
Paweł Jabłoński
1
-6
/
+12
2018-01-26
i40e: Fix for adding multiple ethtool filters on the same location
Patryk Małek
1
-6
/
+6
2018-01-26
i40e: Add returning AQ critical error to SW
Michal Kosiarz
6
-8
/
+24
2018-01-26
ixgbe: don't set RXDCTL.RLPML for 82599
Emil Tantilov
1
-2
/
+6
2018-01-26
ixgbe: Fix && vs || typo
Dan Carpenter
1
-1
/
+1
2018-01-26
ixgbe: add support for reporting 5G link speed
Paul Greenwalt
1
-0
/
+3
2018-01-26
ixgbe: Don't report unsupported timestamping filters for X550
Miroslav Lichvar
1
-18
/
+19
2018-01-26
ixgbe: use ARRAY_SIZE for array sizing calculation on array buf
Colin Ian King
1
-1
/
+1
2018-01-26
ixgbevf: use ARRAY_SIZE for various array sizing calculations
Colin Ian King
1
-10
/
+7
2018-01-26
ixgbevf: don't bother clearing tx_buffer_info in ixgbevf_clean_tx_ring()
Emil Tantilov
1
-43
/
+72
2018-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
16
-28
/
+57
2018-01-26
Merge tag 'drm-fixes-for-v4.15-rc10-2' of git://people.freedesktop.org/~airli...
Linus Torvalds
2
-21
/
+58
2018-01-26
VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSING
Stefan Hajnoczi
1
-1
/
+1
2018-01-26
dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state
Alexey Kodanev
1
-0
/
+3
2018-01-26
Merge branch 'cxgb4-fix-dump-collection-when-firmware-crashed'
David S. Miller
2
-15
/
+42
2018-01-26
cxgb4: use backdoor access to collect dumps when firmware crashed
Rahul Lakkireddy
1
-13
/
+38
2018-01-26
cxgb4: fix incorrect condition for using firmware LDST commands
Rahul Lakkireddy
1
-1
/
+1
2018-01-26
cxgb4: reset FW_OK flag on firmware crash
Rahul Lakkireddy
1
-1
/
+3
2018-01-26
Merge branch 'hns3-next'
David S. Miller
3
-0
/
+15
2018-01-26
net: hns3: add int_gl_idx setup for VF
Fuyun Liang
2
-0
/
+13
2018-01-26
net: hns3: add get/set_coalesce support to VF
Fuyun Liang
1
-0
/
+2
2018-01-26
Merge tag 'linux-can-next-for-4.16-20180126' of ssh://gitolite.kernel.org/pub...
David S. Miller
10
-1317
/
+1448
2018-01-26
ixgbevf: improve performance and reduce size of ixgbevf_tx_map()
Emil Tantilov
1
-25
/
+20
2018-01-26
ixgbevf: clear rx_buffer_info in configure instead of clean
Emil Tantilov
1
-13
/
+13
2018-01-26
ixgbevf: add counters for Rx page allocations
Emil Tantilov
3
-7
/
+25
2018-01-26
ixgbevf: update code to better handle incrementing page count
Emil Tantilov
2
-9
/
+28
2018-01-26
ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERING
Emil Tantilov
2
-22
/
+38
2018-01-26
ixgbevf: use length to determine if descriptor is done
Emil Tantilov
1
-6
/
+8
2018-01-26
ixgbevf: only DMA sync frame length
Emil Tantilov
1
-3
/
+4
2018-01-26
ixgbevf: add function for checking if we can reuse page
Emil Tantilov
1
-26
/
+33
2018-01-26
Merge branch 'net-smc-fixes-2018-01-26'
David S. Miller
7
-127
/
+191
2018-01-26
net/smc: return booleans instead of integers
Gustavo A. R. Silva
1
-2
/
+2
2018-01-26
net/smc: release clcsock from tcp_listen_worker
Ursula Braun
2
-10
/
+36
2018-01-26
net/smc: replace sock_put worker by socket refcounting
Ursula Braun
6
-68
/
+88
2018-01-26
net/smc: smc_poll improvements
Ursula Braun
1
-34
/
+40
2018-01-26
net/smc: handle device, port, and QP error events
Ursula Braun
1
-13
/
+25
2018-01-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-2
/
+27
2018-01-26
sfc: add suffix to large constant in ptp
Bert Kenward
1
-1
/
+1
2018-01-26
Merge branch 'net-ipv6-Add-support-for-ONLINK-flag'
David S. Miller
1
-37
/
+103
2018-01-26
net/ipv6: Add support for onlink flag
David Ahern
1
-1
/
+50
2018-01-26
net/ipv6: Add flags and table id to ip6_nh_lookup_table
David Ahern
1
-4
/
+8
[prev]
[next]