freebsd-dev/sys
Navdeep Parhar ece8cb8889 cxgb(4) MFCs: r204271,r204274,r204348,r204921,r205944,r205945,r205946,r205947,r205948,r205949,r205950,r206109
r204271:
Accessing an mbuf after it has been handed off to the hardware is a bad
race as it could already have been tx'd and freed by that time.  Place
the bpf tap just _before_ writing the gen bit.

This fixes a panic when running tcpdump on a cxgb interface.

r204274:
There is no need to test __FreeBSD_version for features that have
been around for a long time now (7.1-ish or even earlier); assume
they are present.  These includes MSI, TSO, LRO, VLAN, INTR_FILTERS,
FIRMWARE, etc.

Also, eliminate some dead code and clean up in other places as part
of this quick once-over.

r204348:
Support IFCAP_VLANHWTSO in cxgb(4).  It works with or without vlanhwtag.
While here, remove old DPRINTFs and tidy up the capability code a bit.

r204921:
Better TwinAx transceiver detection.

Originally submitted by: <Bruno dot Bittner at isilon dot com>
(This is a rewritten, corrected version of that patch)

r205944:
Refresh the firmware version immediately after it is upgraded (or downgraded).

r205945:
Improved PHY EDC settings.

r205946:
Do not attempt to retrieve interrupt information before it is available.

r205947:
Fix build with "nooptions INET"

r205948:
Fix tx drop statistics.

r205949:
Fix signed/unsigned mix-up that allowed txq->in_use to grow beyond txq->size.

r205950:
Multiple fixes related to queue set sizing and resources:

- Only the tunnelq (TXQ_ETH) requires a buf_ring, an ifq, and the watchdog/timer
  callouts.  Do not allocate these for the other tx queues.

- Use 16k jumbo clusters only on offload capable cards by default.

- Do not allocate a full tx ring for the offload queue if the card is not
  offload capable.

- Slightly better freelist size calculation.

- Fix nmbjumbo4 typo, remove unneeded global variables.

r206109:
Increase response queue size to avoid starvation, add a counter
to track it when it does occur.
2010-04-05 23:29:27 +00:00
..
amd64 MFC r204907, r204913, r205402, r205573, r205573 2010-04-05 16:11:42 +00:00
arm MFC rev 198341 and 198342: 2010-03-31 02:43:58 +00:00
boot MFC: r204152, r204164 2010-03-31 21:32:52 +00:00
bsm Merge r197624 from head to stable/8: 2009-12-14 00:15:56 +00:00
cam MFC r204354: 2010-03-01 19:36:19 +00:00
cddl MFC rev 199727, 200888, 201031, 202904, 203054, 203106, 203572, 203884, 2010-03-31 05:05:28 +00:00
compat MFC: r205297, r205347, r205452, r205455, r205649, r205650 2010-03-31 15:32:36 +00:00
conf MFC of the em/igb drivers 2010-04-05 20:39:44 +00:00
contrib MFC r201818: 2010-03-27 15:02:28 +00:00
crypto Changed to M_NOWAIT when reallocing psc_buf in padlock_sha_update(), 2009-05-27 09:52:12 +00:00
ddb MFC r199355: 2009-12-19 12:06:12 +00:00
dev cxgb(4) MFCs: r204271,r204274,r204348,r204921,r205944,r205945,r205946,r205947,r205948,r205949,r205950,r206109 2010-04-05 23:29:27 +00:00
fs MFC r197680: 2010-03-27 17:22:11 +00:00
gdb
geom MFC r199875: 2010-03-27 18:04:33 +00:00
gnu MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 2010-02-11 18:34:06 +00:00
i386 MFC r204907, r204913, r205402, r205573, r205573 2010-04-05 16:11:42 +00:00
ia64 MFC rev 199727, 200888, 201031, 202904, 203054, 203106, 203572, 203884, 2010-03-31 05:05:28 +00:00
isa MFC x86emu/x86bios emulator and make previously i386 only dpms and vesa 2010-03-02 01:56:55 +00:00
kern MFC of 204670: 2010-04-05 13:33:54 +00:00
kgssapi When the KOBJMETHOD() macro was updated, it resulted in the 2009-06-14 17:33:46 +00:00
libkern MFC r199208, r199223: 2009-11-22 16:04:49 +00:00
mips MFC rev 198341 and 198342: 2010-03-31 02:43:58 +00:00
modules cxgb(4) MFCs: r204271,r204274,r204348,r204921,r205944,r205945,r205946,r205947,r205948,r205949,r205950,r206109 2010-04-05 23:29:27 +00:00
net MFC: r205095 2010-04-05 17:37:35 +00:00
net80211 MFC r203673: 2010-02-22 17:10:47 +00:00
netatalk Merge r196121 from head to stable/8: 2009-08-13 14:50:39 +00:00
netgraph Merge r205082, r205083 that fix 'netstat -f netgraph' functionality. 2010-04-02 11:07:55 +00:00
netinet MFC of 2 items to fix the csum for v6 issue: 2010-04-05 13:48:23 +00:00
netinet6 MFC of 2 items to fix the csum for v6 issue: 2010-04-05 13:48:23 +00:00
netipsec MFC r205789: 2010-04-02 17:48:01 +00:00
netipx Use queue(9) instead of hand-crafted link lists for the global IPX 2009-06-24 20:57:50 +00:00
netnatm Reimplement the netisr framework in order to support parallel netisr 2009-06-01 10:41:38 +00:00
netncp
netsmb Rework socket upcalls to close some races with setup/teardown of upcalls. 2009-06-01 21:17:03 +00:00
nfs MFC: r203731 2010-03-30 19:52:45 +00:00
nfsclient MFC: r203731 2010-03-30 19:52:45 +00:00
nfsserver - Factor out the code shared between NFS client and server into its own 2010-02-22 21:45:20 +00:00
nlm MFC: revision 197730 2009-10-07 14:14:05 +00:00
opencrypto MFC r201898: 2010-01-17 13:36:13 +00:00
pc98 MFC r204641, r204753: 2010-03-30 11:19:29 +00:00
pci MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 2010-02-11 18:34:06 +00:00
powerpc MFC r204694,204719,205370 2010-04-01 13:27:27 +00:00
rpc MFC r201853: 2010-03-04 19:35:22 +00:00
security MFC r201438: 2010-03-27 15:05:06 +00:00
sparc64 MFC: r206086 2010-04-05 18:25:30 +00:00
sun4v MFC rev 198341 and 198342: 2010-03-31 02:43:58 +00:00
sys MFC r197680: 2010-03-27 17:22:11 +00:00
tools MFC: Allow KMOD with hypens and dots. 2009-11-02 09:47:15 +00:00
ufs MFC of 203763, 203764, 203768, 203769, 203770, 203782, and 203784. 2010-02-26 21:49:11 +00:00
vm MFC rev 198341 and 198342: 2010-03-31 02:43:58 +00:00
xdr MFC r196149: 2009-08-12 20:30:27 +00:00
xen MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 2010-02-11 18:34:06 +00:00
Makefile Remove the unmaintained University of Michigan NFSv4 client from 8.x 2009-05-22 12:35:12 +00:00