| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 1 | -3/+4 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -4/+4 |
* | Continue pre-7.0 privilege cleanup: update suser(9) comments to be priv(9) | rwatson | 2007-07-02 | 1 | -2/+2 |
* | Replace a suser() check with an explicit check for PRIV_NET_SETIFMTU. | rwatson | 2007-02-20 | 1 | -1/+2 |
* | Use callout mechanism instead of timeout()/untimeout(). | ume | 2006-12-05 | 1 | -0/+1 |
* | Teach an IPv6 to ppp(4). | ume | 2006-11-11 | 1 | -0/+54 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -7/+18 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Fix error in rev. 1.68. The intention was to break out the switch(){}, | glebius | 2006-10-21 | 1 | -1/+1 |
* | Revise network interface cloning to take an optional opaque | sam | 2006-07-09 | 1 | -3/+3 |
* | Add IFF_NEEDSGIANT to kernel PPP support. I have no idea why this wasn't | rwatson | 2006-03-30 | 1 | -1/+1 |
* | Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer | andre | 2006-01-18 | 1 | -1/+1 |
* | Fix -Wundef. | ru | 2005-12-04 | 1 | -4/+4 |
* | Move the cloned interface list management in to if_clone. For some drivers the | thompsa | 2005-11-08 | 1 | -8/+0 |
* | Change the reference counting to count the number of cloned interfaces for each | thompsa | 2005-10-12 | 1 | -17/+8 |
* | Use monotonic time_uptime instead of 'time_second' as timebase | andre | 2005-09-19 | 1 | -7/+7 |
* | Axe ppp_for_tty(). Use tty->t_lsc pointer to store sc. This | glebius | 2005-08-12 | 1 | -16/+0 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -3/+4 |
* | Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which is | rwatson | 2005-07-05 | 1 | -2/+2 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -34/+41 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+3 |
* | Don't abuse tp->t_sc, as it is now used by tty drivers. | cognet | 2004-11-07 | 1 | -0/+16 |
* | Apply error and success logic consistently to the function netisr_queue() and | andre | 2004-08-27 | 1 | -2/+2 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+2 |
* | Major overhaul of pseudo-interface cloning. Highlights include: | brooks | 2004-06-22 | 1 | -2/+2 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | mlaier | 2004-06-13 | 1 | -2/+4 |
* | First pass at softc list locking for if_ppp.c. Many parts of | rwatson | 2004-04-19 | 1 | -10/+43 |
* | If IF_HANDOFF() or netisr_queue() fail, they will free the mbuf. When | rwatson | 2004-04-15 | 1 | -0/+1 |
* | Don't leak softc's when destroying interfaces. | brooks | 2004-01-21 | 1 | -0/+3 |
* | Introduce ip_fastforward and remove ip_flow. | andre | 2003-11-14 | 1 | -1/+1 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 1 | -1/+3 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -6/+5 |
* | o netisr_queue() returns 1 on success and 0 on failure, | maxim | 2003-03-27 | 1 | -1/+1 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -15/+12 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -6/+6 |
* | A minor stylistic change to make it more clear to lint-like tools. | phk | 2003-02-02 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -6/+6 |
* | network interface and link layer changes: | sam | 2002-11-15 | 1 | -4/+2 |
* | Convert most printf()s to if_printf()s. | brooks | 2002-09-24 | 1 | -15/+10 |
* | Use m_length() instead of home-rolled versions. | phk | 2002-09-18 | 1 | -13/+4 |
* | Fix a couple of bogus return values in previous commit. | brooks | 2002-08-19 | 1 | -3/+2 |
* | Move mac.h include to match the MAC tree location. Both locations | rwatson | 2002-08-15 | 1 | -1/+1 |
* | Make ppp(4) devices clonable and unloadable. | brooks | 2002-08-09 | 1 | -34/+78 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -0/+17 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -3/+3 |
* | Replace (deprecated ?) FREE() macro with direct calls to free() | luigi | 2002-04-04 | 1 | -6/+6 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -8/+8 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -8/+8 |
* | Remove duplicated and wrong sc->sc_last_recv setting. It unbreaks | maxim | 2002-03-05 | 1 | -4/+1 |
* | Get rid of the twisted MFREE() macro entirely. | dillon | 2002-02-05 | 1 | -2/+3 |