summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.c
Commit message (Expand)AuthorAgeFilesLines
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-5/+4
* remove too noisy DIAGNOSTIC codesam2009-01-181-3/+0
* Restrict arp, ndp and theoretically the FIB listing (if notbz2009-01-091-0/+4
* Make SIOCGIFADDR and related, as well as SIOCGIFADDR_IN6 and relatedbz2009-01-091-1/+9
* Set a minimum of information in the routing message (like version and type)harti2009-01-091-0/+4
* Some modules such as SCTP supplies a valid route entry as an input argumentqingli2009-01-031-1/+2
* For consistency use LLE_IS_VALID() in this 4th place that is actuallybz2008-12-281-1/+1
* This checkin addresses a couple of issues:qingli2008-12-261-1/+1
* unlock and destroy an llentry's lock before freeingkmacy2008-12-161-0/+2
* This main goals of this project are:qingli2008-12-151-0/+240
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Unhide declarations of network stack virtualization structs fromzec2008-11-281-1/+0
* Change the initialization methodology for global variables scheduledzec2008-11-191-5/+7
* Style changes only:bz2008-10-261-44/+45
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-4/+13
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-11/+12
* In case of interface initialization failure remove struct in_ifaddr* fromgonzo2008-06-241-0/+8
* Differentiate between addifaddr and delifaddr for the privilege check.bz2008-01-241-1/+2
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-1/+3
* Simplification to quiet a gcc4.2 warning. Just by setting match.s_addrmjacob2007-06-171-14/+9
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-164/+1
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-41/+17
* Fix a bug in IPv4 address configuration exposed by refcounting.bms2007-03-291-13/+40
* Implement reference counting for ifmultiaddr, in_multi, and in6_multibms2007-03-201-74/+114
* In regular forwarding path, reject packets destined for 169.254.0.0/16bms2007-02-031-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-7/+29
* The IPv4 code should clean up multicast group state when an interfacebms2006-09-281-2/+31
* In in_control() remove the temporary in_ifaddr structure from theandre2006-01-241-1/+2
* First fill in structure with valid values, and only then attach itglebius2005-10-281-2/+2
* In in_addprefix() compare not only route addresses, but their masks,glebius2005-10-221-8/+13
* Unlock Giant symmetrically with respect to lock acquire order as that'srwatson2005-10-031-1/+1
* Acquire Giant conditionally in in_addmulti() and in_delmulti() based onrwatson2005-10-031-0/+9
* Take a first cut at cleaning up ifnet removal and multicast socketrwatson2005-09-181-8/+12
* In order to support CARP interfaces kernel was taught to handle moreglebius2005-08-181-2/+12
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressrwatson2005-08-031-10/+18
* Use IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the interfaceiedowse2005-06-021-14/+26
* ifma_protospec is a pointer. Use NULL when assigning or compating it.glebius2005-03-201-2/+2
* Remove a workaround from previos revision. It proved to be incorrect.glebius2005-03-201-7/+16
* Add antifootshooting workaround, which will make all routes "connected"glebius2005-03-101-0/+6
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Fix host route addition for more than one address to a loopback interfacemlaier2004-11-171-1/+1
* Merge copyright notices.mlaier2004-11-131-28/+1
* Change the way we automatically add prefix routes when adding a new address.mlaier2004-11-121-27/+147
* White space cleanup for netinet before branch:rwatson2004-08-161-3/+3
* Add the function in_localip() which returns 1 if an internet address is forandre2004-08-111-0/+17
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Bring eventhandler callbacks for pf.mlaier2004-02-261-0/+5
* Document the net.inet.ip.subnets_are_local sysctl.ru2003-12-301-1/+1
* Correct rev 1.56 which (incorrectly) reversed the test used tosam2003-11-031-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
OpenPOWER on IntegriCloud