aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect long time obsoleted (or never used) stuff from routing API.Gleb Smirnoff2014-03-153-41/+6
* Several years after initial development, merge prototype support forRobert Watson2014-03-151-1/+24
* Remove AppleTalk support.Gleb Smirnoff2014-03-147-196/+5
* Remove IPX support.Gleb Smirnoff2014-03-1412-879/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-135-177/+100
* The route code used to mtx_destroy() a locked mutex before rtentry free. Now,Gleb Smirnoff2014-03-052-1/+13
* Pacify gcc.Gleb Smirnoff2014-03-051-0/+1
* Hide struct rtentry from userland.Gleb Smirnoff2014-03-051-0/+3
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-058-72/+80
* Instead of playing games with casts simply add 3 more members to theGleb Smirnoff2014-03-051-0/+4
* Revert previous commit (262727) and bounce patch back to theGeorge V. Neville-Neil2014-03-042-5/+3
* Naming consistency fix. The routing code definesGeorge V. Neville-Neil2014-03-042-3/+5
* Remove more constants related to static sysctl nodes. The MAXID constantsJohn Baldwin2014-02-251-6/+0
* V_irtualize rtsock refcounting, which reduces the chances for panicsMarko Zec2014-02-191-17/+19
* Fix incorrect assertions.Gleb Smirnoff2014-02-181-2/+4
* Add my copyright to flowtable.Gleb Smirnoff2014-02-172-2/+2
* Whitespace.Gleb Smirnoff2014-02-171-4/+4
* Bring copyright notice to standard style.Gleb Smirnoff2014-02-172-58/+57
* o Remove at compile time the HASH_ALL code, that was neverGleb Smirnoff2014-02-172-673/+374
* Make sure that the flowtable flowid is only set to m_flowid if thereAdrian Chadd2014-02-151-1/+1
* This new version of netmap brings you the following:Luigi Rizzo2014-02-152-110/+407
* Whenever flowtable lookup fails, we do route lookup and then try toGleb Smirnoff2014-02-142-18/+38
* Once pf became not covered by a single mutex, many counters in it becameGleb Smirnoff2014-02-141-4/+5
* Don't insert a flowtable entry if the lle isn't yet valid.Adrian Chadd2014-02-142-0/+10
* Remove unused FL_NOAUTO.Gleb Smirnoff2014-02-132-2/+1
* o Axe non-pcpu flowtable implementation. It wasn't enabled or used,Gleb Smirnoff2014-02-132-423/+194
* Fixup for r261590 (vnet sysctl handlers cleanup).Mikolaj Golub2014-02-091-1/+1
* Remove ft_rtalloc and choose rtalloc function at compile time.Gleb Smirnoff2014-02-081-17/+6
* Spacing.Gleb Smirnoff2014-02-081-30/+30
* Revert accidentially leaked changes in r261627.Gleb Smirnoff2014-02-081-0/+4
* Remove never set flag FL_OVERWRITE. The only place whereGleb Smirnoff2014-02-082-7/+0
* Fix comment.Gleb Smirnoff2014-02-071-1/+1
* Remove unused defines.Gleb Smirnoff2014-02-071-7/+0
* o Revamp API between flowtable and netinet, netinet6.Gleb Smirnoff2014-02-073-481/+319
* Remove identical vnet sysctl handlers, and handle CTLFLAG_VNETGleb Smirnoff2014-02-072-50/+4
* Spacing.Gleb Smirnoff2014-02-071-33/+33
* Simplify filling sockaddr_dl structure for if_resolvemulti()Alexander V. Chernikov2014-01-188-80/+61
* forgot to update this file in 2607000Luigi Rizzo2014-01-171-42/+88
* use explicit casts with void* to compile when included by C++ codeLuigi Rizzo2014-01-111-3/+6
* Simplify inet alias handling code: if we're adding/removing alias whichAlexander V. Chernikov2014-01-103-22/+11
* Split rt_newaddrmsg_fib() into two different functions.Alexander V. Chernikov2014-01-093-79/+187
* Constanly use RT_ALL_FIBS everywhere instead of -1.Alexander V. Chernikov2014-01-083-10/+10
* Remove dead code.Alexander V. Chernikov2014-01-071-2/+0
* Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.Alexander V. Chernikov2014-01-073-9/+7
* Partially fix IPv4 interface routes deletion in RADIX_MPATH.Alexander V. Chernikov2014-01-062-8/+11
* It is 2014 and we have a new version of netmap.Luigi Rizzo2014-01-062-193/+377
* Change semantics for rnh_lookup() function: nowAlexander V. Chernikov2014-01-045-103/+115
* Remove useless register variable modifiers.Alexander V. Chernikov2014-01-031-105/+71
* Convert #defines to enums so that the values are visible in the debugger.George V. Neville-Neil2014-01-021-120/+126
* Multi-queue NIC drivers and multi-port lagg tend to use the same lowerScott Long2013-12-303-4/+15