freebsd-skq/sys
Andrey V. Elsukov 48266154de Relax requirement to packet size of CARP protocol and remove version check.
CARP shares protocol number 112 with VRRP (RFC 5798). And the size of
VRRP packet may be smaller than CARP. ipfw_chk() does m_pullup() to at
least sizeof(struct carp_header) and can fail when packet is VRRP. This
leads to packet drop and message about failed pullup attempt.
Also, RFC 5798 defines version 3 of VRRP protocol, this version number
also unsupported by CARP and such check leads to packet drop.

carp_input() does its own checks for protocol version and packet size,
so we can remove these checks to be able pass VRRP packets.

PR:		234207
MFC after:	1 week
2019-01-11 01:54:15 +00:00
..
amd64 x86: Report per-cpu IPI TLB shootdown generation in ddb 'show pcpu' output. 2019-01-04 17:25:47 +00:00
arm Add a missing \n to a bootverbose printf. 2019-01-07 16:36:45 +00:00
arm64 Fix a comment, pushed onto is two words. 2019-01-10 16:31:07 +00:00
bsm
cam Add NO_SYNC_CACHE quirk for PENTAX cameras 2019-01-08 20:55:02 +00:00
cddl zfsboot: support newer ZFS versions 2019-01-03 22:49:11 +00:00
compat Mechanical cleanup of epoch(9) usage in network stack. 2019-01-09 01:11:19 +00:00
conf Limit git history searches in newvers.sh 2019-01-04 18:38:27 +00:00
contrib Remove support for FreeBSD 9 kernel, which used to change byte order 2019-01-10 23:27:29 +00:00
crypto Generalize AES iov optimization 2018-12-13 04:40:53 +00:00
ddb
dev rtwn_usb(4): add IQ calibration support for RTL8192CU 2019-01-10 05:49:47 +00:00
dts arm64: allwinner: Fix pwm dtso 2018-12-12 21:10:34 +00:00
fs When loading an inode from disk, verify that its mode is valid. 2018-12-27 07:18:53 +00:00
gdb
geom Use g_handleattr() to reply to GEOM::candelete queries. 2019-01-02 15:52:16 +00:00
gnu Update our devicetree to 4.19 for arm and arm64 2018-11-10 21:02:32 +00:00
i386 Fix i386 LINT build after r342769. 2019-01-04 19:10:46 +00:00
isa
kern Simplify sosetopt() so that function has single return point. No 2019-01-10 00:25:12 +00:00
kgssapi
libkern
mips Add note to 32-bit mips smp config files documenting the status 2018-12-19 23:22:14 +00:00
modules dtb: allwinner: Add orangepi-pc to the build 2019-01-11 01:42:47 +00:00
net Remove recursive NET_EPOCH_ENTER() from sysctl_ifmalist(), missed in r342872. 2019-01-11 00:45:22 +00:00
net80211 net80211: fix panic when device is removed during initialization 2019-01-09 12:50:24 +00:00
netgraph Allow ng_nat to be attached to a ethernet interface directly via ng_ether(4) 2018-12-17 16:00:35 +00:00
netinet Fix getsockopt() for IP_OPTIONS/IP_RETOPTS. 2019-01-09 06:36:57 +00:00
netinet6 Remove unnecessary ifdef. With INVARIANTS all KASSERTs are empty statements, 2019-01-10 00:52:06 +00:00
netipsec Remove unused argument to priv_check_cred. 2018-12-11 19:32:16 +00:00
netpfil Relax requirement to packet size of CARP protocol and remove version check. 2019-01-11 01:54:15 +00:00
netsmb Remove unused argument to priv_check_cred. 2018-12-11 19:32:16 +00:00
nfs
nfsclient
nfsserver
nlm
ofed Mechanical cleanup of epoch(9) usage in network stack. 2019-01-09 01:11:19 +00:00
opencrypto Plug memory leak for AES_*_NIST_GMAC algorithms. 2018-12-13 08:59:51 +00:00
powerpc powerpc: Fix regression introduced in r342771 2019-01-07 19:39:31 +00:00
riscv Don't enable interrupts in init_secondary(). 2019-01-04 17:14:50 +00:00
rpc Add kern.rpc.gss.client_max, to make it possible to bump it easily. 2018-12-15 11:32:11 +00:00
security mac: reduce pessimization of sdt probe handling 2018-12-19 22:30:26 +00:00
sparc64 Remove iBCS2, part2: general kernel 2018-12-19 21:57:58 +00:00
sys Fix an old typo in the element status display bits: 2019-01-05 21:07:49 +00:00
teken
tests
tools make_dtb.sh: Use $CPP instead of assuming that cpp is in $PATH 2018-12-14 23:53:28 +00:00
ufs Move ASSERT_VOP_LOCKED to top of ufs_vinit() as it should be true 2018-12-30 06:03:20 +00:00
vm Fix regression in r331368, that broke dumping of UMA startup pages 2019-01-07 23:17:09 +00:00
x86 Expose threads-per-core and physical core count information 2019-01-04 18:31:17 +00:00
xdr
xen
Makefile Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00