linux_dsm_epyc7002/drivers/net/wireless/ath/ath10k
Linus Torvalds f9da455b93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pull networking updates from David Miller:

 1) Seccomp BPF filters can now be JIT'd, from Alexei Starovoitov.

 2) Multiqueue support in xen-netback and xen-netfront, from Andrew J
    Benniston.

 3) Allow tweaking of aggregation settings in cdc_ncm driver, from Bjørn
    Mork.

 4) BPF now has a "random" opcode, from Chema Gonzalez.

 5) Add more BPF documentation and improve test framework, from Daniel
    Borkmann.

 6) Support TCP fastopen over ipv6, from Daniel Lee.

 7) Add software TSO helper functions and use them to support software
    TSO in mvneta and mv643xx_eth drivers.  From Ezequiel Garcia.

 8) Support software TSO in fec driver too, from Nimrod Andy.

 9) Add Broadcom SYSTEMPORT driver, from Florian Fainelli.

10) Handle broadcasts more gracefully over macvlan when there are large
    numbers of interfaces configured, from Herbert Xu.

11) Allow more control over fwmark used for non-socket based responses,
    from Lorenzo Colitti.

12) Do TCP congestion window limiting based upon measurements, from Neal
    Cardwell.

13) Support busy polling in SCTP, from Neal Horman.

14) Allow RSS key to be configured via ethtool, from Venkata Duvvuru.

15) Bridge promisc mode handling improvements from Vlad Yasevich.

16) Don't use inetpeer entries to implement ID generation any more, it
    performs poorly, from Eric Dumazet.

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next: (1522 commits)
  rtnetlink: fix userspace API breakage for iproute2 < v3.9.0
  tcp: fixing TLP's FIN recovery
  net: fec: Add software TSO support
  net: fec: Add Scatter/gather support
  net: fec: Increase buffer descriptor entry number
  net: fec: Factorize feature setting
  net: fec: Enable IP header hardware checksum
  net: fec: Factorize the .xmit transmit function
  bridge: fix compile error when compiling without IPv6 support
  bridge: fix smatch warning / potential null pointer dereference
  via-rhine: fix full-duplex with autoneg disable
  bnx2x: Enlarge the dorq threshold for VFs
  bnx2x: Check for UNDI in uncommon branch
  bnx2x: Fix 1G-baseT link
  bnx2x: Fix link for KR with swapped polarity lane
  sctp: Fix sk_ack_backlog wrap-around problem
  net/core: Add VF link state control policy
  net/fsl: xgmac_mdio is dependent on OF_MDIO
  net/fsl: Make xgmac_mdio read error message useful
  net_sched: drr: warn when qdisc is not work conserving
  ...
2014-06-12 14:27:40 -07:00
..
bmi.c ath10k: separate result parameter in ath10k_bmi_execute() 2014-03-21 17:40:53 +02:00
bmi.h ath10k: fix ath10k_bmi_read32 macro 2014-05-23 11:29:23 +03:00
ce.c ath10k: abort incomplete scatter-gather pci tx properly 2014-05-27 12:32:10 +03:00
ce.h ath10k: abort incomplete scatter-gather pci tx properly 2014-05-27 12:32:10 +03:00
core.c ath10k: perform hw restart lazily 2014-05-27 12:27:33 +03:00
core.h ath10k: make core registering async 2014-05-26 12:44:44 +03:00
debug.c ath10k: add extra pdev stats on 10.1 firmware 2014-03-28 17:00:00 +02:00
debug.h ath10k: fix alignment in ath10k_dbg() 2014-02-14 13:19:55 +02:00
hif.h ath10k: replace send_head() with tx_sg() 2014-02-28 11:59:06 +02:00
htc.c ath10k: fix core start sequence 2014-05-23 11:00:08 +03:00
htc.h ath10k: simplify HTC command submitting 2013-09-16 19:47:46 +03:00
htt_rx.c ath10k: ensure rx-frag ignores rssi 2014-05-27 12:30:32 +03:00
htt_tx.c ath10k: fix core start sequence 2014-05-23 11:00:08 +03:00
htt.c ath10k: fix core start sequence 2014-05-23 11:00:08 +03:00
htt.h ath10k: fix core start sequence 2014-05-23 11:00:08 +03:00
hw.h ath10k: advertise only firmware API 2 files 2014-03-28 14:22:21 +02:00
Kconfig ath10k: add DFS_CERTIFIED option 2014-01-10 11:39:57 +02:00
mac.c ath10k: dont configure bssid for ap mode 2014-05-27 12:28:46 +03:00
mac.h ath10k: bring back the WMI path for mgmt frames 2013-09-27 14:58:14 +03:00
Makefile
pci.c ath10k: abort incomplete scatter-gather pci tx properly 2014-05-27 12:32:10 +03:00
pci.h ath10k: delete ar_pci->fw_indicator_address 2014-03-28 14:22:30 +02:00
rx_desc.h ath10k: document decap modes 2013-09-26 10:12:23 +03:00
targaddrs.h
trace.c
trace.h ath10k: add trace event for WMI_DEBUG_MESG_EVENTID 2014-01-10 11:49:33 +02:00
txrx.c ath10k: move rx related functions to htt_rx.c 2014-03-25 14:11:23 +02:00
txrx.h ath10k: move rx related functions to htt_rx.c 2014-03-25 14:11:23 +02:00
wmi.c ath10k: fix core start sequence 2014-05-23 11:00:08 +03:00
wmi.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-06-12 14:27:40 -07:00