summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withwill2010-08-111-0/+16
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-111-21/+4
* Return NULL rather than 0 for a pointer.bz2010-07-271-1/+1
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-251-2/+3
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-0/+4
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-3/+3
* When an underlying ioctl(2) handler returns an error, our ioctl(2)delphij2010-04-141-4/+3
* In if_detach_internal() we cannot hold the af_data lock over thebz2010-04-111-3/+9
* In if_detach_internal() only try to do the detach run if if_attachdomain1()bz2010-04-111-1/+1
* Use the DB_SHOW_ALL_COMMAND() macro to register the formerly 'show ifnets'bz2010-02-241-1/+1
* Start to implement ifnet DDB support:bz2010-02-201-0/+81
* Enhance a panic string to contain more useful debugging information.bz2010-02-201-1/+2
* Revised revision 199201 (add interface description capability as inspireddelphij2010-01-271-0/+70
* While flushing the multicast filter of an interface, do not zero the relevantsyrinx2010-01-241-2/+19
* Declare a new EVENTHANDLER called iflladdr_event which signals that the L2thompsa2010-01-181-0/+1
* The devices that supported EVFILT_NETDEV kqueue filters were removed inbrooks2009-12-311-9/+2
* Change vlan interfaces to cope more usefully with the parent interface beingjhb2009-12-291-0/+10
* Remove if_timer/if_watchdog now that they are no longer used. The spacejhb2009-11-301-66/+0
* Revert revision 199201 for now as it has introduced a kernel vulnerabilitydelphij2009-11-121-41/+0
* Add interface description capability as inspired by OpenBSD.delphij2009-11-111-0/+41
* A wrong variable is used when setting up the interfaceqingli2009-09-201-2/+2
* Self pointing routes are installed for configured interface addressesqingli2009-09-151-0/+53
* Add IFNET_HOLD reserved pointer value for the ifindex ifnet array,rwatson2009-08-261-13/+39
* Break out allocation of new ifindex values from if_alloc() and if_vmove(),rwatson2009-08-251-34/+42
* Make if_grow static -- it's not used outside of if.c, and with therwatson2009-08-241-1/+2
* When moving ifnets from one vnet to another, and the ifnetzec2009-08-241-0/+15
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-36/+58
* Appease VNET_DEBUG - in if_vmove we temporarily switch i.e.zec2009-08-141-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Make the in-kernel logic for the SIOCSIFVNET, SIOCSIFRVNET ioctlsbz2009-07-261-2/+90
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-35/+17
* Normalize field naming for struct vnet, fix two debugging printfs thatrwatson2009-07-191-2/+2
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-191-2/+2
* Remove the interim vimage containers, struct vimage and struct procg,jamie2009-07-171-15/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-69/+17
* Remove support for the /dev/net/* per-interface devices. They servebrooks2009-06-291-172/+5
* Remove unnecessary include of kdb.h that snuck in during ifaddr refcountrwatson2009-06-271-1/+0
* Define four wrapper functions for interface address locking,rwatson2009-06-261-0/+34
* In if_setlladdr(), use IF_ADDR_LOCK() and ifaddr references to improverwatson2009-06-241-3/+15
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-11/+32
* Remove duplicate #include <net/route.h> from the middle of the file.bz2009-06-231-1/+0
OpenPOWER on IntegriCloud