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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-26
can: at91_can: add LED trigger support
Fabio Baltieri
1
-0
/
+10
2013-01-26
can: flexcan: add LED trigger support
Fabio Baltieri
1
-0
/
+11
2013-01-26
can: rename LED trigger name on netdev renames
Kurt Van Dijck
3
-0
/
+52
2013-01-26
can: export a safe netdev_priv wrapper for candev
Kurt Van Dijck
2
-0
/
+16
2013-01-26
can: add tx/rx LED trigger support
Fabio Baltieri
5
-0
/
+149
2013-01-26
can: usb_8dev: Add support for USB2CAN interface from 8 devices
Bernd Krumboeck
3
-0
/
+1029
2013-01-26
can: sja1000: correct indention of Kconfig help text
Marc Kleine-Budde
1
-6
/
+6
2013-01-26
can: Kconfig: switch on all CAN protocolls by default
Marc Kleine-Budde
1
-3
/
+3
2013-01-26
can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' block
Marc Kleine-Budde
7
-15
/
+18
2013-01-26
can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' block
Marc Kleine-Budde
2
-8
/
+4
2013-01-23
ixgbevf: Fix link speed message to support 100Mbps
Greg Rose
1
-3
/
+16
2013-01-23
ixgbe: Limit number of reported VFs to device specific value
Donald Dutile
1
-0
/
+1
2013-01-23
ixgbe: Implement PCI SR-IOV sysfs callback operation
Greg Rose
4
-6
/
+122
2013-01-23
ixgbe: Modularize SR-IOV enablement code
Greg Rose
1
-40
/
+54
2013-01-23
ixgbe: Make mailbox ops initialization unconditional
Greg Rose
3
-11
/
+10
2013-01-23
ixgbe: only compile ixgbe_debugfs.o when enabled
Jacob Keller
2
-6
/
+2
2013-01-23
ixgbe: Inline Rx PTP descriptor handling
Alexander Duyck
2
-19
/
+23
2013-01-23
ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctl
Jacob Keller
1
-2
/
+2
2013-01-23
ixgbe: add warning when scheduling reset
Jacob Keller
1
-0
/
+2
2013-01-23
ixgbe: Add ptp work item to poll for the Tx timestamp
Jacob Keller
3
-34
/
+65
2013-01-23
ixgbe: Use watchdog check in favor of BPF for detecting latched timestamp
Jacob Keller
3
-87
/
+51
2013-01-23
ixgbe: Update ptp_overflow check comment and jiffies
Jacob Keller
1
-7
/
+7
2013-01-23
ixgbe: add missing supported filters to get_ts_info
Jacob Keller
1
-0
/
+8
2013-01-23
ixgbe: ethtool ixgbe_diag_test cleanup
Jacob Keller
1
-12
/
+26
2013-01-23
Merge branch 'testing' of git://git.kernel.org/pub/scm/linux/kernel/git/klass...
David S. Miller
10
-176
/
+185
2013-01-23
bnx2x: SR-IOV version compatibility bugfix
Ariel Elior
3
-4
/
+5
2013-01-23
bnx2x: Fix compilation with stop-on-error
Yuval Mintz
2
-2
/
+2
2013-01-23
cnic, bnx2x: Add CNIC_DRV_STATE_HANDLES_IRQ to ethdev->drv_state
Michael Chan
3
-8
/
+11
2013-01-23
bnx2x: correct memory release scheme
Yuval Mintz
2
-4
/
+3
2013-01-23
bnx2x: Remove many sparse warnings
Yuval Mintz
9
-159
/
+195
2013-01-23
bnx2x: Modify unload conditions
Yuval Mintz
1
-3
/
+11
2013-01-23
bnx2x: Correct memory preparation and release
Dmitry Kravkov
2
-44
/
+16
2013-01-23
bnx2x: Add missing VFs reference in macros
Yuval Mintz
1
-1
/
+3
2013-01-23
bnx2x: Add additional debug information
Yuval Mintz
4
-6
/
+38
2013-01-23
bnx2x: correct usleep_range usage
Yuval Mintz
4
-10
/
+10
2013-01-23
bnx2x: reorganization and beautification
Yuval Mintz
5
-139
/
+122
2013-01-23
bnx2x: Semantic renovation
Yuval Mintz
9
-105
/
+86
2013-01-23
gianfar: Restore promisc mode on gfar_init_mac()
Claudiu Manoil
1
-0
/
+4
2013-01-23
Merge branch 'soreuseport'
David S. Miller
29
-70
/
+213
2013-01-23
soreuseport: UDP/IPv6 implementation
Tom Herbert
1
-3
/
+27
2013-01-23
soreuseport: TCP/IPv6 implementation
Tom Herbert
5
-10
/
+38
2013-01-23
soreuseport: UDP/IPv4 implementation
Tom Herbert
1
-18
/
+43
2013-01-23
soreuseport: TCP/IPv4 implementation
Tom Herbert
5
-21
/
+73
2013-01-23
soreuseport: infrastructure
Tom Herbert
18
-18
/
+32
2013-01-23
xen-netback: allow changing the MAC address of the interface
Matt Wilson
1
-0
/
+2
2013-01-23
netfilter: nf_conntrack: fix compilation if sysctl are disabled
Pablo Neira Ayuso
1
-2
/
+9
2013-01-23
netfilter: nf_conntrack: refactor l4proto support for netns
Gao feng
8
-106
/
+204
2013-01-23
netfilter: nf_conntrack: refactor l3proto support for netns
Gao feng
4
-41
/
+49
2013-01-23
netfilter: nf_ct_proto: move initialization out of pernet_operations
Gao feng
3
-20
/
+34
2013-01-23
netfilter: nf_ct_labels: move initialization out of pernet_operations
Gao feng
3
-20
/
+16
[prev]
[next]