| Commit message (Expand) | Author | Age | Files | Lines |
* | liquidio: remove redundant function cn23xx_dump_iq_regs | YueHaibing | 2018-07-30 | 1 | -44/+0 |
* | qed: remove redundant functions qed_get_cm_pq_idx_rl | YueHaibing | 2018-07-29 | 1 | -10/+0 |
* | net-next: mediatek: cleanup unnecessary get chip id and its user | Sean Wang | 2018-07-29 | 2 | -45/+5 |
* | net-next: mediatek: improve more with using dma_zalloc_coherent | Sean Wang | 2018-07-29 | 1 | -9/+7 |
* | Merge tag 'mlx5e-updates-2018-07-27' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller | 2018-07-29 | 8 | -239/+320 |
|\ |
|
| * | net/mlx5e: Issue direct lookup on vxlan ports by vport representors | Saeed Mahameed | 2018-07-27 | 1 | -10/+2 |
| * | net/mlx5e: Vxlan, move vxlan logic to core driver | Saeed Mahameed | 2018-07-27 | 7 | -19/+19 |
| * | net/mlx5e: Vxlan, add sync lock for add/del vxlan port | Saeed Mahameed | 2018-07-27 | 1 | -3/+15 |
| * | net/mlx5e: Vxlan, return values for add/del port | Saeed Mahameed | 2018-07-27 | 2 | -11/+21 |
| * | net/mlx5e: Vxlan, rename from mlx5e to mlx5 | Saeed Mahameed | 2018-07-27 | 5 | -79/+104 |
| * | net/mlx5e: Vxlan, rename struct mlx5e_vxlan to mlx5_vxlan_port | Saeed Mahameed | 2018-07-27 | 2 | -34/+33 |
| * | net/mlx5e: Vxlan, move netdev only logic to en_main.c | Saeed Mahameed | 2018-07-27 | 3 | -61/+61 |
| * | net/mlx5e: Vxlan, add direct delete function | Saeed Mahameed | 2018-07-27 | 1 | -6/+13 |
| * | net/mlx5e: Vxlan, cleanup an unused member in vxlan work | Gal Pressman | 2018-07-27 | 3 | -8/+4 |
| * | net/mlx5e: Vxlan, replace ports radix-tree with hash table | Gal Pressman | 2018-07-27 | 3 | -17/+28 |
| * | net/mlx5e: Vxlan, check maximum number of UDP ports | Gal Pressman | 2018-07-27 | 2 | -0/+15 |
| * | net/mlx5e: Vxlan, reflect 4789 UDP port default addition to software database | Gal Pressman | 2018-07-27 | 1 | -13/+27 |
* | | failover: change mtu has RTNL | Stephen Hemminger | 2018-07-29 | 1 | -2/+2 |
* | | net: ethernet: ti: cpsw: add missed RX_CTAG feature for second slave | Ivan Khoronzhuk | 2018-07-29 | 1 | -1/+1 |
* | | Merge tag 'linux-can-next-for-4.19-20180727' of ssh://gitolite.kernel.org/pub... | David S. Miller | 2018-07-29 | 22 | -2284/+6475 |
|\ \ |
|
| * | | can: kvaser_usb: Simplify struct kvaser_cmd_cardinfo | Jimmy Assarsson | 2018-07-27 | 1 | -11/+3 |
| * | | can: kvaser_usb: Add support for Kvaser USB hydra family | Jimmy Assarsson | 2018-07-27 | 6 | -12/+2151 |
| * | | can: kvaser_usb: Split driver into kvaser_usb_core.c and kvaser_usb_leaf.c | Jimmy Assarsson | 2018-07-27 | 6 | -2031/+2293 |
| * | | can: kvaser_usb: Add SPDX GPL-2.0 license identifier | Jimmy Assarsson | 2018-07-27 | 1 | -6/+2 |
| * | | can: kvaser_usb: Fix typos | Jimmy Assarsson | 2018-07-27 | 1 | -7/+7 |
| * | | can: kvaser_usb: Improve logging messages | Jimmy Assarsson | 2018-07-27 | 1 | -23/+17 |
| * | | can: kvaser_usb: Refactor kvaser_usb_init_one() | Jimmy Assarsson | 2018-07-27 | 1 | -6/+5 |
| * | | can: kvaser_usb: Refactor kvaser_usb_get_endpoints() | Jimmy Assarsson | 2018-07-27 | 1 | -10/+8 |
| * | | can: kvaser_usb: Add pointer to struct usb_interface into struct kvaser_usb | Jimmy Assarsson | 2018-07-27 | 1 | -0/+3 |
| * | | can: kvaser_usb: Replace USB timeout constants with one define | Jimmy Assarsson | 2018-07-27 | 1 | -10/+6 |
| * | | can: kvaser_usb: Rename message/msg to command/cmd | Jimmy Assarsson | 2018-07-27 | 1 | -238/+237 |
| * | | can: kvaser_usb: Remove unused commands and defines | Jimmy Assarsson | 2018-07-27 | 1 | -38/+0 |
| * | | can: kvaser_usb: Remove unnecessary return | Jimmy Assarsson | 2018-07-27 | 1 | -2/+0 |
| * | | can: peak_canfd: rearrange the way resources are released | Stephane Grosjean | 2018-07-27 | 1 | -3/+6 |
| * | | can: peak_canfd: fix typo in error message | Stephane Grosjean | 2018-07-27 | 1 | -1/+1 |
| * | | can: peak_canfd: use ndev irq instead of pci_dev one | Stephane Grosjean | 2018-07-27 | 1 | -3/+3 |
| * | | can: peak_canfd: remove useless defined symbols | Stephane Grosjean | 2018-07-27 | 1 | -3/+0 |
| * | | can: peak_canfd: improves 32-bit alignment | Stephane Grosjean | 2018-07-27 | 1 | -1/+1 |
| * | | can: peak_usb: mark expected switch fall-throughs | Gustavo A. R. Silva | 2018-07-27 | 3 | -0/+4 |
| * | | can: xilinx_can: add support for Xilinx CAN FD core | Anssi Hannula | 2018-07-27 | 1 | -44/+259 |
| * | | can: xilinx_can: refactor code in preparation for CAN FD support | Anssi Hannula | 2018-07-27 | 1 | -88/+118 |
| * | | can: xilinx_can: update stats.tx_bytes after transmission | Anssi Hannula | 2018-07-27 | 1 | -4/+2 |
| * | | can: xilinx_can: use can_change_state() | Anssi Hannula | 2018-07-27 | 1 | -27/+7 |
| * | | can: xilinx_can: only report warning and passive states on state changes | Anssi Hannula | 2018-07-27 | 1 | -1/+2 |
| * | | can: sja1000: Replace mdelay with usleep_range in pcan_add_channels | Jia-Ju Bai | 2018-07-27 | 1 | -1/+1 |
| * | | can: sja1000: Replace mdelay with usleep_range in peak_pci_probe | Jia-Ju Bai | 2018-07-27 | 1 | -1/+1 |
| * | | can: flexcan: Switch to SPDX identifier | Fabio Estevam | 2018-07-27 | 1 | -21/+10 |
| * | | can: flexcan: fix flexcan_start_xmit()'s return type | Marc Kleine-Budde | 2018-07-27 | 1 | -1/+1 |
| * | | can: xilinx: fix xcan_start_xmit()'s return type | Luc Van Oostenryck | 2018-07-27 | 1 | -2/+2 |
| * | | can: sun4i: fix sun4ican_start_xmit()'s return type | Luc Van Oostenryck | 2018-07-27 | 1 | -1/+1 |