| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 | Robert Watson | 2005-08-25 | 1 | -14/+14 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -29/+38 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -2/+0 |
| * | Initialize Netgraph type at a correct time, before device probing. | Ruslan Ermilov | 2005-02-15 | 1 | -1/+1 |
| * | Install netgraph type at an appropriate time. | Ruslan Ermilov | 2005-02-13 | 1 | -1/+1 |
| * | Two problems here: | Ruslan Ermilov | 2005-02-12 | 1 | -21/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | As the if_ar driver doesn't contain locking or run its interrupt | Robert Watson | 2004-08-13 | 1 | -1/+2 |
| * | Convert Netgraph to use mbuf tags to pass its meta information around. | Julian Elischer | 2004-06-25 | 1 | -6/+5 |
| * | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer | 2004-05-29 | 1 | -12/+9 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
| * | Get rid of the last two uses of NG_NODELEN + 1 in the base system by | Hartmut Brandt | 2004-01-26 | 1 | -1/+1 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -3/+3 |
| * | Get rid of kvtop(). | John Hay | 2003-04-23 | 1 | -47/+52 |
| * | Move ar_devclass definition to if_ar.c. | Yoshihiro Takahashi | 2003-02-23 | 1 | -0/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -3/+3 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -3/+3 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -4/+2 |
| * | Use if_printf(ifp, "blah") instead of printf("ar%d: blah", ifp->if_unit). | Brooks Davis | 2002-10-01 | 1 | -4/+4 |
| * | Directives may not be used inside a macro argument, so don't. | David E. O'Brien | 2002-05-09 | 1 | -3/+3 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -2/+3 |
| * | Move the isa parts to a separate file. | John Hay | 2001-04-16 | 1 | -160/+0 |
| * | Update include files to reflect the new location of the ar device. | John Hay | 2001-01-30 | 1 | -3/+3 |
| * | Stop counting sppp interfaces, we were just testing its presence to give | Peter Wemm | 2001-01-29 | 1 | -7/+0 |
| * | Newbusify ar(4). | John Hay | 2001-01-24 | 1 | -176/+284 |
| * | Part 2 of the netgraph rewrite. | Julian Elischer | 2001-01-08 | 1 | -15/+15 |
| * | Rewrite of netgraph to start getting ready for SMP. | Julian Elischer | 2001-01-06 | 1 | -24/+38 |
| * | Divorce the kernel binary ABI version number from the message | Julian Elischer | 2000-12-18 | 1 | -33/+31 |
| * | Reviewed by: Archie@freebsd.org | Julian Elischer | 2000-12-12 | 1 | -3/+7 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -7/+4 |
| * | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 1 | -3/+8 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
| * | Mass update of isa drivers using compatability shims to use | Peter Wemm | 2000-05-28 | 1 | -2/+13 |
| * | Two simple changes to the kernel internal API for netgraph modules, | Julian Elischer | 2000-04-28 | 1 | -3/+4 |
| * | Remove definition of the unimplemented "control" hook. | Archie Cobbs | 2000-01-21 | 1 | -2/+1 |
| * | Add explicit null entries for new entrypoints. | Julian Elischer | 1999-12-01 | 1 | -1/+2 |
| * | protect some more operations with splimp() under Netgraph. | Julian Elischer | 1999-11-19 | 1 | -3/+3 |
| * | Fix some warnings. | Peter Wemm | 1999-11-18 | 1 | -2/+2 |
| * | User netgraph typedefs for methods | Julian Elischer | 1999-11-01 | 1 | -9/+9 |
| * | Make it compile inthe NETGRAPH case. | Julian Elischer | 1999-10-25 | 1 | -1/+1 |
| * | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | Julian Elischer | 1999-10-21 | 1 | -9/+529 |
| * | Add support for the PCI version of the Digi SYNC/570i cards. | John Hay | 1999-10-17 | 1 | -166/+457 |
| * | Remove NBPF conditionality of bpf calls in most of our network drivers. | Poul-Henning Kamp | 1999-09-25 | 1 | -9/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Rename bpfilter to bpf. | Dag-Erling Smørgrav | 1999-07-06 | 1 | -6/+6 |
| * | Fix 'signed char as array index' warnings and an unused variable. | Peter Wemm | 1999-05-06 | 1 | -4/+3 |
| * | Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better, | Poul-Henning Kamp | 1999-03-30 | 1 | -8/+1 |
| * | Straigthen out the use of the tls and tlf callbacks. | Poul-Henning Kamp | 1998-12-16 | 1 | -8/+1 |
| * | Initialize isa_devtab entries for interrupt handlers in individual | Bruce Evans | 1998-10-22 | 1 | -2/+4 |