| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Revert 295285 which was an MFC of the tryforward work (r290383,295282... | Renato Botelho | 2016-02-22 | 1 | -4/+0 |
* | Revert 295285 which was an MFC of the tryforward work (r290383,295282,295283) | gnn | 2016-02-22 | 1 | -0/+4 |
* | MFC: r290383,295282,295283 | gnn | 2016-02-04 | 1 | -4/+0 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 1 | -5/+8 |
* | Remove __FreeBSD_version ifdefs. | glebius | 2013-03-22 | 1 | -4/+0 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -5/+5 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Tag mbufs of all incoming frames or packets with the interface's FIB | bz | 2011-07-03 | 1 | -0/+1 |
* | Switch cmd argument to u_long. This matches what if_ethersubr.c does and | rdivacky | 2009-06-21 | 1 | -1/+1 |
* | The llentry *lle is only used in cases of INET or INET6. | bz | 2009-06-10 | 1 | -0/+2 |
* | remove call to IFQ_HANDOFF is it called by if_transmit in the default case | kmacy | 2009-04-27 | 1 | -1/+1 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -2/+3 |
* | Remove the rt argument from nd6_storelladdr() because | qingli | 2008-12-17 | 1 | -1/+1 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -2/+4 |
* | Make compile without INET. | bz | 2008-11-05 | 1 | -0/+2 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -2/+2 |
* | Use ANSI C function protypes and declarations for if_arcsubr. | rwatson | 2006-04-12 | 1 | -33/+13 |
* | Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer | andre | 2006-01-18 | 1 | -2/+2 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -1/+1 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -1/+2 |
* | When allocating link layer ifnet address list entries in | rwatson | 2005-08-02 | 1 | -2/+6 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -7/+51 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Prefer C99's __func__ over GCC's __FUNCTION__. | stefanf | 2004-09-22 | 1 | -1/+1 |
* | Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on | mlaier | 2004-06-15 | 1 | -4/+1 |
* | add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | This commit does two things: | luigi | 2004-04-25 | 1 | -16/+8 |
* | whoops, forgot to fix these places where arpresolve() was used | luigi | 2004-04-04 | 1 | -1/+1 |
* | MAC addresses are 8 bits in ARCNET. Adjust bcopy(). | mdodd | 2004-03-22 | 1 | -2/+2 |
* | - Correct variable name. | mdodd | 2004-03-21 | 1 | -2/+2 |
* | Handle AF_ARP. | mdodd | 2004-03-21 | 1 | -0/+27 |
* | Introduce ip_fastforward and remove ip_flow. | andre | 2003-11-14 | 1 | -2/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -4/+4 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -15/+8 |
* | Reduce code duplication. This adds the function rt_check() to route.c. | mdodd | 2003-03-02 | 1 | -22/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | - bpf is now working (tested with tcpdump) | fjoe | 2003-01-30 | 1 | -9/+16 |
* | - add support for IPX (tested with mount -t nwfs and mars_nwe), | fjoe | 2003-01-24 | 1 | -82/+157 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | network interface and link layer changes: | sam | 2002-11-15 | 1 | -4/+2 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-21 | 1 | -2/+1 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -1/+1 |
* | Cosmetical change: remove empty line to reduce diffs to RELENG_4 | fjoe | 2002-04-14 | 1 | -1/+0 |
* | Fix incorrect m_free - m_freem() usage. | luigi | 2002-04-04 | 1 | -3/+2 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -1/+1 |
* | - generic Arcnet framework | fjoe | 2002-01-08 | 1 | -0/+780 |