| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Do not call all link state callbacks directly, but schedule | glebius | 2005-04-20 | 1 | -3/+23 |
* | Zero the ifr.ifr_name buffer in ifconf() in order to avoid | cperciva | 2005-04-15 | 1 | -0/+6 |
* | ifma_protospec is a pointer. Use NULL when assigning or compating it. | glebius | 2005-03-20 | 1 | -2/+2 |
* | Add a sysctl net.link.log_link_state_change, which allows to | glebius | 2005-03-12 | 1 | -5/+13 |
* | Change the definition of struct if_data's member ifi_epoch from wall | brooks | 2005-02-25 | 1 | -1/+1 |
* | Typo in comment. | glebius | 2005-02-22 | 1 | -1/+1 |
* | - In if_link_state_change() extract function body from if-block, to improve | glebius | 2005-02-22 | 1 | -19/+25 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | glebius | 2005-02-22 | 1 | -0/+18 |
* | Validate ifc->ifc_len before submitting its incarnation to sbuf_new, | delphij | 2005-02-12 | 1 | -0/+4 |
* | Log changes of link state. | glebius | 2005-01-30 | 1 | -0/+3 |
* | This change adds reliability for Ethernet trunks built with ng_one2many: | glebius | 2005-01-08 | 1 | -0/+6 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Cleanup link state change notification: | sam | 2004-12-08 | 1 | -0/+26 |
* | Implement the check I was talking about in the previous message already. | mlaier | 2004-11-30 | 1 | -4/+4 |
* | Assign if_broadcastaddr to NULL not 0 in if_attach(). | rwatson | 2004-11-23 | 1 | -8/+10 |
* | Move if_handoff() from an inline in if_var.h to a function to if.c | rwatson | 2004-10-30 | 1 | -0/+25 |
* | Define IFF_LOCKGIANT() and IFF_UNLOCKGIANT() macros, which conditionally | rwatson | 2004-10-19 | 1 | -2/+30 |
* | Call sbuf_finish() before sbuf_data() so as to not panic the system. | green | 2004-09-22 | 1 | -0/+1 |
* | Fix a LOR where ifconf() used copyout while holding a mutex. This LOR | brooks | 2004-09-22 | 1 | -41/+51 |
* | Log the renaming of an interface. This should make it easier to follow | brooks | 2004-09-18 | 1 | -0/+3 |
* | Re-add ifi_epoch, to struct if_data, this time replacing ifi_unused | brooks | 2004-09-08 | 1 | -0/+1 |
* | don't call f_detach if the filter has alread removed the knote.. This | jmg | 2004-09-06 | 1 | -3/+0 |
* | Back out ifi_epoch. The ABI breakage is too disruptive this close to | brooks | 2004-09-02 | 1 | -1/+0 |
* | Fix an assertion when if_down()ing a ALTQ managed interface. The lock should | mlaier | 2004-09-01 | 1 | -0/+2 |
* | Use a spare byte in struct if_data to store the structure size without | brooks | 2004-09-01 | 1 | -0/+1 |
* | Add a new variable, ifi_epoch, to struct if_data. It is set to the last | brooks | 2004-08-30 | 1 | -0/+1 |
* | When detaching an interface, don't leave an obsolete pointer to the | brooks | 2004-08-27 | 1 | -0/+1 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -19/+23 |