Skip to content
Snippets Groups Projects
  1. Aug 02, 2014
  2. Aug 01, 2014
  3. Jul 31, 2014
  4. Jul 30, 2014
    • Hauke Mehrtens's avatar
      mac80211: b43: update b43 to version master-2014-07-29-1 · 83c80308
      Hauke Mehrtens authored
      
      This add 5GHz support for N-PHY to b43, thanks Rafał Miłecki.
      
      b43_wflush16 was put into an extra function because it is pretty big in asm.
      
      Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
      
      SVN-Revision: 41900
      83c80308
    • Hauke Mehrtens's avatar
      kernel: update bcma to version master-2014-07-29-1 · b1df24f0
      Hauke Mehrtens authored
      
      This is a backport of bcma from wireless-tesing/master tag master-2014-07-29-1.
      
      For kernel < 3.10 this only adds the header changes needed by more
      recent b43 versions.
      
      Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
      
      SVN-Revision: 41899
      b1df24f0
    • Luka Perkov's avatar
      kernel: update 3.14 to 3.14.14 · f548b183
      Luka Perkov authored
      
      Signed-off-by: default avatarLuka Perkov <luka@openwrt.org>
      
      SVN-Revision: 41898
      f548b183
    • Steven Barth's avatar
      gre: Generic Routing Encapsulation package support · 7dabdbde
      Steven Barth authored
      
      The package supports Generic Routing Encapsulation support by registering following protocol kinds:
          -gre
          -gretap
          -grev6
          -grev6tap
      
      Following options are valid for gre and gretap kinds:
          -ipaddr
          -peeraddr
          -df
          -mtu
          -ttl
          -tunlink
          -zone
          -ikey
          -okey
          -icsum
          -ocsum
          -iseqno
          -oseqno
      
      The gretap kind supports additionally the network option
      
      Following options are valid for grev6 and grev6tap kinds:
          -ip6addr
          -peer6addr
          -weakif
          -mtu
          -ttl
          -tunlink
          -zone
          -ikey
          -okey
          -icsum
          -ocsum
          -iseqno
          -oseqno
      
      The grev6tap kind supports additionally the network option
      
      Typical network config for a GREv4 tunnel :
      
      config interface 'gre'
              option peeraddr '172.16.18.240'
              option mtu '1400'
              option proto 'gre'
              option tunlink 'wan'
              option zone 'tunnel'
      
      Typical network config for a GREv4 tap tunnel :
      
      config interface 'gretap'
              option peeraddr '195.207.5.79'
              option mtu '1400'
              option proto 'gretap'
              option zone 'tunnel'
              option tunlink 'wan'
              option network 'wlan_ap'
      
      I added myself as maintainer for the moment; feel free to change.
      
      Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>
      
      SVN-Revision: 41897
      7dabdbde
    • Steven Barth's avatar
      netifd: fixes and GRE support (thx Hans Dedecker) · e413bb0e
      Steven Barth authored
      SVN-Revision: 41896
      e413bb0e
Loading