History log of /freebsd-10-stable/sys/netgraph/ng_base.c
Revision Date Author Comments
# 333629 15-May-2018 sbruno

MFC r303848

Repair trivial panic in ng_uncallout. Fixes bugzilla #211031

PR: 211031


# 310249 19-Dec-2016 hselasky

MFC r309404:
Fix return value from ng_uncallout().

callout_stop() recently started returning -1 when the callout is already
stopped, which is not handled by the netgraph code. Properly filter
the return value. Netgraph callers only want to know if the callout
was cancelled and not draining or already stopped.

Discussed with: julian, glebius


# 292770 27-Dec-2015 julian

MFH: r278640

Revise default limit for maximum of netgraph data items.
With modern internet speeds the limit can be reached even
on a single L2TP link.


# 273736 27-Oct-2014 hselasky

MFC r263710, r273377, r273378, r273423 and r273455:

- De-vnet hash sizes and hash masks.
- Fix multiple issues related to arguments passed to SYSCTL macros.

Sponsored by: Mellanox Technologies


# 261022 22-Jan-2014 glebius

Merge r260046: Fix the parse type for NGM_LISTTYPES.


# 273736 27-Oct-2014 hselasky

MFC r263710, r273377, r273378, r273423 and r273455:

- De-vnet hash sizes and hash masks.
- Fix multiple issues related to arguments passed to SYSCTL macros.

Sponsored by: Mellanox Technologies


# 261022 22-Jan-2014 glebius

Merge r260046: Fix the parse type for NGM_LISTTYPES.