| Commit message (Expand) | Author | Age | Files | Lines |
* | When removing ifnets, we should first remove the reference to ifnet | glebius | 2011-04-04 | 1 | -9/+10 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 1 | -0/+6 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | bz | 2011-02-16 | 1 | -15/+34 |
* | Mfp4 CH=177255: | bz | 2011-02-11 | 1 | -2/+4 |
* | Fix a LOR by dropping the global ifnet locks while allocating a new ifnet | jhb | 2011-01-24 | 1 | -6/+20 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -1/+1 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -1/+1 |
* | Factor out DDB commands from r204145, r204279 into if_debug.c for further | bz | 2010-10-25 | 1 | -82/+1 |
* | Reshuffle SIOCGIFCONF32 handler from r155224. | pluknet | 2010-10-21 | 1 | -17/+29 |
* | Replace sbuf_overflowed() with sbuf_error(), which returns any error | mdf | 2010-09-10 | 1 | -2/+2 |
* | When moving an ethernet ifnet from one vnet to another, destroy the | zec | 2010-08-13 | 1 | -0/+9 |
* | Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, with | will | 2010-08-11 | 1 | -0/+16 |
* | Allow carp(4) to be loaded as a kernel module. Follow precedent set by | will | 2010-08-11 | 1 | -21/+4 |
* | Return NULL rather than 0 for a pointer. | bz | 2010-07-27 | 1 | -1/+1 |
* | This patch fixes the problem where proxy ARP entries cannot be added | qingli | 2010-05-25 | 1 | -2/+3 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -0/+4 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -3/+3 |
* | When an underlying ioctl(2) handler returns an error, our ioctl(2) | delphij | 2010-04-14 | 1 | -4/+3 |
* | In if_detach_internal() we cannot hold the af_data lock over the | bz | 2010-04-11 | 1 | -3/+9 |
* | In if_detach_internal() only try to do the detach run if if_attachdomain1() | bz | 2010-04-11 | 1 | -1/+1 |
* | Use the DB_SHOW_ALL_COMMAND() macro to register the formerly 'show ifnets' | bz | 2010-02-24 | 1 | -1/+1 |
* | Start to implement ifnet DDB support: | bz | 2010-02-20 | 1 | -0/+81 |
* | Enhance a panic string to contain more useful debugging information. | bz | 2010-02-20 | 1 | -1/+2 |
* | Revised revision 199201 (add interface description capability as inspired | delphij | 2010-01-27 | 1 | -0/+70 |
* | While flushing the multicast filter of an interface, do not zero the relevant | syrinx | 2010-01-24 | 1 | -2/+19 |
* | Declare a new EVENTHANDLER called iflladdr_event which signals that the L2 | thompsa | 2010-01-18 | 1 | -0/+1 |
* | The devices that supported EVFILT_NETDEV kqueue filters were removed in | brooks | 2009-12-31 | 1 | -9/+2 |
* | Change vlan interfaces to cope more usefully with the parent interface being | jhb | 2009-12-29 | 1 | -0/+10 |
* | Remove if_timer/if_watchdog now that they are no longer used. The space | jhb | 2009-11-30 | 1 | -66/+0 |
* | Revert revision 199201 for now as it has introduced a kernel vulnerability | delphij | 2009-11-12 | 1 | -41/+0 |
* | Add interface description capability as inspired by OpenBSD. | delphij | 2009-11-11 | 1 | -0/+41 |
* | A wrong variable is used when setting up the interface | qingli | 2009-09-20 | 1 | -2/+2 |
* | Self pointing routes are installed for configured interface addresses | qingli | 2009-09-15 | 1 | -0/+53 |
* | Add IFNET_HOLD reserved pointer value for the ifindex ifnet array, | rwatson | 2009-08-26 | 1 | -13/+39 |
* | Break out allocation of new ifindex values from if_alloc() and if_vmove(), | rwatson | 2009-08-25 | 1 | -34/+42 |
* | Make if_grow static -- it's not used outside of if.c, and with the | rwatson | 2009-08-24 | 1 | -1/+2 |
* | When moving ifnets from one vnet to another, and the ifnet | zec | 2009-08-24 | 1 | -0/+15 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -36/+58 |
* | Appease VNET_DEBUG - in if_vmove we temporarily switch i.e. | zec | 2009-08-14 | 1 | -1/+1 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Make the in-kernel logic for the SIOCSIFVNET, SIOCSIFRVNET ioctls | bz | 2009-07-26 | 1 | -2/+90 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 1 | -35/+17 |
* | Normalize field naming for struct vnet, fix two debugging printfs that | rwatson | 2009-07-19 | 1 | -2/+2 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | rwatson | 2009-07-19 | 1 | -2/+2 |
* | Remove the interim vimage containers, struct vimage and struct procg, | jamie | 2009-07-17 | 1 | -15/+2 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -2/+2 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -69/+17 |
* | Remove support for the /dev/net/* per-interface devices. They serve | brooks | 2009-06-29 | 1 | -172/+5 |
* | Remove unnecessary include of kdb.h that snuck in during ifaddr refcount | rwatson | 2009-06-27 | 1 | -1/+0 |