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-10-02
qed: Add driver support for 20G link speed.
Sudarsana Reddy Kalluru
4
-4
/
+21
2018-10-02
isdn/hisax: Fix fall-through annotation
Gustavo A. R. Silva
1
-1
/
+1
2018-10-02
net: drop unused skb_append_datato_frags()
Paolo Abeni
2
-63
/
+0
2018-10-01
Merge branch 'ibmvnic-Implement-driver-defined-queue-limits'
David S. Miller
2
-36
/
+102
2018-10-01
ibmvnic: Add ethtool private flag for driver-defined queue limits
Thomas Falcon
2
-35
/
+100
2018-10-01
ibmvnic: Introduce driver limits for ring sizes
Thomas Falcon
1
-0
/
+1
2018-10-01
ibmvnic: Increase maximum queue size limit
Thomas Falcon
1
-1
/
+1
2018-10-01
net: phy: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-2
/
+2
2018-10-01
tcp/fq: move back to CLOCK_MONOTONIC
Eric Dumazet
3
-5
/
+5
2018-10-01
selftests/tls: Fix recv(MSG_PEEK) & splice() test cases
Vakul Garg
1
-10
/
+10
2018-10-01
hv_netvsc: Fix rndis_per_packet_info internal field initialization
Haiyang Zhang
1
-0
/
+1
2018-10-01
net: phy: improve handling delayed work
Heiner Kallweit
2
-15
/
+16
2018-10-01
Merge branch 'net-systemport-Turn-on-offloads-by-default'
David S. Miller
2
-34
/
+35
2018-10-01
net: systemport: Add software counters to track reallocations
Florian Fainelli
2
-0
/
+7
2018-10-01
net: systemport: Be drop monitor friendly while re-allocating headroom
Florian Fainelli
1
-1
/
+2
2018-10-01
net: systemport: Turn on offloads by default
Florian Fainelli
1
-3
/
+4
2018-10-01
net: systemport: Utilize bcm_sysport_set_features() during resume/open
Florian Fainelli
1
-7
/
+7
2018-10-01
net: systemport: Refactor bcm_sysport_set_features()
Florian Fainelli
1
-23
/
+15
2018-10-01
net_sched: fix a crash in tc_new_tfilter()
Cong Wang
1
-1
/
+3
2018-10-01
Merge branch 'netlink-extended-attribute-validation'
David S. Miller
2
-3
/
+165
2018-10-01
netlink: add validation function to policy
Johannes Berg
2
-1
/
+30
2018-10-01
netlink: add attribute range validation to policy
Johannes Berg
2
-3
/
+136
2018-10-01
Merge branch 'Support-of-Flow-Director-in-HNS3-Ethernet-Driver-for-HiP08-Rev2...
David S. Miller
7
-9
/
+1721
2018-10-01
net: hns3: Add support for enable/disable flow director
Jian Shen
3
-1
/
+28
2018-10-01
net: hns3: Remove all flow director rules when unload hns3 driver
Jian Shen
1
-0
/
+2
2018-10-01
net: hns3: Add reset handle for flow director
Jian Shen
4
-0
/
+103
2018-10-01
net: hns3: Add support for rule query of flow director
Jian Shen
3
-6
/
+264
2018-10-01
net: hns3: Add support for rule add/delete for flow director
Jian Shen
4
-2
/
+519
2018-10-01
net: hns3: Add input key and action config support for flow director
Jian Shen
3
-0
/
+456
2018-10-01
net: hns3: Add flow director initialization
Jian Shen
5
-0
/
+349
2018-10-01
Merge branch 'Continue-towards-using-linkmode-in-phylib'
David S. Miller
21
-135
/
+420
2018-10-01
net: phy: Replace phy driver features u32 with link_mode bitmap
Andrew Lunn
9
-39
/
+198
2018-10-01
net: ethernet: xgbe: expand PHY_GBIT_FEAUTRES
Andrew Lunn
1
-4
/
+6
2018-10-01
net: phy: Add limkmode equivalents to some of the MII ethtool helpers
Andrew Lunn
1
-0
/
+50
2018-10-01
net: phy: Add helper for advertise to lcl value
Andrew Lunn
8
-34
/
+26
2018-10-01
net: phy: Add helper to convert MII ADV register to a linkmode
Andrew Lunn
1
-0
/
+31
2018-10-01
net: phy: Add phydev_info()
Andrew Lunn
3
-7
/
+11
2018-10-01
net: phy: Add phydev_warn()
Andrew Lunn
6
-24
/
+29
2018-10-01
net: phy: Move linkmode helpers to somewhere public
Andrew Lunn
4
-27
/
+69
2018-10-01
nfp: warn on experimental TLV types
Jakub Kicinski
2
-0
/
+15
2018-10-01
net: nixge: Address compiler warnings when building for i386
Moritz Fischer
1
-7
/
+7
2018-10-01
tcp: adjust rcv zerocopy hints based on frag sizes
Soheil Hassas Yeganeh
1
-1
/
+10
2018-10-01
tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZE
Soheil Hassas Yeganeh
1
-5
/
+9
2018-10-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-10
/
+16
2018-10-01
Merge tag 'mlx5e-updates-2018-10-01' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
13
-104
/
+312
2018-10-01
tcp: start receiver buffer autotuning sooner
Yuchung Cheng
1
-1
/
+1
2018-10-01
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
7
-2489
/
+2613
2018-10-01
ice: Change pf state behavior to protect reset path
Dave Ertman
4
-30
/
+31
2018-10-01
ice: Move common functions out of ice_main.c part 7/7
Anirudh Venkataramanan
3
-282
/
+249
2018-10-01
ice: Move common functions out of ice_main.c part 6/7
Anirudh Venkataramanan
3
-450
/
+521
[next]