summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-058-72/+80
* Instead of playing games with casts simply add 3 more members to theglebius2014-03-051-0/+4
* Revert previous commit (262727) and bounce patch back to thegnn2014-03-042-5/+3
* Naming consistency fix. The routing code definesgnn2014-03-042-3/+5
* Remove more constants related to static sysctl nodes. The MAXID constantsjhb2014-02-251-6/+0
* V_irtualize rtsock refcounting, which reduces the chances for panicszec2014-02-191-17/+19
* Fix incorrect assertions.glebius2014-02-181-2/+4
* Add my copyright to flowtable.glebius2014-02-172-2/+2
* Whitespace.glebius2014-02-171-4/+4
* Bring copyright notice to standard style.glebius2014-02-172-58/+57
* o Remove at compile time the HASH_ALL code, that was neverglebius2014-02-172-673/+374
* Make sure that the flowtable flowid is only set to m_flowid if thereadrian2014-02-151-1/+1
* This new version of netmap brings you the following:luigi2014-02-152-110/+407
* Whenever flowtable lookup fails, we do route lookup and then try toglebius2014-02-142-18/+38
* Once pf became not covered by a single mutex, many counters in it becameglebius2014-02-141-4/+5
* Don't insert a flowtable entry if the lle isn't yet valid.adrian2014-02-142-0/+10
* Remove unused FL_NOAUTO.glebius2014-02-132-2/+1
* o Axe non-pcpu flowtable implementation. It wasn't enabled or used,glebius2014-02-132-423/+194
* Fixup for r261590 (vnet sysctl handlers cleanup).trociny2014-02-091-1/+1
* Remove ft_rtalloc and choose rtalloc function at compile time.glebius2014-02-081-17/+6
* Spacing.glebius2014-02-081-30/+30
* Revert accidentially leaked changes in r261627.glebius2014-02-081-0/+4
* Remove never set flag FL_OVERWRITE. The only place whereglebius2014-02-082-7/+0
* Fix comment.glebius2014-02-071-1/+1
* Remove unused defines.glebius2014-02-071-7/+0
* o Revamp API between flowtable and netinet, netinet6.glebius2014-02-073-481/+319
* Remove identical vnet sysctl handlers, and handle CTLFLAG_VNETglebius2014-02-072-50/+4
* Spacing.glebius2014-02-071-33/+33
* Simplify filling sockaddr_dl structure for if_resolvemulti()melifaro2014-01-188-80/+61
* forgot to update this file in 2607000luigi2014-01-171-42/+88
* use explicit casts with void* to compile when included by C++ codeluigi2014-01-111-3/+6
* Simplify inet alias handling code: if we're adding/removing alias whichmelifaro2014-01-103-22/+11
* Split rt_newaddrmsg_fib() into two different functions.melifaro2014-01-093-79/+187
* Constanly use RT_ALL_FIBS everywhere instead of -1.melifaro2014-01-083-10/+10
* Remove dead code.melifaro2014-01-071-2/+0
* Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.melifaro2014-01-073-9/+7
* Partially fix IPv4 interface routes deletion in RADIX_MPATH.melifaro2014-01-062-8/+11
* It is 2014 and we have a new version of netmap.luigi2014-01-062-193/+377
* Change semantics for rnh_lookup() function: nowmelifaro2014-01-045-103/+115
* Remove useless register variable modifiers.melifaro2014-01-031-105/+71
* Convert #defines to enums so that the values are visible in the debugger.gnn2014-01-021-120/+126
* Multi-queue NIC drivers and multi-port lagg tend to use the same lowerscottl2013-12-303-4/+15
* Simplify contiguous mask checking.melifaro2013-12-171-10/+8
* split netmap code according to functions:luigi2013-12-152-49/+279
* Add constants for use in interrogating various fiber and copper connectorsgnn2013-11-271-0/+433
* Fix build.glebius2013-11-271-1/+1
* Fix macro name in comment.pluknet2013-11-261-1/+1
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-5/+5
* In vnet_route_uninit(), free some memory that is allocated in vnet_route_init().rodrigc2013-11-251-0/+3
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
OpenPOWER on IntegriCloud