Skip to content
  1. Feb 12, 2021
  2. Feb 11, 2021
    • Stefan Chulski's avatar
      net: mvpp2: add an entry to skip parser · e4b62cf7
      Stefan Chulski authored
      
      
      This entry used when skipping the parser needed,
      for example, the custom header pretended to ethernet header.
      
      Suggested-by: default avatarLiron Himi <liron@marvell.com>
      Signed-off-by: default avatarStefan Chulski <stefanc@marvell.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      e4b62cf7
    • David Howells's avatar
      rxrpc: Fix missing dependency on NET_UDP_TUNNEL · dc0e6056
      David Howells authored
      The changes to make rxrpc create the udp socket missed a bit to add the
      Kconfig dependency on the udp tunnel code to do this.
      
      Fix this by adding making AF_RXRPC select NET_UDP_TUNNEL.
      
      Fixes: 1a9b86c9
      
       ("rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socket")
      Reported-by: default avatarkernel test robot <lkp@intel.com>
      Signed-off-by: default avatarVadim Fedorenko <vfedorenko@novek.ru>
      Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
      Reviewed-by: default avatarXin Long <lucien.xin@gmail.com>
      cc: alaa@dev.mellanox.co.il
      cc: Jakub Kicinski <kuba@kernel.org>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      dc0e6056
    • David S. Miller's avatar
      Merge branch 'octeon-ethtool' · afdb9af9
      David S. Miller authored
      
      
      Hariprasad Kelam says:
      
      ====================
      ethtool support for fec and link configuration
      
      This series of patches add support for forward error correction(fec) and
      physical link configuration. Patches 1&2 adds necessary mbox handlers for fec
      mode configuration request and to fetch stats. Patch 3 registers driver
      callbacks for fec mode configuration and display. Patch 4&5 adds support of mbox
      handlers for configuring link parameters like speed/duplex and autoneg etc.
      Patche 6&7 registers driver callbacks for physical link configuration.
      
      Change-log:
      v2:
      	- Fixed review comments
      	- Corrected indentation issues
              - Return -ENOMEM incase of mbox allocation failure
      	- added validation for input fecparams bitmask values
              - added more comments
      
      V3:
      	- Removed inline functions
              - Make use of ethtool helpers APIs to display supported
                advertised modes
              - corrected indentation issues
              - code changes such that return early in case of failure
                to aid branch prediction
      v4:
      	- Corrected indentation issues
      	- Use FEC_OFF if user requests for FEC_AUTO mode
      	- Do not clear fec stats in case of user changes
      	  fec mode
      	- dont hide fec stats depending on interface mode
      	  selection
      ====================
      
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      afdb9af9