| Commit message (Expand) | Author | Age | Files | Lines |
* | Garbage collect couple of unused fields from struct ifaddr: | glebius | 2014-07-29 | 1 | -13/+0 |
* | Deprecate m_act. Use m_nextpkt always. | kevlo | 2014-07-17 | 1 | -1/+1 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -1/+0 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -0/+1 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -1/+0 |
* | Introduce a procedural interface to the ifnet structure. The new | marcel | 2014-06-02 | 1 | -4/+649 |
* | Fix unintended KBI change from r264905. Add _fib versions of | asomers | 2014-05-29 | 1 | -4/+18 |
* | Unify sa_equal() macro usage. | melifaro | 2014-04-26 | 1 | -3/+0 |
* | Fix subnet and default routes on different FIBs on the same subnet. | asomers | 2014-04-24 | 1 | -5/+9 |
* | Fix host and network routes for new interfaces when net.add_addr_allfibs=0 | asomers | 2014-04-24 | 1 | -4/+4 |
* | For NFS mounts using rsize,wsize=65536 over TSO enabled | rmacklem | 2014-04-17 | 1 | -1/+3 |
* | In if_freemulti(), relax the paranoid KASSERT() on ifma->ifma_protospec. | bms | 2014-04-10 | 1 | -2/+0 |
* | Simplify filling sockaddr_dl structure for if_resolvemulti() | melifaro | 2014-01-18 | 1 | -6/+45 |
* | Remove dead code. | melifaro | 2014-01-07 | 1 | -2/+0 |
* | Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway. | melifaro | 2014-01-07 | 1 | -4/+0 |
* | Remove never used ioctls that originate from KAME. The proof | glebius | 2013-11-11 | 1 | -2/+0 |
* | Axe IFF_SMART. Fortunately this layering violating flag was never used, | glebius | 2013-11-05 | 1 | -3/+1 |
* | Drop support for historic ioctls and also undefine them, so that code | glebius | 2013-11-05 | 1 | -72/+2 |
* | In complemence to ifa_add_loopback_route() and ifa_del_loopback_route() | glebius | 2013-11-05 | 1 | -0/+19 |
* | - Utilize counter(9) to accumulate statistics on interface addresses. Add | glebius | 2013-10-15 | 1 | -1/+23 |
* | Remove ifa_mtx. It was used only in one place in kernel, and ifnet's | glebius | 2013-10-15 | 1 | -4/+2 |
* | Remove ifa_init() and provide ifa_alloc() that will allocate and setup | glebius | 2013-10-15 | 1 | -4/+13 |
* | Fix the length calculation for the final block of a sendfile(2) | des | 2013-09-10 | 1 | -2/+16 |
* | PR: 168520 170096 | rodrigc | 2013-07-15 | 1 | -3/+6 |
* | Fix build with both INET and INET6 disabled. | jhb | 2013-06-04 | 1 | -0/+2 |
* | Allow drivers to specify a maximum TSO length in bytes if they are | andre | 2013-06-03 | 1 | -6/+13 |
* | Back out r249318, r249320 and r249327 due to a heisenbug most | andre | 2013-05-06 | 1 | -1/+1 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 1 | -1/+1 |
* | Change certain heavily used network related mutexes and rwlocks to | andre | 2013-04-09 | 1 | -1/+1 |
* | Fix long-standing issue with interface routes being unprotected: | melifaro | 2013-03-08 | 1 | -1/+2 |
* | Resolve source address selection in presense of CARP. Add a couple | glebius | 2013-02-11 | 1 | -3/+21 |
* | Update to previous r241688 to use __func__ instead of spelled out function | andre | 2012-10-19 | 1 | -2/+2 |
* | Use LOG_WARNING level in in_attachdomain1() instead of printf(). | andre | 2012-10-18 | 1 | -2/+2 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 1 | -24/+2 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | glebius | 2012-09-08 | 1 | -5/+10 |
* | Add linkstate to bridge(4), set the link to up when at least one underlying | thompsa | 2012-04-20 | 1 | -2/+2 |
* | Remove KASSERTS, they do not add any value here since the pointer is about to | thompsa | 2012-04-18 | 1 | -6/+2 |
* | g/c last bit of old ipv6 prefix management. | pluknet | 2012-02-08 | 1 | -1/+0 |
* | Fix typo in r231010. | glebius | 2012-02-05 | 1 | -1/+1 |
* | Better comment for ifa_init(), ifa_ref(), ifa_free(). | glebius | 2012-02-05 | 1 | -1/+1 |
* | In ifa_init() initialize if_data.ifi_datalen. This would be | glebius | 2012-02-05 | 1 | -0/+1 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -53/+53 |
* | Restore a feature that was present in 5.x and 6.x, and was cleared in | glebius | 2011-12-20 | 1 | -0/+1 |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | glebius | 2011-12-16 | 1 | -5/+17 |
* | Remove the unused if_free_type() function. | brooks | 2011-12-09 | 1 | -21/+2 |
* | Improve logging: | glebius | 2011-11-22 | 1 | -2/+2 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -2/+2 |
* | Add infrastructure to allow all frames/packets received on an interface | bz | 2011-07-03 | 1 | -0/+16 |
* | Update ifc_len field of struct ifconf passed for the ioctl SIOCGIFCONF32 | pluknet | 2011-06-28 | 1 | -0/+2 |
* | When removing ifnets, we should first remove the reference to ifnet | glebius | 2011-04-04 | 1 | -9/+10 |