summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r292604:bz2016-01-211-3/+17
* MFC r279538:hrs2015-07-231-8/+26
* MFC r281236 -- extended media types in if_media.h.erj2015-05-291-0/+1
* MFC r279920:ae2015-03-191-1/+11
* Add if_inc_counter() and if_get_counter_default() functions that doae2014-12-231-0/+94
* MFC r274376:hselasky2014-11-191-7/+0
* MFC r271946 and r272595:hselasky2014-11-031-6/+80
* MFC r268787:kevlo2014-07-241-1/+1
* MFC r264887asomers2014-06-061-2/+2
* MFC changes relating to running multiple interfaces on different fibs butasomers2014-06-061-5/+23
* MFC: r264630rmacklem2014-05-061-1/+3
* 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
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-0/+6
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-161-15/+34
* Mfp4 CH=177255:bz2011-02-111-2/+4
* Fix a LOR by dropping the global ifnet locks while allocating a new ifnetjhb2011-01-241-6/+20
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* Factor out DDB commands from r204145, r204279 into if_debug.c for furtherbz2010-10-251-82/+1
* Reshuffle SIOCGIFCONF32 handler from r155224.pluknet2010-10-211-17/+29
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-2/+2
* When moving an ethernet ifnet from one vnet to another, destroy thezec2010-08-131-0/+9
OpenPOWER on IntegriCloud