| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert 295285 which was an MFC of the tryforward work (r290383,295282,295283) | George V. Neville-Neil | 2016-02-22 | 1 | -0/+2 |
| * | MFC: r290383,295282,295283 | George V. Neville-Neil | 2016-02-04 | 1 | -2/+0 |
| * | Add const qualifier to the dst parameter of the ifnet if_output method. | Gleb Smirnoff | 2013-04-26 | 1 | -4/+4 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -2/+2 |
| * | Mechanically remove the last stray remains of spl* calls from net*/*. | Andre Oppermann | 2012-10-18 | 1 | -7/+1 |
| * | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev | 2010-05-03 | 1 | -1/+1 |
| * | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | John Baldwin | 2009-11-06 | 1 | -1/+0 |
| * | Rather than using IFNET_RLOCK() when iterating over (and modifying) the | Robert Watson | 2009-08-23 | 1 | -2/+15 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -1/+0 |
| * | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | Bjoern A. Zeeb | 2009-06-23 | 1 | -1/+0 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -1/+0 |
| * | replace IFQ_HANDOFF with if_transmit | Kip Macy | 2009-04-27 | 1 | -1/+1 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+1 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -22/+30 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -1/+2 |
| * | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | Ruslan Ermilov | 2008-03-25 | 1 | -10/+2 |
| * | Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer | Andre Oppermann | 2006-01-18 | 1 | -1/+1 |
| * | Check the right ifnet pointer to see if if_alloc() failed or not in | Robert Watson | 2006-01-13 | 1 | -1/+3 |
| * | When freeing the chain of if_ef devices on an aborted load, use | Robert Watson | 2006-01-13 | 1 | -2/+2 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -5/+1 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -3/+3 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -25/+18 |
| * | When neither of supported frame type is enabled via kernel options enable | Maxim Sobolev | 2005-03-06 | 1 | -0/+9 |
| * | Initialize ; variable eraly to shut up GCC warning. | Alexander Kabaev | 2004-07-28 | 1 | -0/+1 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -1/+1 |
| * | Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on | Max Laier | 2004-06-15 | 1 | -1/+3 |
| * | Remove another redundant if_output initialization. | Maxime Henrion | 2004-05-24 | 1 | -1/+0 |
| * | o eliminate widespread on-stack mbuf use for bpf by introducing | Sam Leffler | 2003-12-28 | 1 | -7/+1 |
| * | Introduce ip_fastforward and remove ip_flow. | Andre Oppermann | 2003-11-14 | 1 | -1/+1 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -13/+13 |
| * | Remove break after return. | Poul-Henning Kamp | 2003-05-31 | 1 | -3/+0 |
| * | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -49/+46 |
| * | sizeof(struct llc) -> LLC_SNAPFRAMELEN | Matthew N. Dodd | 2003-03-03 | 1 | -1/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -5/+5 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -5/+5 |
| * | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 1 | -1/+4 |
| * | network interface and link layer changes: | Sam Leffler | 2002-11-15 | 1 | -20/+11 |
| * | Fix warning; remove unused arg that was passed through uninitialized. | Peter Wemm | 2002-05-24 | 1 | -2/+2 |
| * | Swap a bzero for an M_ZERO. Borris approved this ages ago, but | David Malone | 2002-04-10 | 1 | -2/+1 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -2/+2 |
| * | Wrap array accesses in macros, which also happen to be lvalues: | Jonathan Lemon | 2001-09-06 | 1 | -2/+2 |
| * | Another round of the <sys/queue.h> FOREACH transmogriffer. | Poul-Henning Kamp | 2001-02-04 | 1 | -2/+1 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -1/+1 |
| * | Use <sys/queue.h> macro api rather than fondle its implementation detals. | Poul-Henning Kamp | 2001-02-03 | 1 | -3/+3 |
| * | Fix breakage caused by incomplete transition to IF_HANDOFF(). | Boris Popov | 2001-02-01 | 1 | -2/+2 |
| * | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | Bosko Milekic | 2000-12-21 | 1 | -2/+2 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -2/+2 |
| * | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 1 | -15/+3 |