| Commit message (Expand) | Author | Age | Files | Lines |
* | net: simplify sock_poll_wait | Christoph Hellwig | 2018-07-30 | 13 | -18/+19 |
* | act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_ops | YueHaibing | 2018-07-29 | 1 | -3/+1 |
* | cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_ops | YueHaibing | 2018-07-29 | 1 | -3/+1 |
* | act_pedit: remove unnecessary semicolon | YueHaibing | 2018-07-29 | 1 | -1/+1 |
* | 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 |
* | sysfs: Fix regression when adding a file to an existing group | Tyler Hicks | 2018-07-29 | 1 | -1/+1 |
* | Merge tag 'mlx5e-updates-2018-07-27' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller | 2018-07-29 | 10 | -240/+325 |
|\ |
|
| * | 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 | 8 | -19/+21 |
| * | 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 | 3 | -1/+18 |
| * | net/mlx5e: Vxlan, reflect 4789 UDP port default addition to software database | Gal Pressman | 2018-07-27 | 1 | -13/+27 |
* | | selftests: mlxsw: qos_dscp_bridge: Fix | Petr Machata | 2018-07-29 | 1 | -2/+2 |
* | | Merge branch 'mtu-related-changes' | David S. Miller | 2018-07-29 | 5 | -9/+30 |
|\ \ |
|
| * | | net: report invalid mtu value via netlink extack | Stephen Hemminger | 2018-07-29 | 3 | -7/+20 |
| * | | net: report min and max mtu network device settings | Stephen Hemminger | 2018-07-29 | 2 | -0/+8 |
| * | | failover: change mtu has RTNL | Stephen Hemminger | 2018-07-29 | 1 | -2/+2 |
|/ / |
|
* | | net: dcb: add DSCP to comment about priority selector types | Jakub Kicinski | 2018-07-29 | 1 | -1/+2 |
* | | net: ethernet: ti: cpsw: add missed RX_CTAG feature for second slave | Ivan Khoronzhuk | 2018-07-29 | 1 | -1/+1 |
* | | Merge branch 'route-add-support-and-selftests-for-directed-broadcast-forwarding' | David S. Miller | 2018-07-29 | 6 | -1/+252 |
|\ \ |
|
| * | | selftests: add a selftest for directed broadcast forwarding | Xin Long | 2018-07-29 | 1 | -0/+233 |
| * | | route: add support for directed broadcast forwarding | Xin Long | 2018-07-29 | 5 | -1/+19 |
|/ / |
|
* | | net/ipv6: allow any source address for sendmsg pktinfo with ip_nonlocal_bind | Vincent Bernat | 2018-07-29 | 1 | -1/+2 |
* | | Merge tag 'linux-can-next-for-4.19-20180727' of ssh://gitolite.kernel.org/pub... | David S. Miller | 2018-07-29 | 27 | -2295/+6841 |
|\ \ |
|
| * | | 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 |