freebsd-dev/sys
Kristof Provost 51e805c43c ng_ether: Enter NET_EPOCH where required
We must enter NET_EPOCH before calling ether_output_frame(). Several of the
functions it calls (pfil_run_hooks, if_transmit) expect to be running in the
NET_EPOCH.

While here remove an unneeded EPOCH entry (which wasn't wide enough to cover
BRIDGE_INPUT).

PR:		248958
Reviewed by:	glebius, bz (previous version), melifaro (previous version)
Tested by:	manu
Differential Revision:	https://reviews.freebsd.org/D26226
2020-09-02 11:49:22 +00:00
..
amd64 amd64: clean up empty lines in .c and .h files 2020-09-01 21:16:54 +00:00
arm arm: clean up empty lines in .c and .h files 2020-09-01 21:17:24 +00:00
arm64 Partially revert r365069. 2020-09-02 09:04:08 +00:00
bsm bsm: add AUE_CLOSERANGE 2020-04-24 01:27:25 +00:00
cam cam: clean up empty lines in .c and .h files 2020-09-01 22:13:48 +00:00
cddl Tighten frame pointer checking in DTrace's amd64 stack unwinder. 2020-09-01 15:15:44 +00:00
compat compat: clean up empty lines in .c and .h files 2020-09-01 21:24:33 +00:00
conf Fix build fallout after r365054 . 2020-09-02 11:18:21 +00:00
contrib ZFS: MFV 2.0-rc1-ga00c61 2020-08-28 18:53:45 +00:00
crypto crypto(9): add CRYPTO_BUF_VMPAGE 2020-08-26 02:37:42 +00:00
ddb ddb: clean up empty lines in .c and .h files 2020-09-01 22:14:30 +00:00
dev ixl(4): Add support for X710-T*L devices 2020-09-01 23:16:38 +00:00
dts Remove licenses 2020-06-04 17:20:58 +00:00
fs fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00
gdb gdb(4): Support empty qSupported queries 2020-08-18 20:59:10 +00:00
geom geom: clean up empty lines in .c and .h files 2020-09-01 22:14:09 +00:00
gnu Import DTS files for arm, arm64, riscv from Linux 5.8 2020-08-04 19:44:43 +00:00
i386 i386: clean up empty lines in .c and .h files 2020-09-01 21:19:39 +00:00
isa
kern Assert that cc_exec_drain(cc, direct) is NULL before assigning a new value. 2020-09-02 10:00:30 +00:00
kgssapi kgssapi: clean up empty lines in .c and .h files 2020-09-01 22:15:02 +00:00
libkern libkern: clean up empty lines in .c and .h files 2020-09-01 21:25:23 +00:00
mips mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
modules Fix build of epoch_test module. 2020-09-02 09:17:29 +00:00
net net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
net80211 net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
netgraph ng_ether: Enter NET_EPOCH where required 2020-09-02 11:49:22 +00:00
netinet net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
netinet6 net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
netipsec net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
netpfil net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
netsmb net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
nfs nfs: clean up empty lines in .c and .h files 2020-09-01 21:25:39 +00:00
nfsclient nfs: clean up empty lines in .c and .h files 2020-09-01 21:25:39 +00:00
nfsserver nfs: clean up empty lines in .c and .h files 2020-09-01 21:25:39 +00:00
nlm nlm: clean up empty lines in .c and .h files 2020-09-01 22:14:52 +00:00
ofed infiniband: Appease Coverty 2020-08-31 16:17:28 +00:00
opencrypto Name the on-stack union of compat thunks. 2020-08-26 22:36:08 +00:00
powerpc powerpc: clean up empty lines in .c and .h files 2020-09-01 21:20:08 +00:00
riscv riscv: very large dma mappings can cause integer overflow 2020-09-02 11:33:31 +00:00
rpc Add TLS support to the kernel RPC. 2020-08-22 03:57:55 +00:00
security security: clean up empty lines in .c and .h files 2020-09-01 21:26:00 +00:00
sys sys: clean up empty lines in .c and .h files 2020-09-01 22:12:58 +00:00
teken
tests Add small tool to invoke kernel test framework tests. 2020-09-02 09:20:40 +00:00
tools makesyscalls.lua: improve syscall ordering validation 2020-08-04 21:49:13 +00:00
ufs ufs: clean up empty lines in .c and .h files 2020-09-01 21:23:00 +00:00
vm vm: clean up empty lines in .c and .h files 2020-09-01 21:20:45 +00:00
x86 x86: clean up empty lines in .c and .h files 2020-09-01 21:23:59 +00:00
xdr xdr: clean up empty lines in .c and .h files 2020-09-01 22:13:28 +00:00
xen xen: clean up empty lines in .c and .h files 2020-09-01 21:21:55 +00:00
Makefile