| Commit message (Expand) | Author | Age | Files | Lines |
* | expose if_purgemaddrs, it will be used by the vap code unless someone | sam | 2008-03-25 | 1 | -2/+1 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -2/+2 |
* | Move IFF_NEEDSGIANT warning from if_ethersubr.c to if.c so it is displayed | rwatson | 2008-03-07 | 1 | -1/+5 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -5/+5 |
* | First in a series of changes to remove the now-unused Giant compatibility | rwatson | 2007-07-27 | 1 | -8/+1 |
* | Update the comments on if_alloc(), if_free(), if_free_type(), and | brooks | 2007-05-16 | 1 | -12/+26 |
* | Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking. | thompsa | 2007-04-17 | 1 | -4/+4 |
* | Add the trunk(4) driver for providing link aggregation, failover and fault | thompsa | 2007-04-10 | 1 | -0/+6 |
* | Fix a case where hardware removal of an interface caused an attempt to | bms | 2007-03-27 | 1 | -5/+11 |
* | Fix tinderbox; ng_ether needs to see if_findmulti(). | bms | 2007-03-20 | 1 | -3/+1 |
* | Implement reference counting for ifmultiaddr, in_multi, and in6_multi | bms | 2007-03-20 | 1 | -37/+193 |
* | Fix a bug in if_findmulti(), whereby it would not find (and thus delete) | bms | 2007-02-22 | 1 | -3/+22 |
* | The recent issues with em(4) interface has shown that the old 4.4BSD | glebius | 2006-11-30 | 1 | -0/+3 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -14/+20 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Fix the socket option IP_ONESBCAST by giving it its own case in ip_output() | andre | 2006-09-06 | 1 | -0/+27 |
* | Revise network interface cloning to take an optional opaque | sam | 2006-07-09 | 1 | -3/+6 |
* | There is a consensus that ifaddr.ifa_addr should never be NULL, | yar | 2006-06-29 | 1 | -6/+4 |
* | - First initialize ifnet, and then insert it into global | glebius | 2006-06-21 | 1 | -14/+16 |
* | Import interface groups from OpenBSD. This allows to group interfaces in | mlaier | 2006-06-19 | 1 | -0/+247 |
* | Fix KASSERT conditions in if_deregister_com_alloc(). | fjoe | 2006-06-11 | 1 | -2/+2 |
* | Announce all interfaces to devd on attach/detach. This adds a new devctl | thompsa | 2006-06-01 | 1 | -0/+2 |
* | No direct call to carp_ifdetach() anymore. It is called by | glebius | 2006-03-21 | 1 | -6/+0 |
* | Implement SIOCGIFCONF for 32bit binaries. | ps | 2006-02-02 | 1 | -0/+22 |
* | Merge the //depot/user/yar/vlan branch into CVS. It contains some collective | glebius | 2006-01-30 | 1 | -1/+2 |
* | Be consistent in checking ifa->ifa_addr for NULL. | yar | 2006-01-23 | 1 | -1/+1 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -6/+6 |
* | - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another | ru | 2005-11-11 | 1 | -9/+1 |
* | Clean up consistency checks in if_setflag(): | yar | 2005-10-03 | 1 | -18/+11 |
* | Log a message about entering or leaving permanently promiscuous mode, | yar | 2005-10-03 | 1 | -6/+10 |
* | Take a first cut at cleaning up ifnet removal and multicast socket | rwatson | 2005-09-18 | 1 | -0/+7 |
* | In netkqfilter(), return EINVAL instead of 1 (EPERM) when a filter type | rwatson | 2005-09-12 | 1 | -1/+1 |
* | reclaim sbuf and clear lock on error in ifconf | sam | 2005-09-04 | 1 | -1/+4 |
* | When we started calling if_findindex() from if_alloc() with an empty | brooks | 2005-08-18 | 1 | -56/+16 |
* | - Move IF_ADDR_LOCK_DESTROY(ifp) from if_free to if_free_type. | brooks | 2005-08-16 | 1 | -1/+3 |
* | Rename IFF_RUNNING to IFF_DRV_RUNNING, IFF_OACTIVE to IFF_DRV_OACTIVE, | rwatson | 2005-08-09 | 1 | -5/+19 |
* | destroy lock _before_ free'ing the structure it resides in | sam | 2005-08-06 | 1 | -2/+1 |
* | Initialize the if_addr mutex in if_alloc() rather than waiting until | jhb | 2005-08-04 | 1 | -1/+1 |
* | Protect link layer network interface multicast address list manipulation | rwatson | 2005-08-02 | 1 | -119/+208 |
* | In multicast routines: | rwatson | 2005-07-19 | 1 | -8/+8 |
* | Rename equal() macro to sa_equal(), which matches the definitions | rwatson | 2005-07-19 | 1 | -14/+16 |
* | Move eventhandler for 'ifnet_departure_event' at the end of the progress. | mlaier | 2005-07-14 | 1 | -2/+2 |
* | MFp4: | yar | 2005-07-14 | 1 | -80/+105 |
* | Fix the recent panics/LORs/hangs created by my kqueue commit by: | ssouhlal | 2005-07-01 | 1 | -2/+2 |
* | Spelling/grammer fixes in comment. | brooks | 2005-06-17 | 1 | -1/+1 |
* | Return NULL instead of a bogus pointer from if_alloc when if_com_alloc | brooks | 2005-06-12 | 1 | -6/+9 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -14/+94 |
* | Send link state change notifications to /dev/devctl. This is needed to | brooks | 2005-06-06 | 1 | -0/+2 |
* | Add hooks into the networking layer to support if_bridge. This changes struct | thompsa | 2005-06-05 | 1 | -0/+8 |
* | Separate out address-detaching part of if_detach into if_purgeaddrs, | peadar | 2005-05-25 | 1 | -30/+41 |