1
0
Fork 0
alistair23-linux/drivers/staging/vt6655
Linus Torvalds 1200b6809d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pull networking updates from David Miller:
 "Highlights:

   1) Support more Realtek wireless chips, from Jes Sorenson.

   2) New BPF types for per-cpu hash and arrap maps, from Alexei
      Starovoitov.

   3) Make several TCP sysctls per-namespace, from Nikolay Borisov.

   4) Allow the use of SO_REUSEPORT in order to do per-thread processing
   of incoming TCP/UDP connections.  The muxing can be done using a
   BPF program which hashes the incoming packet.  From Craig Gallek.

   5) Add a multiplexer for TCP streams, to provide a messaged based
      interface.  BPF programs can be used to determine the message
      boundaries.  From Tom Herbert.

   6) Add 802.1AE MACSEC support, from Sabrina Dubroca.

   7) Avoid factorial complexity when taking down an inetdev interface
      with lots of configured addresses.  We were doing things like
      traversing the entire address less for each address removed, and
      flushing the entire netfilter conntrack table for every address as
      well.

   8) Add and use SKB bulk free infrastructure, from Jesper Brouer.

   9) Allow offloading u32 classifiers to hardware, and implement for
      ixgbe, from John Fastabend.

  10) Allow configuring IRQ coalescing parameters on a per-queue basis,
      from Kan Liang.

  11) Extend ethtool so that larger link mode masks can be supported.
      From David Decotigny.

  12) Introduce devlink, which can be used to configure port link types
      (ethernet vs Infiniband, etc.), port splitting, and switch device
      level attributes as a whole.  From Jiri Pirko.

  13) Hardware offload support for flower classifiers, from Amir Vadai.

  14) Add "Local Checksum Offload".  Basically, for a tunneled packet
      the checksum of the outer header is 'constant' (because with the
      checksum field filled into the inner protocol header, the payload
      of the outer frame checksums to 'zero'), and we can take advantage
      of that in various ways.  From Edward Cree"

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next: (1548 commits)
  bonding: fix bond_get_stats()
  net: bcmgenet: fix dma api length mismatch
  net/mlx4_core: Fix backward compatibility on VFs
  phy: mdio-thunder: Fix some Kconfig typos
  lan78xx: add ndo_get_stats64
  lan78xx: handle statistics counter rollover
  RDS: TCP: Remove unused constant
  RDS: TCP: Add sysctl tunables for sndbuf/rcvbuf on rds-tcp socket
  net: smc911x: convert pxa dma to dmaengine
  team: remove duplicate set of flag IFF_MULTICAST
  bonding: remove duplicate set of flag IFF_MULTICAST
  net: fix a comment typo
  ethernet: micrel: fix some error codes
  ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use it
  bpf, dst: add and use dst_tclassid helper
  bpf: make skb->tc_classid also readable
  net: mvneta: bm: clarify dependencies
  cls_bpf: reset class and reuse major in da
  ldmvsw: Checkpatch sunvnet.c and sunvnet_common.c
  ldmvsw: Add ldmvsw.c driver code
  ...
2016-03-19 10:05:34 -07:00
..
Kconfig staging: vt6655: switch driver over to mac80211 2014-10-29 13:31:30 -07:00
Makefile staging: vt6655: remove mib.c/h dead code. 2015-06-01 06:24:57 +09:00
TODO
baseband.c staging: vt6655: Fixed two lines over 80 characters long 2015-10-02 11:48:15 +02:00
baseband.h staging: vt6655: remove antenna diversity functions 2015-01-25 19:59:16 +08:00
card.c Staging: vt6655: remove unnecessary blank lines from card.c 2016-03-10 19:21:18 -08:00
card.h staging: vt6655: CARDbUpdateTSF bss timestamp correct tsf counter value. 2015-05-08 14:35:22 +02:00
channel.c staging: vt6655: set_channel replace bResult with ret 2016-02-07 19:02:03 -08:00
channel.h staging: vt6655: set_channel replace void handler. 2016-02-07 19:02:03 -08:00
desc.h staging: vt6655: replace typedef struct tagSRxDesc 2015-09-12 18:24:26 -07:00
device.h staging: vt6655: rename pOpts and sOpts to opts. 2015-10-17 09:04:27 -07:00
device_cfg.h staging: vt6655: remove unused DBG_PORT80 and VIAWET_DEBUG 2015-07-22 20:51:37 -07:00
device_main.c Staging: vt6655: Remove & from function name. 2016-03-10 19:21:18 -08:00
dpc.c staging: vt6655: replace typedef struct tagSRxDesc 2015-09-12 18:24:26 -07:00
dpc.h staging: vt6655: replace typedef struct tagSRxDesc 2015-09-12 18:24:26 -07:00
key.c staging: vt6655: mac.c replace void __iomem * with struct vnt_private 2016-02-07 19:02:03 -08:00
key.h Staging: vt6655: Fix do not use C99 // comments 2015-03-01 15:11:08 -08:00
mac.c staging: vt6655: mac.c replace dwData with data. 2016-03-10 19:19:16 -08:00
mac.h staging: vt6655: mac Replace dwCurrDescAddr with curr_desc_addr. 2016-03-10 19:19:16 -08:00
power.c staging: vt6655: mac.c replace void __iomem * with struct vnt_private 2016-02-07 19:02:03 -08:00
power.h staging: vt6655: rf.c/h Replace DeviceContext with vnt_private 2016-02-07 19:02:03 -08:00
rf.c staging: vt6655: Fit function header on the same line 2016-02-14 16:58:33 -08:00
rf.h Staging: vt6655: Renamed uRATE to rate 2015-10-12 20:54:14 -07:00
rxtx.c mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seq 2016-02-24 09:04:39 +01:00
rxtx.h staging: vt6655: Replace typedef struct tagSTxDesc 2015-08-14 19:31:11 -07:00
srom.c staging: vt6655: srom remove dead functions 2014-12-02 16:35:10 -08:00
srom.h Staging: vt6655: break lines over 80 characters 2015-02-26 12:23:58 -08:00
test
tmacro.h Staging: vt6655 fix C99 style comments 2015-03-06 16:26:58 -08:00
upc.h Staging: vt6655: Remove do { } while (0) from single-statement macros in upc.h. 2015-07-14 19:28:40 -07:00