| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve description of if_capabilities, if_capenable and ifi_hwassist. | andre | 2006-09-06 | 1 | -2/+2 |
* | Fix the socket option IP_ONESBCAST by giving it its own case in ip_output() | andre | 2006-09-06 | 1 | -0/+1 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | brooks | 2006-08-04 | 1 | -0/+1 |
* | Import interface groups from OpenBSD. This allows to group interfaces in | mlaier | 2006-06-19 | 1 | -0/+37 |
* | Merge the //depot/user/yar/vlan branch into CVS. It contains some collective | glebius | 2006-01-30 | 1 | -1/+2 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -5/+4 |
* | Move the cloned interface list management in to if_clone. For some drivers the | thompsa | 2005-11-08 | 1 | -0/+1 |
* | Big polling(4) cleanup. | glebius | 2005-10-01 | 1 | -1/+1 |
* | Rename IFF_RUNNING to IFF_DRV_RUNNING, IFF_OACTIVE to IFF_DRV_OACTIVE, | rwatson | 2005-08-09 | 1 | -1/+5 |
* | Protect link layer network interface multicast address list manipulation | rwatson | 2005-08-02 | 1 | -1/+0 |
* | Add if_addr_mtx to struct ifnet, a mutex to protect ifnet-related address | rwatson | 2005-08-02 | 1 | -0/+11 |
* | Allocate one of the spare ifnet integer fields to hold if_drv_flags, | rwatson | 2005-07-21 | 1 | -1/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -19/+9 |
* | Add hooks into the networking layer to support if_bridge. This changes struct | thompsa | 2005-06-05 | 1 | -0/+2 |
* | Separate out address-detaching part of if_detach into if_purgeaddrs, | peadar | 2005-05-25 | 1 | -0/+1 |
* | Do not call all link state callbacks directly, but schedule | glebius | 2005-04-20 | 1 | -0/+1 |
* | Revert change to struct ifnet. Use ifnet pointer in softc. Embedding | glebius | 2005-03-01 | 1 | -6/+1 |
* | Remove carp_softc.sc_ifp member in favor of union pointers in struct ifnet. | glebius | 2005-02-26 | 1 | -1/+6 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | glebius | 2005-02-22 | 1 | -1/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Cleanup link state change notification: | sam | 2004-12-08 | 1 | -0/+1 |
* | Remove the #if 0 wrapping around !ALTQ stuff that can't be used due to ABI | mlaier | 2004-11-09 | 1 | -34/+0 |
* | Move if_handoff() from an inline in if_var.h to a function to if.c | rwatson | 2004-10-30 | 1 | -24/+2 |
* | Add additional "spare" fields to 'struct ifnet' in order to improve | rwatson | 2004-10-30 | 1 | -0/+5 |
* | use NULL instead of 0 when casting/comparing w/ a pointer... | jmg | 2004-10-25 | 1 | -2/+2 |
* | Define IFF_LOCKGIANT() and IFF_UNLOCKGIANT() macros, which conditionally | rwatson | 2004-10-19 | 1 | -0/+10 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -1/+1 |
* | Add a "void *if_carp" placeholder to struct ifnet with prospect to bring in | mlaier | 2004-08-07 | 1 | -0/+1 |
* | Add a new network interface flag, IFF_NEEDSGIANT, which will allow | rwatson | 2004-07-27 | 1 | -2/+6 |
* | Fix a copy-and-paste-o in IFQ_DRV_PREPEND - all pointyhats to me. | mlaier | 2004-07-14 | 1 | -5/+5 |
* | Major overhaul of pseudo-interface cloning. Highlights include: | brooks | 2004-06-22 | 1 | -9/+0 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -1/+1 |
* | Fix a typeo in IFQ_HANDOFF. | mlaier | 2004-06-15 | 1 | -1/+1 |
* | Transform tbr_dequeue into a function pointer in order to build drivers with | mlaier | 2004-06-15 | 1 | -3/+3 |
* | Unbreak non-ALTQ kernel linking. I forgot about tbr_dequeue. | mlaier | 2004-06-14 | 1 | -1/+1 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | mlaier | 2004-06-13 | 1 | -5/+202 |
* | Link state change notification of ethernet media to the routing socket. | andre | 2004-05-03 | 1 | -0/+1 |
* | Make if_(un)route static in if.c as they are called from if_up/if_down only. | mlaier | 2004-04-18 | 1 | -2/+0 |
* | + rename and document an unused field in struct arpcom (field is still | luigi | 2004-04-18 | 1 | -0/+4 |
* | Documented the intended usage of if_addrhead and ifaddr_byindex() | luigi | 2004-04-16 | 1 | -3/+11 |
* | Document the way if_addrhead and struct ifaddr are used. | luigi | 2004-04-15 | 1 | -3/+11 |
* | Count outgoing link-level broadcast packets in if_omcasts. | ru | 2004-04-12 | 1 | -1/+1 |
* | In 4.x, if_ipending is used to track network interrupt state. In 5.x, | rwatson | 2004-04-11 | 1 | -7/+0 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | + arpresolve(): remove an unused argument | luigi | 2004-04-04 | 1 | -19/+5 |
* | Remove if_withname. It came in with the KAME import, but never got | brooks | 2004-03-13 | 1 | -1/+0 |
* | Bring eventhandler callbacks for pf. | mlaier | 2004-02-26 | 1 | -0/+14 |
* | Make the if_broadcastaddr const. All the drivers in the tree which | imp | 2003-12-07 | 1 | -1/+1 |
* | Modify the MAC Framework so that instead of embedding a (struct label) | rwatson | 2003-11-12 | 1 | -2/+1 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+6 |