aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-17net/mlx5e: Use a slow path rule instead if vxlan neighbour isn't availablePaul Blakey1-22/+82
2018-10-17net/mlx5: E-Switch, Enable setting goto slow path chain actionPaul Blakey2-0/+8
2018-10-17net/mlx5e: Avoid duplicated code for tc offloads add/del fdb ruleOr Gerlitz1-41/+50
2018-10-17net/mlx5e: For TC offloads, always add new flow instead of appending the actionsPaul Blakey2-3/+3
2018-10-17net/mlx5: Add a no-append flow insertion modePaul Blakey5-9/+24
2018-10-17net/mlx5: E-Switch, Add chains and prioritiesPaul Blakey3-86/+339
2018-10-17net/mlx5: E-Switch, Have explicit API to delete fwd rulesOr Gerlitz3-2/+14
2018-10-17net/mlx5: Split FDB fast path prio to multiple namespacesPaul Blakey5-11/+101
2018-10-17net/mlx5: Add cap bits for multi fdb encapPaul Blakey1-1/+3
2018-10-17net/mlx5e: Split TC add rule path for nic vs e-switchRoi Dayan1-47/+138
2018-10-17net/mlx5e: Change return type of tc add flow functionsRabie Loulou1-47/+39
2018-10-17net/mlx5: Use flow counter IDs and not the wrapping cache objectMark Bloch9-19/+23
2018-10-17net/mlx5: E-Switch, Get counters for offloaded flows from callersMark Bloch5-36/+33
2018-10-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-nextSaeed Mahameed21-230/+392
2018-10-16tcp, ulp: remove socket lock assertion on ULP cleanupDaniel Borkmann1-2/+4
2018-10-16net/mlx5: Expose DC scatter to CQE capability bitYonatan Cohen1-1/+2
2018-10-16Merge branch 'hns3-Some-cleanup-and-bugfix-for-desc-filling'David S. Miller2-78/+62
2018-10-16net: hns3: fix for multiple unmapping DMA problemFuyun Liang1-5/+8
2018-10-16net: hns3: rename hns_nic_dma_unmapFuyun Liang1-7/+7
2018-10-16net: hns3: add handling for big TX fragmentFuyun Liang1-14/+31
2018-10-16net: hns3: move DMA map into hns3_fill_descPeng Li2-26/+24
2018-10-16net: hns3: remove hns3_fill_desc_tsoPeng Li1-39/+5
2018-10-16Merge branch 'qed-Align-PTT-and-add-various-link-modes'David S. Miller8-103/+587
2018-10-16qed: Prevent link getting down in case of autoneg-off.Rahul Verma1-7/+33
2018-10-16qede: Check available link modes before link set from ethtool.Rahul Verma1-19/+45
2018-10-16qed: Add supported link and advertise link to display in ethtool.Rahul Verma5-58/+426
2018-10-16qed: Added supported transceiver modes, speed capability and board config to HSI.Rahul Verma1-1/+53
2018-10-16qed: Align local and global PTT to propagate through the APIs.Rahul Verma5-23/+35
2018-10-16net: aquantia: make function aq_fw2x_update_stats staticYueHaibing1-1/+1
2018-10-16Merge branch 'net-Kernel-side-filtering-for-route-dumps'David S. Miller13-95/+387
2018-10-16net/ipv4: Bail early if user only wants prefix entriesDavid Ahern1-2/+6
2018-10-16net/ipv6: Bail early if user only wants cloned entriesDavid Ahern1-2/+5
2018-10-16net/mpls: Handle kernel side filtering of route dumpsDavid Ahern1-5/+28
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern6-15/+53
2018-10-16net: Plumb support for filtering ipv4 and ipv6 multicast route dumpsDavid Ahern4-12/+74
2018-10-16ipmr: Refactor mr_rtm_dumprouteDavid Ahern2-33/+61
2018-10-16net/mpls: Plumb support for filtering route dumpsDavid Ahern1-1/+41
2018-10-16net/ipv6: Plumb support for filtering route dumpsDavid Ahern2-14/+54
2018-10-16net/ipv4: Plumb support for filtering route dumpsDavid Ahern3-13/+39
2018-10-16net: Add struct for fib dump filterDavid Ahern7-11/+37
2018-10-16netlink: Add answer_flags to netlink_callbackDavid Ahern2-1/+3
2018-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller54-3659/+4962
2018-10-15net: phy: merge phy_start_aneg and phy_start_aneg_privHeiner Kallweit1-18/+3
2018-10-15hv_netvsc: fix vf serial matching with pci slot infoHaiyang Zhang1-4/+11
2018-10-15Merge branch 'tcp-second-round-for-EDT-conversion'David S. Miller10-58/+78
2018-10-15tcp: cdg: use tcp high resolution clock cacheEric Dumazet1-1/+1
2018-10-15tcp_bbr: fix typo in bbr_pacing_margin_percentNeal Cardwell1-2/+2
2018-10-15tcp: optimize tcp internal pacingEric Dumazet1-15/+16
2018-10-15net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()Eric Dumazet1-1/+1
2018-10-15tcp: mitigate scheduling jitter in EDT pacing modelEric Dumazet1-6/+13