OpenGrok
Cross Reference: ether_sw_offload.c
xref
: /
src
/
sys
/
net
/
ether_sw_offload.c
Home
|
History
|
Annotate
|
Download
|
only in
net
History log of
/src/sys/net/ether_sw_offload.c
Revision
Date
Author
Comments
1.9
15-Sep-2024
andvar
s/chanks/chunks/ and s/chekcsum/checksum/ in comment.
1.8
03-Sep-2021
andvar
fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/
1.7
27-Mar-2020
jdolecek
replace the conditional m_pullup() on start of ether_sw_offload_tx()
with a KASSERT(), to make it clear no mbuf manipulation is ever done here
1.6
15-Dec-2018
rin
branches: 1.6.2; 1.6.6;
Improve wording in comments: replace "chain" with "queue" for
sequence of mbuf's connected by m_nextpkt, in order to avoid
confusion with those connected by m_next.
No binary changes.
1.5
15-Dec-2018
rin
Replace panic with rate-limited LOG_ERR message when we encounter
invalid ether frame with non-zero csum flags.
Requested by thorpej.
1.4
13-Dec-2018
rin
Panic rather than silently dropping packets when TX offload options are
enabled for unsupported frame types.
1.3
13-Dec-2018
rin
Also take care of non-DIAGNOSTIC case.
1.2
13-Dec-2018
rin
Fix (bridge && !inet6) build.
1.1
12-Dec-2018
rin
PR kern/53562
Add ether_sw_offload_[tr]x: handle TX/RX offload options in software.
Since this violates separation b/w L2 and L3/L4, new files are added
rather than having the routines in sys/net/if_ethersubr.c.
OK msaitoh thorpej
1.6.6.3
08-Apr-2020
martin
Merge changes from current as of 20200406
1.6.6.2
10-Jun-2019
christos
Sync with HEAD
1.6.6.1
15-Dec-2018
christos
file ether_sw_offload.c was added on branch phil-wifi on 2019-06-10 22:09:45 +0000
1.6.2.2
26-Dec-2018
pgoyette
Sync with HEAD, resolve a few conflicts
1.6.2.1
15-Dec-2018
pgoyette
file ether_sw_offload.c was added on branch pgoyette-compat on 2018-12-26 14:02:04 +0000
Indexes created Sun Oct 19 18:09:56 GMT 2025