| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to previous r241688 to use __func__ instead of spelled out function | andre | 2012-10-19 | 1 | -2/+2 |
* | Use LOG_WARNING level in in_attachdomain1() instead of printf(). | andre | 2012-10-18 | 1 | -2/+2 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 1 | -24/+2 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | glebius | 2012-09-08 | 1 | -5/+10 |
* | Add linkstate to bridge(4), set the link to up when at least one underlying | thompsa | 2012-04-20 | 1 | -2/+2 |
* | Remove KASSERTS, they do not add any value here since the pointer is about to | thompsa | 2012-04-18 | 1 | -6/+2 |
* | g/c last bit of old ipv6 prefix management. | pluknet | 2012-02-08 | 1 | -1/+0 |
* | Fix typo in r231010. | glebius | 2012-02-05 | 1 | -1/+1 |
* | Better comment for ifa_init(), ifa_ref(), ifa_free(). | glebius | 2012-02-05 | 1 | -1/+1 |
* | In ifa_init() initialize if_data.ifi_datalen. This would be | glebius | 2012-02-05 | 1 | -0/+1 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -53/+53 |
* | Restore a feature that was present in 5.x and 6.x, and was cleared in | glebius | 2011-12-20 | 1 | -0/+1 |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | glebius | 2011-12-16 | 1 | -5/+17 |
* | Remove the unused if_free_type() function. | brooks | 2011-12-09 | 1 | -21/+2 |
* | Improve logging: | glebius | 2011-11-22 | 1 | -2/+2 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -2/+2 |
* | Add infrastructure to allow all frames/packets received on an interface | bz | 2011-07-03 | 1 | -0/+16 |
* | Update ifc_len field of struct ifconf passed for the ioctl SIOCGIFCONF32 | pluknet | 2011-06-28 | 1 | -0/+2 |
* | 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 |