freebsd-dev/usr.bin/netstat
Navdeep Parhar 09fe63205c - Updated TOE support in the kernel.
- Stateful TCP offload drivers for Terminator 3 and 4 (T3 and T4) ASICs.
  These are available as t3_tom and t4_tom modules that augment cxgb(4)
  and cxgbe(4) respectively.  The cxgb/cxgbe drivers continue to work as
  usual with or without these extra features.

- iWARP driver for Terminator 3 ASIC (kernel verbs).  T4 iWARP in the
  works and will follow soon.

Build-tested with make universe.

30s overview
============
What interfaces support TCP offload?  Look for TOE4 and/or TOE6 in the
capabilities of an interface:
# ifconfig -m | grep TOE

Enable/disable TCP offload on an interface (just like any other ifnet
capability):
# ifconfig cxgbe0 toe
# ifconfig cxgbe0 -toe

Which connections are offloaded?  Look for toe4 and/or toe6 in the
output of netstat and sockstat:
# netstat -np tcp | grep toe
# sockstat -46c | grep toe

Reviewed by:	bz, gnn
Sponsored by:	Chelsio communications.
MFC after:	~3 months (after 9.1, and after ensuring MFC is feasible)
2012-06-19 07:34:13 +00:00
..
atalk.c Revert r228650, and work around the clang false positive with printf 2011-12-17 22:32:00 +00:00
bpf.c
if.c With pf 4.5 import the name of pfsync stats sysctl has changed, thus 2012-04-04 08:30:32 +00:00
inet6.c Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
inet.c - Updated TOE support in the kernel. 2012-06-19 07:34:13 +00:00
ipsec.c
ipx.c Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
main.c
Makefile After r232745, which makes sure __bswap16(), ntohs() and htons() return 2012-03-09 20:50:15 +00:00
mbuf.c
mroute6.c
mroute.c
netgraph.c In ng_socket(4) expose less kernel internals to userland. This commit 2012-01-23 15:39:45 +00:00
netisr.c
netstat.1
netstat.h
pfkey.c
route.c Teach netstat -r (display contents of routing tables) about multi-FIB for 2012-02-03 15:26:55 +00:00
sctp.c Don't print a warning when using netstat to print 2012-01-25 21:49:48 +00:00
unix.c