summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect couple of unused fields from struct ifaddr:glebius2014-07-291-13/+0
* Deprecate m_act. Use m_nextpkt always.kevlo2014-07-171-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-1/+0
* Revert r267961, r267973:gjb2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-1/+0
* Introduce a procedural interface to the ifnet structure. The newmarcel2014-06-021-4/+649
* Fix unintended KBI change from r264905. Add _fib versions ofasomers2014-05-291-4/+18
* Unify sa_equal() macro usage.melifaro2014-04-261-3/+0
* Fix subnet and default routes on different FIBs on the same subnet.asomers2014-04-241-5/+9
* Fix host and network routes for new interfaces when net.add_addr_allfibs=0asomers2014-04-241-4/+4
* For NFS mounts using rsize,wsize=65536 over TSO enabledrmacklem2014-04-171-1/+3
* In if_freemulti(), relax the paranoid KASSERT() on ifma->ifma_protospec.bms2014-04-101-2/+0
* Simplify filling sockaddr_dl structure for if_resolvemulti()melifaro2014-01-181-6/+45
* Remove dead code.melifaro2014-01-071-2/+0
* Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.melifaro2014-01-071-4/+0
* Remove never used ioctls that originate from KAME. The proofglebius2013-11-111-2/+0
* Axe IFF_SMART. Fortunately this layering violating flag was never used,glebius2013-11-051-3/+1
* Drop support for historic ioctls and also undefine them, so that codeglebius2013-11-051-72/+2
* In complemence to ifa_add_loopback_route() and ifa_del_loopback_route()glebius2013-11-051-0/+19
* - Utilize counter(9) to accumulate statistics on interface addresses. Addglebius2013-10-151-1/+23
* Remove ifa_mtx. It was used only in one place in kernel, and ifnet'sglebius2013-10-151-4/+2
* Remove ifa_init() and provide ifa_alloc() that will allocate and setupglebius2013-10-151-4/+13
* Fix the length calculation for the final block of a sendfile(2)des2013-09-101-2/+16
* PR: 168520 170096rodrigc2013-07-151-3/+6
* Fix build with both INET and INET6 disabled.jhb2013-06-041-0/+2
* Allow drivers to specify a maximum TSO length in bytes if they areandre2013-06-031-6/+13
* Back out r249318, r249320 and r249327 due to a heisenbug mostandre2013-05-061-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-1/+1
* Change certain heavily used network related mutexes and rwlocks toandre2013-04-091-1/+1
* Fix long-standing issue with interface routes being unprotected:melifaro2013-03-081-1/+2
* Resolve source address selection in presense of CARP. Add a coupleglebius2013-02-111-3/+21
* Update to previous r241688 to use __func__ instead of spelled out functionandre2012-10-191-2/+2
* Use LOG_WARNING level in in_attachdomain1() instead of printf().andre2012-10-181-2/+2
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-24/+2
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-5/+10
* Add linkstate to bridge(4), set the link to up when at least one underlyingthompsa2012-04-201-2/+2
* Remove KASSERTS, they do not add any value here since the pointer is about tothompsa2012-04-181-6/+2
* g/c last bit of old ipv6 prefix management.pluknet2012-02-081-1/+0
* Fix typo in r231010.glebius2012-02-051-1/+1
* Better comment for ifa_init(), ifa_ref(), ifa_free().glebius2012-02-051-1/+1
* In ifa_init() initialize if_data.ifi_datalen. This would beglebius2012-02-051-0/+1
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-53/+53
* Restore a feature that was present in 5.x and 6.x, and was cleared inglebius2011-12-201-0/+1
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-5/+17
* Remove the unused if_free_type() function.brooks2011-12-091-21/+2
* Improve logging:glebius2011-11-221-2/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-2/+2
* Add infrastructure to allow all frames/packets received on an interfacebz2011-07-031-0/+16
* Update ifc_len field of struct ifconf passed for the ioctl SIOCGIFCONF32pluknet2011-06-281-0/+2
* When removing ifnets, we should first remove the reference to ifnetglebius2011-04-041-9/+10
OpenPOWER on IntegriCloud