aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-03r8169: use paged versions of phylib MDIO access functionsHeiner Kallweit1-72/+33
2019-06-03qed: Fix build error without CONFIG_DEVLINKYueHaibing1-0/+1
2019-06-03net: ethernet: mediatek: Add MT7629 ethernet supportSean Wang2-2/+31
2019-06-03net: ethernet: mediatek: Integrate hardware path from GMAC to PHY variantsSean Wang4-69/+450
2019-06-03net: ethernet: mediatek: Extend SGMII related functionsSean Wang4-37/+184
2019-06-03Merge tag 'mlx5-updates-2019-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller26-388/+1430
2019-06-03net: ena: use dev_info_once instead of static variableSameeh Jubran1-3/+1
2019-06-03net: ena: add good checksum counterSameeh Jubran3-2/+7
2019-06-03net: ena: optimise calculations for CQ doorbellSameeh Jubran1-9/+11
2019-06-03net: ena: add support for changing max_header_size in LLQ modeSameeh Jubran1-6/+4
2019-06-03net: ena: allow automatic fallback to polling modeSameeh Jubran2-9/+39
2019-06-03net: ena: add newline at the end of pr_err printsSameeh Jubran1-8/+8
2019-06-03net: ena: arrange ena_probe() function variables in reverse christmas treeSameeh Jubran1-6/+6
2019-06-03net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ringSameeh Jubran2-31/+28
2019-06-03net: ena: ethtool: add extra properties retrieval via get_priv_flagsArthur Kiyanovski6-11/+184
2019-06-03net: ena: add handling of llq max tx burst sizeSameeh Jubran6-17/+85
2019-06-03net: dsa: mv88e6xxx: make mv88e6xxx_g1_stats_wait staticRasmus Villemoes2-2/+1
2019-06-03net: dsa: mv88e6xxx: fix comments and macro names in mv88e6390_g1_mgmt_rsvd2cpuRasmus Villemoes2-12/+12
2019-06-02r8169: avoid tso csum function indirectionHeiner Kallweit1-25/+21
2019-06-02r8169: remove struct jumbo_opsHeiner Kallweit1-60/+36
2019-06-02r8169: remove struct mdio_opsHeiner Kallweit1-33/+26
2019-06-02r8169: improve r8169_csum_workaroundHeiner Kallweit1-5/+2
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal9-23/+49
2019-06-02drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal7-19/+32
2019-06-02qed: remove redundant assignment to rcColin Ian King1-1/+1
2019-06-02Merge tag 'isdn-removal' of https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundDavid S. Miller188-78808/+152
2019-06-02net: mscc: ocelot: Hardware ofload for tc flower filterHoratiu Vultur4-7/+373
2019-06-02net: mscc: ocelot: Add support for tcamHoratiu Vultur9-1/+1505
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-61/+98
2019-05-31Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller19-1255/+1259
2019-05-31xen-netback: remove redundant assignment to errColin Ian King1-1/+1
2019-05-31net/mlx5e: TX, Improve performance under GSO workloadErez Alfasi1-3/+4
2019-05-31net/mlx5e: Use termination table for VLAN push actionsOz Shlomo4-2/+315
2019-05-31net/mlx5e: Geneve, Add support for encap/decap flows offloadYevgeny Kliteynik5-3/+363
2019-05-31net/mlx5e: Rearrange tc tunnel code in a modular wayYevgeny Kliteynik7-208/+373
2019-05-31net/mlx5e: Geneve, Keep tunnel info as pointer to the original structYevgeny Kliteynik3-15/+16
2019-05-31net/mlx5: Geneve, Manage Geneve TLV optionsYevgeny Kliteynik4-1/+196
2019-05-31net/mlx5e: Enable setting multiple match criteria for flow groupYevgeny Kliteynik2-5/+5
2019-05-31net/mlx5e: Allow matching only enc_key_id/enc_dst_port for decapsulation actionTonghao Zhang1-20/+7
2019-05-31net/mlx5e: Generalize vport type in vport representorVu Pham1-31/+21
2019-05-31Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed14-109/+139
2019-05-31net: sfp: remove sfp-bus use of netdevsRussell King2-9/+4
2019-05-31net: sfp: add mandatory attach/detach methods for sfp busesRussell King2-2/+18
2019-05-31net: phy: allow Clause 45 access via mii ioctlRussell King1-9/+24
2019-05-31net: phylink: support for link gpio interruptRussell King1-4/+32
2019-05-31net: phylink: remove netdev from phylink mii ioctl emulationRussell King1-8/+4
2019-05-31{IB,net}/mlx5: Constify rep ops functions pointersParav Pandit6-39/+38
2019-05-31{IB, net}/mlx5: No need to typecast from void* to mlx5_ib_dev*Parav Pandit2-2/+2
2019-05-31net/mlx5: E-Switch, Honor eswitch functions changed event capVu Pham3-4/+17
2019-05-31net/mlx5: E-Switch, Replace host_params event with functions_changed eventVu Pham8-67/+82