aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/toecore.c
Commit message (Expand)AuthorAgeFilesLines
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306George V. Neville-Neil2016-06-021-2/+2
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* (Temporarily) remove route_redirect_event eventhandler.Alexander V. Chernikov2016-01-091-15/+0
* Implement interface link header precomputation API.Alexander V. Chernikov2015-12-311-1/+1
* First cut of the modularization of our TCP stack. StillRandall Stewart2015-12-161-1/+1
* Replace toe_nd6_resolve() with nd6_resolve().Alexander V. Chernikov2015-09-221-72/+1
* Unify nd6 state switching by using newly-created nd6_llinfo_setstate()Alexander V. Chernikov2015-09-211-5/+2
* Do not pass lle to nd6_ns_output(). Use newly-addedAlexander V. Chernikov2015-09-051-1/+1
* * Split allocation and table linking for lle's.Alexander V. Chernikov2015-08-201-11/+24
* Store addresses instead of sockaddrs inside llentry.Alexander V. Chernikov2015-08-111-8/+11
* MFP r274553:Alexander V. Chernikov2015-08-081-2/+1
|\
| * * Move lle creation/deletion from lla_lookup to separate functions:Alexander V. Chernikov2014-11-151-2/+1
| * * Convert TOE framework to use new routing api.Alexander V. Chernikov2014-10-251-4/+4
* | Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:Julien Charbon2015-08-031-3/+3
* | Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -Alexander V. Chernikov2014-11-271-4/+1
|/
* Catch up with r271119.Navdeep Parhar2014-09-241-1/+0
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* Teach toe_l2_resolve to resolve IPv6 destinations too.Navdeep Parhar2013-01-261-1/+66
* Teach toe_4tuple_check() to deal with IPv6 4-tuples too.Navdeep Parhar2013-01-251-5/+9
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Correctly handle the case where an inp has already been dropped by the timeNavdeep Parhar2012-08-211-4/+6
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-0/+575