summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure an address is removed from the interface addressqingli2010-01-081-1/+1
* Consolidate the route message generation code for when addressqingli2009-12-301-48/+49
* The proxy arp entries could not be added into the system over theqingli2009-12-301-8/+44
* Use the correct option name in the preprocessor command to enableqingli2009-10-231-3/+3
* This patch fixes the following issues in the ARP operation:qingli2009-10-151-3/+8
* Remove a log message from production code. This log message can beqingli2009-10-021-0/+2
* Previously, if an address alias is configured on an interface, andqingli2009-10-021-2/+2
* Self pointing routes are installed for configured interface addressesqingli2009-09-151-37/+5
* The bootp code installs an interface address and the nfs clientqingli2009-09-151-0/+11
* Add arp_update_event. This replaces route_arp_update_event, whichnp2009-09-081-0/+1
* This patch fixes the following issues:qingli2009-08-311-5/+48
* Use locks specific to the lltable code, rather than borrow the ifnetrwatson2009-08-251-1/+1
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-6/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* This patch does the following:qingli2009-07-271-2/+13
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-3/+3
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-19/+13
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-15/+46
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-65/+50
* Clean up common ifaddr management:rwatson2009-06-211-3/+2
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* If including vnet.h one has to include opt_route.h as well. This isbz2009-05-221-0/+1
* When an interface address is removed and the last prefixqingli2009-05-201-0/+44
* Unbreak options VIMAGE builds, in a followup to r192011 which did notbz2009-05-171-0/+2
* Ignore the INADDR_ANY address inserted/deleted by DHCP when installing a loop...qingli2009-05-141-1/+5
* This patch adds a host route to an interface address (that is assignedqingli2009-05-121-1/+47
* In preparation for turning on options VIMAGE in next commits,zec2009-04-261-1/+0
* Expand coverage of IF_ADDR_LOCK() in in_control() from point of initialrwatson2009-04-251-31/+81
* In in_purgemaddrs(), remove the inm being freed from the address listrwatson2009-04-241-1/+1
* Relocate permissions checking code in in_control() to before the bodyrwatson2009-04-241-14/+25
* Reorganize in_control() so that invariants are more obvious, and sorwatson2009-04-231-33/+51
* Protect against some writer-writer races in in_control() by acquiringrwatson2009-04-191-3/+7
* Deal with the case where ifma_protospec may be NULL, duringbms2009-03-171-1/+8
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-151-10/+1
* Fix uninitialized use of ifp for ii.bms2009-03-091-1/+3
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-091-36/+74
* 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
OpenPOWER on IntegriCloud