| Commit message (Expand) | Author | Age | Files | Lines |
* | samples: pktgen: add some helper functions for port parsing | Daniel T. Lee | 2019-07-01 | 1 | -0/+34 |
* | ipv6: icmp: allow flowlabel reflection in echo replies | Eric Dumazet | 2019-07-01 | 6 | -5/+17 |
* | Merge tag 'mlx5e-updates-2019-06-28' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller | 2019-06-30 | 43 | -686/+1462 |
|\ |
|
| * | net/mlx5e: Disallow tc redirect offload cases we don't support | Paul Blakey | 2019-06-28 | 3 | -5/+24 |
| * | net/mlx5e: Expose same physical switch_id for all representors | Paul Blakey | 2019-06-28 | 1 | -20/+9 |
| * | net/mlx5e: Don't refresh TIRs when updating representor SQs | Gavi Teitz | 2019-06-28 | 5 | -4/+21 |
| * | net/mlx5e: reduce stack usage in mlx5_eswitch_termtbl_create | Arnd Bergmann | 2019-06-28 | 3 | -12/+12 |
| * | net/mlx5e: Set drvinfo in generic manner | Parav Pandit | 2019-06-28 | 1 | -1/+1 |
| * | net/mlx5e: Correct phys_port_name for PF port | Parav Pandit | 2019-06-28 | 1 | -0/+2 |
| * | net/mlx5e: Report netdevice MPLS features | Ariel Levkovich | 2019-06-28 | 1 | -0/+5 |
| * | net/mlx5e: Move to HW checksumming advertising | Ariel Levkovich | 2019-06-28 | 1 | -4/+2 |
| * | net/mlx5: MPFS, Allow adding the same MAC more than once | Gavi Teitz | 2019-06-28 | 1 | -1/+6 |
| * | net/mlx5: MPFS, Cleanup add MAC flow | Gavi Teitz | 2019-06-28 | 1 | -11/+15 |
| * | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 2019-06-28 | 33 | -630/+1367 |
| |\ |
|
| | * | net/mlx5: E-Switch, Enable vport metadata matching if firmware supports it | Jianbo Liu | 2019-06-26 | 1 | -0/+23 |
| | * | RDMA/mlx5: Add vport metadata matching for IB representors | Jianbo Liu | 2019-06-26 | 1 | -9/+36 |
| | * | net/mlx5: E-Switch, Add match on vport metadata for rule in slow path | Jianbo Liu | 2019-06-26 | 1 | -35/+107 |
| | * | net/mlx5: E-Switch, Pass metadata from FDB to eswitch manager | Jianbo Liu | 2019-06-26 | 1 | -0/+64 |
| | * | net/mlx5: E-Switch, Add query and modify esw vport context functions | Jianbo Liu | 2019-06-26 | 2 | -0/+29 |
| | * | net/mlx5: E-Switch, Add match on vport metadata for rule in fast path | Jianbo Liu | 2019-06-26 | 1 | -34/+51 |
| | * | net/mlx5e: Specifying known origin of packets matching the flow | Jianbo Liu | 2019-06-26 | 3 | -0/+6 |
| | * | net/mlx5: E-Switch, Tag packet with vport number in VF vports and uplink ingr... | Jianbo Liu | 2019-06-26 | 4 | -36/+172 |
| | * | net/mlx5: Add flow context for flow tag | Jianbo Liu | 2019-06-26 | 11 | -45/+71 |
| | * | net/mlx5: Introduce a helper API to check VF vport | Parav Pandit | 2019-06-26 | 2 | -0/+8 |
| | * | net/mlx5: Support allocating modify header context from ingress ACL | Jianbo Liu | 2019-06-26 | 1 | -0/+4 |
| | * | net/mlx5: Get vport ACL namespace by vport index | Jianbo Liu | 2019-06-26 | 1 | -2/+2 |
| | * | net/mlx5: Introduce vport metadata matching bits and enum constants | Jianbo Liu | 2019-06-26 | 1 | -7/+49 |
| | * | net/mlx5: Convert mkey_table to XArray | Matthew Wilcox | 2019-06-24 | 7 | -60/+31 |
| | * | net/mlx5: Expose eswitch encap mode | Maor Gottlieb | 2019-06-16 | 2 | -0/+23 |
| | * | net/mlx5: Declare more strictly devlink encap mode | Leon Romanovsky | 2019-06-16 | 4 | -9/+17 |
| | * | net/mlx5: Add EQ enable/disable API | Yuval Avnery | 2019-06-13 | 4 | -32/+88 |
| | * | net/mlx5: Use a single IRQ for all async EQs | Ariel Levkovich | 2019-06-13 | 4 | -46/+27 |
| | * | net/mlx5: Rename mlx5_irq_info to mlx5_irq | Yuval Avnery | 2019-06-13 | 1 | -39/+38 |
| | * | net/mlx5: Move all IRQ logic to pci_irq.c | Yuval Avnery | 2019-06-13 | 5 | -329/+354 |
| | * | net/mlx5: Generalize IRQ interface to work with irq_table | Yuval Avnery | 2019-06-13 | 1 | -9/+29 |
| | * | net/mlx5: Separate IRQ table creation from EQ table creation | Yuval Avnery | 2019-06-13 | 3 | -19/+14 |
| | * | net/mlx5: Move IRQ affinity set to IRQ allocation phase | Yuval Avnery | 2019-06-13 | 1 | -8/+17 |
| | * | net/mlx5: Move IRQ rmap creation to IRQ allocation phase | Yuval Avnery | 2019-06-13 | 1 | -25/+57 |
| | * | net/mlx5: Separate IRQ data from EQ table data | Yuval Avnery | 2019-06-13 | 4 | -44/+98 |
| | * | net/mlx5: Separate IRQ request/free from EQ life cycle | Yuval Avnery | 2019-06-13 | 3 | -42/+84 |
| | * | net/mlx5: Change interrupt handler to call chain notifier | Yuval Avnery | 2019-06-13 | 5 | -56/+105 |
| | * | net/mlx5: Introduce EQ polling budget | Yuval Avnery | 2019-06-13 | 1 | -28/+27 |
| | * | net/mlx5: Support querying max VFs from device | Bodong Wang | 2019-06-13 | 4 | -15/+34 |
| | * | net/mlx5: E-Switch, Return raw output for query esw functions | Bodong Wang | 2019-06-13 | 3 | -21/+12 |
| | * | net/mlx5: E-Switch, Handle representors creation in handler context | Vu Pham | 2019-06-13 | 2 | -51/+50 |
| | * | net/mlx5: Increase wait time for fw initialization | Daniel Jurgens | 2019-06-13 | 1 | -4/+14 |
* | | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 2019-06-30 | 21 | -145/+686 |
|\ \ \ |
|
| * | | | e1000e: PCIm function state support | Vitaly Lifshits | 2019-06-28 | 2 | -1/+20 |
| * | | | e1000e: Make watchdog use delayed work | Detlev Casanova | 2019-06-28 | 2 | -27/+32 |
| * | | | i40e: Add macvlan support on i40e | Harshitha Ramamurthy | 2019-06-28 | 2 | -2/+522 |