drivers: net: ethernet: qualcomm: rmnet: Initial implementation
authorSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Wed, 30 Aug 2017 04:44:18 +0000 (22:44 -0600)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Aug 2017 18:41:13 +0000 (11:41 -0700)
commitceed73a2cf4aff2921802aa3d21d45280677547d
tree964d15840ad5a57c651516de54f473eeeeb613a0
parentcdf4969c42a6c1a376dd03a9e846cf638d3cd4b1
drivers: net: ethernet: qualcomm: rmnet: Initial implementation

RmNet driver provides a transport agnostic MAP (multiplexing and
aggregation protocol) support in embedded module. Module provides
virtual network devices which can be attached to any IP-mode
physical device. This will be used to provide all MAP functionality
on future hardware in a single consistent location.

Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
15 files changed:
Documentation/networking/rmnet.txt [new file with mode: 0644]
drivers/net/ethernet/qualcomm/Kconfig
drivers/net/ethernet/qualcomm/Makefile
drivers/net/ethernet/qualcomm/rmnet/Kconfig [new file with mode: 0644]
drivers/net/ethernet/qualcomm/rmnet/Makefile [new file with mode: 0644]
drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c [new file with mode: 0644]
drivers/net/ethernet/qualcomm/rmnet/rmnet_config.h [new file with mode: 0644]
drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c [new file with mode: 0644]
drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.h [new file with mode: 0644]
drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h [new file with mode: 0644]
drivers/net/ethernet/qualcomm/rmnet/rmnet_map_command.c [new file with mode: 0644]
drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c [new file with mode: 0644]
drivers/net/ethernet/qualcomm/rmnet/rmnet_private.h [new file with mode: 0644]
drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.c [new file with mode: 0644]
drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.h [new file with mode: 0644]