summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.c
Commit message (Expand)AuthorAgeFilesLines
* Sync: merge r215273 through r215318 from ^/head.dim2010-11-141-2/+2
* Add a queue to hold packets while we await an ARP reply.gnn2010-11-121-1/+7
* MfP4 CH182763 (original version):bz2010-10-161-0/+15
* In case of RADIX_MPATH do not leak the IN_IFADDR read lock onbz2010-09-041-2/+3
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-111-6/+3
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-251-2/+3
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-6/+5
* Plug reference leaks in the link-layer code ("new-arp") that previouslybz2010-04-111-1/+5
* One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is toqingli2010-03-091-0/+8
* Some of the existing ppp and vpn related scripts create and setqingli2010-02-021-0/+6
* 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
OpenPOWER on IntegriCloud