| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Do not attempt to clean up data that has not been initialized yet. | roam | 2004-08-06 | 1 | -4/+15 |
* | Add a new network interface flag, IFF_NEEDSGIANT, which will allow | rwatson | 2004-07-27 | 1 | -0/+49 |
* | Gratuitous whitespace change to un-wrap a short line. | rwatson | 2004-07-18 | 1 | -2/+1 |
* | Major overhaul of pseudo-interface cloning. Highlights include: | brooks | 2004-06-22 | 1 | -242/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -4/+4 |
* | Transform tbr_dequeue into a function pointer in order to build drivers with | mlaier | 2004-06-15 | 1 | -2/+2 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | mlaier | 2004-06-13 | 1 | -2/+19 |
* | arpcom untangling: | luigi | 2004-04-24 | 1 | -2/+2 |
* | Fix a recently introduced panic in if_detach() by delaying | luigi | 2004-04-19 | 1 | -11/+11 |
* | Make if_(un)route static in if.c as they are called from if_up/if_down only. | mlaier | 2004-04-18 | 1 | -2/+4 |
* | Use if_link instead of the alias if_list, and change a for() into | luigi | 2004-04-16 | 1 | -1/+6 |
* | Consistently use ifaddr_byindex() to access the link-level address | luigi | 2004-04-16 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Don't allow interfaces to be renamed to the empty string. | brooks | 2004-03-13 | 1 | -2/+4 |
* | Remove if_withname. It came in with the KAME import, but never got | brooks | 2004-03-13 | 1 | -26/+0 |