freebsd-skq/sys
shurd c37f5a169b Handle read-only mbufs in iflib ether pad function
If ethernet padding is enabled, and a read-only mbuf is passed,
it would modify the mbuf using m_append(). Instead, call m_dup() and
append to the new packet.

Reported by:	Pyun YongHyeon
Sponsored by:	Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D13414
2017-12-08 18:43:31 +00:00
..
amd64 Move instantiation of msgbufp from 9 MD files to subr_prf.c. 2017-12-07 07:55:38 +00:00
arm Move instantiation of msgbufp from 9 MD files to subr_prf.c. 2017-12-07 07:55:38 +00:00
arm64 Move instantiation of msgbufp from 9 MD files to subr_prf.c. 2017-12-07 07:55:38 +00:00
bsm
cam Define xpt_path_inq. 2017-12-06 23:05:22 +00:00
cddl Mark two things as unused (since they are only sometimes used) and 2017-12-03 04:55:33 +00:00
compat
conf Retire SCTP_WITH_NO_CSUM option. 2017-12-07 22:19:08 +00:00
contrib Revert local changes made to make zstd(1) frontend behave like gzip(1) and friends 2017-12-06 09:53:10 +00:00
crypto
ddb
dev SPDX: license IDs for some ISC-related files. 2017-12-08 15:57:29 +00:00
dts
fs Fix file missed in r326607. 2017-12-06 00:44:49 +00:00
gdb
geom geom_raid (RAID5): do not lose bp->bio_error, keep it in pbp->bio_error 2017-12-07 20:09:17 +00:00
gnu
i386 Move instantiation of msgbufp from 9 MD files to subr_prf.c. 2017-12-07 07:55:38 +00:00
isa
kern Move instantiation of msgbufp from 9 MD files to subr_prf.c. 2017-12-07 07:55:38 +00:00
kgssapi
libkern
mips Move instantiation of msgbufp from 9 MD files to subr_prf.c. 2017-12-07 07:55:38 +00:00
modules
net Handle read-only mbufs in iflib ether pad function 2017-12-08 18:43:31 +00:00
net80211
netgraph
netinet Separate out send buffer autoscaling code into function, so that 2017-12-07 22:36:58 +00:00
netinet6 Retire SCTP_WITH_NO_CSUM option. 2017-12-07 22:19:08 +00:00
netipsec
netpfil SPDX: license IDs for some ISC-related files. 2017-12-08 15:57:29 +00:00
netsmb
nfs sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
nfsclient
nfsserver
nlm
ofed
opencrypto We don't need both _STAND and _STANDALONE. There's more places that 2017-12-02 00:07:09 +00:00
powerpc Remove PTE VA mappings for tracked pages in 64-bit mode 2017-12-08 03:49:53 +00:00
riscv Move instantiation of msgbufp from 9 MD files to subr_prf.c. 2017-12-07 07:55:38 +00:00
rpc
security
sparc64 Move instantiation of msgbufp from 9 MD files to subr_prf.c. 2017-12-07 07:55:38 +00:00
sys Use correct field in the description for the lock after r319722. 2017-12-07 19:40:46 +00:00
teken sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
tests
tools sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
ufs Fix livelock in ufsdirhash_create(). 2017-12-07 09:05:34 +00:00
vm Fix the UMA reclaim worker after r326347. 2017-12-07 19:38:09 +00:00
x86
xdr
xen
Makefile