summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-ca...David S. Miller2014-04-014-161/+265
|\
| * can: c_can: Avoid led toggling for every packet.Thomas Gleixner2014-04-011-3/+4
| * can: c_can: Simplify TX interrupt cleanupThomas Gleixner2014-04-011-20/+17
| * can: c_can: Store dlc privateThomas Gleixner2014-04-012-27/+29
| * can: c_can: Reduce register accessThomas Gleixner2014-04-011-34/+15
| * can: c_can: Make the code readableThomas Gleixner2014-04-011-51/+56
| * can: c_can: Provide protection in the xmit pathThomas Gleixner2014-04-012-1/+9
| * can: c_can: Remove EOB exitThomas Gleixner2014-04-011-3/+0
| * can: c_can: Fix the lost message handlingThomas Gleixner2014-04-011-16/+15
| * can: c_can: Fix buffer orderingThomas Gleixner2014-04-011-2/+50
| * can: c_can: Make it SMP safeThomas Gleixner2014-04-011-15/+21
| * can: c_can: Fix hardware raminit functionThomas Gleixner2014-04-011-10/+37
| * can: c_can: Wait for CONTROL_INIT to be clearedThomas Gleixner2014-04-011-3/+23
| * can: c_can: check return value to users of c_can_set_bittiming()Marc Kleine-Budde2014-04-011-12/+22
| * can: c_can: free_c_can_dev(): add missing netif_napi_del()Marc Kleine-Budde2014-04-011-0/+3
| * can: usb_8dev: Fix memory leak in usb_8dev_start_xmitBjorn Van Tilt2014-04-011-1/+1
* | qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'Shahed Shaikh2014-04-014-3/+26
* | net: ptp: move PTP classifier in its own fileDaniel Borkmann2014-04-013-0/+3
* | net: sxgbe: make "core_ops" staticDan Carpenter2014-04-011-1/+1
* | net: sxgbe: fix logical vs bitwise operationDan Carpenter2014-04-011-3/+3
* | net: sxgbe: sxgbe_mdio_register() frees the busDan Carpenter2014-04-011-7/+0
* | Call efx_set_channels() before efx->type->dimension_resources()Daniel Pieczko2014-04-012-1/+9
* | xen-netback: disable rogue vif in kthread contextWei Liu2014-04-013-2/+30
* | net/mlx4: Set proper build dependancy with vxlanOr Gerlitz2014-04-013-0/+17
* | be2net: fix build dependency on VxLANSathya Perla2014-04-012-1/+19
* | ixgbevf: Fix rcu warnings induced by LERMark Rustad2014-04-012-5/+18
* | ixgbe: Fix rcu warnings induced by LERMark Rustad2014-04-012-5/+19
* | INTEL-IGB: Convert iounmap to pci_iounmapPeter Senna Tschudin2014-04-011-2/+2
* | i40e: Remove casts of pointer to same typeJoe Perches2014-04-011-2/+2
* | i40e/i40evf: Remove addressof casts to same typeJoe Perches2014-04-012-4/+3
* | i40e/i40evf: fix error checking pathJean Sacren2014-04-012-10/+12
* | i40e: fix function kernel doc descriptionJean Sacren2014-04-011-1/+1
* | ixgbevf: Change ixgbe_read_reg to ixgbevf_read_regMark Rustad2014-04-013-9/+9
* | ixgbe: fix ixgbe_check_reset_blocked() declarationJean Sacren2014-04-012-2/+2
* | ixgbe: fix race conditions on queuing skb for HW time stampJakub Kicinski2014-04-013-1/+7
* | ixgbe: never generate both software and hardware timestampsJakub Kicinski2014-04-011-2/+2
* | ixgbe: remove redundant if clause from PTP workJakub Kicinski2014-04-011-4/+0
* | e1000e: Fix no connectivity when driver loaded with cable outDavid Ertman2014-04-011-5/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-312-4/+30
|\|
| * at86rf230: mask irq's before deregister deviceAlexander Aring2014-03-311-0/+2
| * xen-netback: BUG_ON in xenvif_rx_action() not catching overflowPaul Durrant2014-03-291-1/+7
| * xen-netback: worse-case estimate in xenvif_rx_action is underestimatingPaul Durrant2014-03-291-1/+20
| * xen-netback: remove pointless clause from if statementPaul Durrant2014-03-291-2/+2
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-03-3142-317/+1697
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-3142-317/+1697
| |\ \
| | * | rtl8187: fix use after free on failure path in rtl8187_probe()Alexey Khoroshilov2014-03-311-2/+2
| | * | rtl8180: don't use weird trick to access "far" registersAndrea Merello2014-03-311-10/+4
| | * | rsi: rsi_91x: misleading debug printkDan Carpenter2014-03-311-1/+2
| | * | mwifiex: fix spinlock bad magic bugAmitkumar Karwar2014-03-311-2/+2
| | * | rtl8187: fix compile warningAndrea Merello2014-03-311-1/+1