Age | Commit message (Expand) | Author | Files | Lines |
2016-11-01 | i40e: store MAC/VLAN filters in a hash with the MAC Address as key | Jacob Keller | 5 | -107/+161 |
2016-11-01 | i40e: implement __i40e_del_filter and use where applicable | Jacob Keller | 1 | -33/+59 |
2016-11-01 | i40e: When searching all MAC/VLAN filters, ignore removed filters | Jacob Keller | 1 | -0/+6 |
2016-11-01 | i40e: refactor i40e_put_mac_in_vlan to avoid changing f->vlan | Jacob Keller | 1 | -12/+13 |
2016-11-01 | i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlan | Jacob Keller | 1 | -57/+56 |
2016-11-01 | i40e: make use of __dev_uc_sync and __dev_mc_sync | Jacob Keller | 2 | -54/+69 |
2016-11-01 | i40e: drop is_vf and is_netdev fields in struct i40e_mac_filter | Jacob Keller | 5 | -272/+89 |
2016-11-01 | i40e: Add missing \n to end of dev_err message | Colin Ian King | 1 | -1/+1 |
2016-10-31 | qed: Learn resources from management firmware | Tomer Tayar | 6 | -62/+340 |
2016-10-31 | qed: Use VF-queue feature | Mintz, Yuval | 4 | -16/+54 |
2016-10-31 | qed: Learn of RDMA capabilities per-device | Mintz, Yuval | 2 | -8/+77 |
2016-10-31 | qede: Decouple ethtool caps from qed | Mintz, Yuval | 1 | -2/+2 |
2016-10-31 | qed*: Add support for WoL | Mintz, Yuval | 8 | -5/+166 |
2016-10-31 | qed: Add nvram selftest | Mintz, Yuval | 7 | -0/+258 |
2016-10-31 | qed*: Management firmware - notifications and defaults | Sudarsana Kalluru | 8 | -3/+459 |
2016-10-31 | solos-pci: use permission-specific DEVICE_ATTR variants | Julia Lawall | 1 | -1/+1 |
2016-10-31 | ptp: use permission-specific DEVICE_ATTR variants | Julia Lawall | 1 | -1/+1 |
2016-10-31 | ldmvsw: tx queue stuck in stopped state after LDC reset | Aaron Young | 1 | -3/+13 |
2016-10-31 | driver: tun: Use new macro SOCK_IOC_TYPE instead of literal number 0x89 | Gao Feng | 1 | -1/+1 |
2016-10-31 | mv643xx_eth: Properly resolve merge conflict. | David S. Miller | 1 | -2/+0 |
2016-10-31 | mv643xx_eth: Fix merge error. | David S. Miller | 1 | -3/+0 |
2016-10-31 | Merge tag 'shared-for-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 19 | -270/+715 |
2016-10-31 | net: bonding: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -8/+8 |
2016-10-30 | mlxsw: switchib: Introduce SwitchIB and SwitchIB silicon driver | Elad Raz | 5 | -0/+616 |
2016-10-30 | mlxsw: switchx2: Add IB port support | Elad Raz | 2 | -19/+249 |
2016-10-30 | mlxsw: switchx2: Add eth prefix to port create and remove | Elad Raz | 1 | -11/+11 |
2016-10-30 | mlxsw: core: Add port type (Eth/IB) set API | Elad Raz | 2 | -0/+47 |
2016-10-30 | mlxsw: core: Add "eth" prefix to mlxsw_core_port_set | Elad Raz | 4 | -11/+12 |
2016-10-30 | mlxsw: switchx2: Add Infiniband switch partition | Elad Raz | 2 | -1/+6 |
2016-10-30 | mlxsw: Make devlink port instances independent of spectrum/switchx2 port inst... | Jiri Pirko | 5 | -64/+147 |
2016-10-30 | mlxsw: reg: Add local-port to Infiniband port mapping | Elad Raz | 1 | -0/+22 |
2016-10-30 | mlxsw: reg: Add Infiniband support to PTYS | Elad Raz | 1 | -0/+71 |
2016-10-30 | mlxsw: reg: Add eth prefix to PTYS pack and unpack | Elad Raz | 3 | -21/+25 |
2016-10-30 | mlxsw: switchx2: Fix port speed configuration | Elad Raz | 1 | -7/+23 |
2016-10-30 | mlxsw: switchx2: Add support for physical port names | Elad Raz | 1 | -5/+27 |
2016-10-30 | mlxsw: spectrum: Move port used check outside port remove function | Jiri Pirko | 1 | -7/+15 |
2016-10-30 | mlxsw: switchx2: Move port used check outside port remove function | Jiri Pirko | 1 | -4/+10 |
2016-10-30 | mlxsw: switchx2: Check if port is usable before calling port create | Jiri Pirko | 1 | -21/+11 |
2016-10-30 | mlxsw: core: Zero payload buffers for couple of registers | Elad Raz | 3 | -4/+4 |
2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 522 | -4049/+20355 |
2016-10-30 | net/mlx5e: Add tc support for FWD rule with counter | Mark Bloch | 2 | -10/+13 |
2016-10-30 | net/mlx5: Add option to add fwd rule with counter | Mark Bloch | 1 | -6/+18 |
2016-10-30 | net/mlx5: Add multi dest support | Mark Bloch | 13 | -241/+359 |
2016-10-30 | net/mlx5: Group similer rules under the same fte | Mark Bloch | 1 | -6/+16 |
2016-10-30 | net/mlx5: Refactor find_flow_rule | Mark Bloch | 1 | -9/+20 |
2016-10-30 | net/mlx5: Use fte status to decide on firmware command | Mark Bloch | 1 | -1/+1 |
2016-10-30 | net/mlx5: Don't unlock fte while still using it | Mark Bloch | 1 | -2/+4 |
2016-10-30 | net/mlx5: Add SRIOV VF max rate configuration support | Mohamad Haj Yahia | 3 | -0/+80 |
2016-10-30 | net/mlx5: Introduce E-switch QoS management | Mohamad Haj Yahia | 2 | -1/+124 |
2016-10-30 | net/mlx5: Introduce TSAR manipulation firmware commands | Mohamad Haj Yahia | 3 | -1/+84 |