summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Merge SVN r295220 (bz) from projects/vnet/dteske2016-02-111-0/+14
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-015-0/+6
* Provide TCPSTAT_DEC() and TCPSTAT_FETCH() macros.glebius2016-01-271-0/+3
* Prune a definition which is / was never used.zec2016-01-251-1/+0
* Fix flowtable part missed in r294706.melifaro2016-01-251-1/+1
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-258-200/+332
* Remove unused radix_mpath definitions.melifaro2016-01-251-3/+0
* Add an IOCTL rr_limit to let users fine tuning the number of packets to bearaujo2016-01-232-2/+26
* Clean up original route path selection logic a bit.melifaro2016-01-151-5/+6
* Fix panic in IP redirect. Panic was introduced in r293466.melifaro2016-01-141-2/+2
* Remove now-unused wrappers for various routing functions.melifaro2016-01-142-72/+0
* Remove RTF_RNH_LOCKED support from rtalloc1_fib().melifaro2016-01-132-17/+6
* Bring RADIX_MPATH support to new routing KPI to ease migration.melifaro2016-01-112-21/+41
* Do not rewrite all ro_flags.melifaro2016-01-111-1/+1
* Fix userland build broken by r293470.melifaro2016-01-091-0/+2
* Finish r275196: do not dereference rtentry in if_output() routines.melifaro2016-01-097-31/+31
* Remove sys/eventhandler.h from net/route.hmelifaro2016-01-091-1/+0
* (Temporarily) remove route_redirect_event eventhandler.melifaro2016-01-092-15/+2
* Please Coverity by removing unneccessary check (rt_key() is always set).melifaro2016-01-091-1/+1
* Do more fine-grained locking in rtrequest1_fib().melifaro2016-01-081-30/+22
* Add rib_lookup_info() to provide API for retrieving individual routemelifaro2016-01-043-11/+165
* Handle IPV6_PATHMTU option by spliting ip6_getpmtu_ctl() from ip6_getpmtu().melifaro2016-01-031-4/+5
* Remove second EVENTHANDLER_REGISTER slipped in r292978.melifaro2016-01-011-0/+4
* Clean up unused-but-set-variable spotted by gcc4.9.araujo2015-12-311-2/+0
* Implement interface link header precomputation API.melifaro2015-12-318-141/+402
* Wrap using #ifdef 'notyet' those variables and statements not yetaraujo2015-12-311-4/+18
* Add SFF-8024 Extended Specification Compliancemelifaro2015-12-281-1/+1
* If vnets are torn down while ifconfig runs an ioctl to say, destroy anbz2015-12-221-3/+17
* If bootverbose is enabled every vnet startup and virtual interfacebz2015-12-221-1/+1
* Simplify bringup order by removing a SYSINIT making it a static listbz2015-12-221-12/+2
* Revert r292275 & r292379smh2015-12-174-30/+10
* Provide additional lle data in IPv6 lltable dump used by ndp(8).melifaro2015-12-161-0/+3
* Convert if_stf(4) to new routing api.melifaro2015-12-161-20/+8
* Fix lagg failover due to missing notificationssmh2015-12-154-10/+30
* Fix PINNED routes handling.melifaro2015-12-131-0/+3
* Remove LLE read lock from IPv6 fast path.melifaro2015-12-132-0/+45
* Merge helper fib* functions used for basic lookups.melifaro2015-12-081-0/+31
* Remove LLE read lock from IPv4 fast path.melifaro2015-12-052-1/+16
* Move RTF_PINNED handling to generic route code.melifaro2015-12-021-29/+27
* Fix LINT-NOIP kernels after r291467ngie2015-12-011-0/+2
* Move flowtable rte checks to separate function.melifaro2015-11-301-50/+63
* Add new rt_foreach_fib_walk_del() function for deleting route entriesmelifaro2015-11-302-205/+259
* Fix building sys/modules/if_enc by adding missing headersngie2015-11-251-0/+2
* Fix the build.ae2015-11-251-1/+0
* Overhaul if_enc(4) and make it loadable in run-time.ae2015-11-254-197/+249
* Implement the sadb_x_policy_priority field as it is done in Linux:fabient2015-11-171-1/+1
* Pass provided af instead of AF_UNSPEC to setwa_f callback.melifaro2015-11-141-1/+1
* Move iflladdr_event eventhandler invocation to if_setlladdr.melifaro2015-11-143-13/+4
* This fixes several places where callout_stops return is examined. Therrs2015-11-131-1/+1
* Use lladdr_event to propagate gratiotus arp.melifaro2015-11-092-13/+7
OpenPOWER on IntegriCloud