| Commit message (Expand) | Author | Age | Files | Lines |
* | net/mlx5e: E-switch vport manager is valid for ethernet only | Saeed Mahameed | 2017-04-17 | 1 | -2/+8 |
* | net/mlx5e: IPoIB, RX handler | Saeed Mahameed | 2017-04-17 | 3 | -0/+81 |
* | net/mlx5e: RX handlers per netdev profile | Saeed Mahameed | 2017-04-17 | 3 | -13/+24 |
* | net/mlx5e: IPoIB, Xmit flow | Saeed Mahameed | 2017-04-17 | 3 | -0/+100 |
* | net/mlx5e: Xmit flow break down | Saeed Mahameed | 2017-04-17 | 3 | -89/+119 |
* | net/mlx5e: IPoIB, Underlay QP | Saeed Mahameed | 2017-04-17 | 1 | -2/+124 |
* | net/mlx5e: IPoIB, Basic netdev ndos open/close | Saeed Mahameed | 2017-04-17 | 3 | -3/+93 |
* | net/mlx5e: IPoIB, TX TIS creation | Saeed Mahameed | 2017-04-17 | 3 | -10/+26 |
* | net/mlx5e: IPoIB, RSS flow steering tables | Saeed Mahameed | 2017-04-17 | 3 | -3/+54 |
* | net/mlx5e: IPoIB, RX steering RSS RQTs and TIRs | Saeed Mahameed | 2017-04-17 | 4 | -44/+83 |
* | net/mlx5e: IPoIB, Add netdevice profile skeleton | Saeed Mahameed | 2017-04-17 | 6 | -9/+249 |
* | net/mlx5e: More generic netdev management API | Saeed Mahameed | 2017-04-17 | 3 | -91/+96 |
* | net/mlx5: Enable flow-steering for IB link | Erez Shitrit | 2017-04-17 | 2 | -8/+6 |
* | net/mlx5: Refactor create flow table method to accept underlay QP | Erez Shitrit | 2017-04-17 | 7 | -46/+103 |
* | hv_netvsc: Exclude non-TCP port numbers from vRSS hashing | Haiyang Zhang | 2017-04-17 | 1 | -1/+31 |
* | hv_netvsc: Fix the queue index computation in forwarding case | Haiyang Zhang | 2017-04-17 | 2 | -15/+31 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-16 | 6 | -27/+63 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-04-15 | 5 | -16/+29 |
| |\ |
|
| | * | drivers: net: usb: qmi_wwan: add QMI_QUIRK_SET_DTR for Telit PID 0x1201 | Daniele Palmas | 2017-04-13 | 1 | -1/+1 |
| | * | Merge tag 'linux-can-fixes-for-4.12-20170404' of git://git.kernel.org/pub/scm... | David S. Miller | 2017-04-08 | 2 | -3/+2 |
| | |\ |
|
| | | * | can: rcar_can: Do not print virtual addresses | Geert Uytterhoeven | 2017-04-04 | 1 | -2/+1 |
| | | * | can: ifi: use correct register to read rx status | Markus Marb | 2017-04-04 | 1 | -1/+1 |
| | * | | team: call netdev_change_features out of team lock | Xin Long | 2017-04-06 | 1 | -8/+11 |
| | * | | usbnet: make sure no NULL pointer is passed through | Oliver Neukum | 2017-04-06 | 1 | -4/+15 |
| * | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2017-04-14 | 1 | -11/+34 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | virtio_net: clear MTU when out of range | Michael S. Tsirkin | 2017-04-07 | 1 | -11/+30 |
| | * | | virtio_net: enable big packets for large MTU values | Michael S. Tsirkin | 2017-04-07 | 1 | -0/+4 |
* | | | | netlink: pass extended ACK struct where available | Johannes Berg | 2017-04-13 | 1 | -1/+2 |
* | | | | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 2017-04-13 | 10 | -18/+23 |
* | | | | bonding: handle link transition from FAIL to UP correctly | Mahesh Bandewar | 2017-04-13 | 1 | -1/+2 |
* | | | | net: dwc-xlgmac: add the initial ethtool support | Jie Deng | 2017-04-13 | 6 | -4/+312 |
* | | | | net: stmmac: set total length of the packet to be transmitted in TDES3 | Niklas Cassel | 2017-04-13 | 7 | -12/+17 |
* | | | | cxgb4: save tid while creating server filter | Ganesh Goudar | 2017-04-13 | 1 | -0/+4 |
* | | | | net: mvmdio: allow up to three clocks to be specified for orion-mdio | Russell King | 2017-04-13 | 1 | -9/+24 |
* | | | | net: mvmdio: disable interrupt if resource size is too small | Russell King | 2017-04-13 | 1 | -0/+6 |
* | | | | net: mvmdio: fix interrupt disable in remove path | Russell King | 2017-04-13 | 1 | -1/+2 |
* | | | | net: mvmdio: disable interrupts in driver failure path | Russell King | 2017-04-13 | 1 | -0/+2 |
* | | | | ftgmac100: Set default ring sizes to 128 entries | Benjamin Herrenschmidt | 2017-04-12 | 1 | -2/+2 |
* | | | | ftgmac100: Make ring sizes configurable via ethtool | Benjamin Herrenschmidt | 2017-04-12 | 1 | -56/+148 |
* | | | | ftgmac100: Add more register inits in ftgmac100_init_hw() | Benjamin Herrenschmidt | 2017-04-12 | 1 | -0/+36 |
* | | | | ftgmac100: Open code remaining register writes | Benjamin Herrenschmidt | 2017-04-12 | 1 | -33/+20 |
* | | | | ftgmac100: Rename ftgmac100_setup_mac to ftgmac100_initial_mac | Benjamin Herrenschmidt | 2017-04-12 | 1 | -2/+2 |
* | | | | ftgmac100: Rename ftgmac100_set_mac to ftgmac100_write_mac_addr | Benjamin Herrenschmidt | 2017-04-12 | 1 | -3/+3 |
* | | | | ftgmac100: Set netdev->hw_features | Benjamin Herrenschmidt | 2017-04-12 | 1 | -3/+4 |
* | | | | ftgmac100: Disable HW checksum generation on AST2400, enable on others | Benjamin Herrenschmidt | 2017-04-12 | 1 | -6/+6 |
* | | | | ftgmac100: Use device "compatible" property, not machine. | Benjamin Herrenschmidt | 2017-04-12 | 1 | -7/+9 |
* | | | | ftgmac100: Upgrade to NETIF_F_HW_CSUM | Benjamin Herrenschmidt | 2017-04-12 | 1 | -15/+25 |
* | | | | net: stmmac: use netif_set_real_num_{rx,tx}_queues | Joao Pinto | 2017-04-12 | 1 | -2/+2 |
* | | | | net: fec: add ERR007885 for i.MX6ul enet IP | Fugang Duan | 2017-04-11 | 1 | -2/+3 |
* | | | | net: fec: correct the errata number comment typo | Fugang Duan | 2017-04-11 | 1 | -1/+1 |