| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove compat code for pre-FreeBSD 7 systems. | imp | 2015-02-17 | 1 | -103/+10 |
* | In order to reduce use of M_EXT outside of the mbuf allocator and | rwatson | 2015-01-06 | 1 | -2/+1 |
* | - Provide lmc_get_counter() to return counters that are not collected, | glebius | 2014-09-25 | 1 | -16/+35 |
* | Run through unifdef(1) with slight hand-editing after. It is obvious, | glebius | 2014-09-25 | 2 | -2770/+21 |
* | Remove ifq_drops from struct ifqueue. Now queue drops are accounted in | glebius | 2014-09-19 | 1 | -0/+1 |
* | Quiesce warning -Wmissing-variable-declarations from buildworld, which is | sbruno | 2013-10-28 | 1 | -1/+1 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+2 |
* | Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself is | glebius | 2013-09-11 | 1 | -1/+0 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 2 | -2/+2 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -3/+3 |
* | More conversions of drivers to use the PCI parent DMA tag. | scottl | 2012-03-12 | 1 | -1/+2 |
* | In r191367 the need for if_free_type() was removed and a new member | brooks | 2011-11-11 | 1 | -1/+3 |
* | Tag mbufs of all incoming frames or packets with the interface's FIB | bz | 2011-07-03 | 1 | -0/+1 |
* | Merge amd64 and i386 bus.h and move the resulting header to x86. Replace | tijl | 2010-12-20 | 1 | -2/+2 |
* | One more #ifdef fix for GCC 4.4. | trasz | 2010-01-08 | 1 | -1/+1 |
* | This driver has two modes, a netgraph mode and an ifnet mode. In the | jhb | 2009-11-19 | 2 | -18/+15 |
* | Unbreak build. | attilio | 2009-05-30 | 2 | -2/+3 |
* | When user_frac in the polling subsystem is low it is going to busy the | attilio | 2009-05-30 | 1 | -1/+2 |
* | The module name convention is foo, not if_foo. | imp | 2009-05-15 | 1 | -5/+5 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 2 | -2/+3 |
* | shutdown returns an int | imp | 2009-02-05 | 2 | -2/+3 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -2/+2 |
* | Make lmc(4) compile without INET6 defined[1]. While here make it | bz | 2008-08-24 | 1 | -0/+6 |
* | Rename several functions in if_lmc with potential name collisions with | rwatson | 2008-07-05 | 2 | -33/+35 |
* | Universally adopt most conventional spelling of acquire. | rwatson | 2007-05-27 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 2 | -1/+8 |
* | The contents pointed by ssi_cables[] is never changed so explicitly | delphij | 2006-07-21 | 1 | -1/+1 |
* | Cleanup: Use if_initname to set if_dname, if_dunit, and if_xname instead | brooks | 2006-07-15 | 1 | -3/+1 |
* | add missed calls to bpf_peers_present | sam | 2006-06-02 | 1 | -1/+1 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 2 | -39/+39 |
* | Fix -Wundef from compiling the amd64 LINT. | ru | 2005-12-04 | 1 | -58/+60 |
* | - Don't include opt_global.h, it is always included implicitly. | glebius | 2005-10-05 | 1 | -1/+3 |
* | For some utterly bizarre reason, sparc64 coerces PAGE_SIZE to be a long | scottl | 2005-10-04 | 1 | -2/+3 |
* | Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supports | scottl | 2005-10-03 | 2 | -0/+8713 |
* | Continue to remove drivers that don't compile and haven't compiled in | imp | 2003-12-07 | 6 | -3829/+0 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 4 | -4/+12 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -7/+7 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -7/+7 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Remove #include <pci.h> - there is no abuse of NPCI here | peter | 2002-07-21 | 1 | -1/+0 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 6 | -6/+6 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -2/+2 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | Minor tweaks to get these to stop breaking LINT. They still dont work | peter | 2001-01-17 | 2 | -0/+10 |
* | lmc_ifup() was not checking the state of the interface. This would | archie | 2001-01-10 | 1 | -3/+8 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 1 | -17/+16 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 1 | -20/+50 |