summaryrefslogtreecommitdiffstats
path: root/sys/netinet/toecore.c
Commit message (Expand)AuthorAgeFilesLines
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-0/+1
* (Temporarily) remove route_redirect_event eventhandler.melifaro2016-01-091-15/+0
* Implement interface link header precomputation API.melifaro2015-12-311-1/+1
* First cut of the modularization of our TCP stack. Stillrrs2015-12-161-1/+1
* Replace toe_nd6_resolve() with nd6_resolve().melifaro2015-09-221-72/+1
* Unify nd6 state switching by using newly-created nd6_llinfo_setstate()melifaro2015-09-211-5/+2
* Do not pass lle to nd6_ns_output(). Use newly-addedmelifaro2015-09-051-1/+1
* * Split allocation and table linking for lle's.melifaro2015-08-201-11/+24
* Store addresses instead of sockaddrs inside llentry.melifaro2015-08-111-8/+11
* MFP r274553:melifaro2015-08-081-2/+1
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:jch2015-08-031-3/+3
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -melifaro2014-11-271-4/+1
* Catch up with r271119.np2014-09-241-1/+0
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* Teach toe_l2_resolve to resolve IPv6 destinations too.np2013-01-261-1/+66
* Teach toe_4tuple_check() to deal with IPv6 4-tuples too.np2013-01-251-5/+9
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Correctly handle the case where an inp has already been dropped by the timenp2012-08-211-4/+6
* - Updated TOE support in the kernel.np2012-06-191-0/+575
OpenPOWER on IntegriCloud