| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 295285 which was an MFC of the tryforward work (r290383,295282,295283) | gnn | 2016-02-22 | 1 | -0/+2 |
* | MFC: r290383,295282,295283 | gnn | 2016-02-04 | 1 | -2/+0 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 1 | -1/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -3/+3 |
* | 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 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -2/+2 |
* | 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 | -11/+5 |
* | convert calls to IFQ_HANDOFF to if_transmit | kmacy | 2008-11-22 | 1 | -2/+2 |
* | Check for INET not AF_INET in #ifdef. Makes it compile without INET. | bz | 2008-11-06 | 1 | -1/+1 |
* | Revert a part of the MRT commit that proved un-needed. | julian | 2008-09-14 | 1 | -1/+1 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -1/+1 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | Remove GIANT_REQUIRED for upcoming changes in FireWire stack. | simokawa | 2007-06-05 | 1 | -4/+0 |
* | Check return value of m_pullup() in firewire_input(). | rwatson | 2007-05-19 | 1 | -0/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | add missed calls to bpf_peers_present | sam | 2006-06-02 | 1 | -2/+2 |
* | Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer | andre | 2006-01-18 | 1 | -1/+1 |
* | Get rid of the bogus IFP2FC() macro and use IFP2FWC(). IFP2FC() | brooks | 2006-01-11 | 1 | -7/+5 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -1/+1 |
* | Be pedantic here: We're converting from network byte order to host | imp | 2005-10-12 | 1 | -2/+2 |
* | Fixing a boot time panic(when if_fwip is compiled into kernel) by renaming | avatar | 2005-10-06 | 1 | -3/+3 |
* | o Make rt_check() function more strict: | glebius | 2005-08-11 | 1 | -5/+7 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -1/+2 |
* | In preparation for fixing races in ARP (and probably in other | glebius | 2005-08-09 | 1 | -0/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -6/+54 |
* | Zero the reserved fields of the header, as per rfc 2734. This change | gallatin | 2005-03-25 | 1 | -0/+6 |
* | Remove ip_fw.h and ip_dummynet.h from includes. | glebius | 2005-01-15 | 1 | -2/+0 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Revert previous revision, 1.7, as removal of GIANT_REQUIRED was made | rwatson | 2004-08-24 | 1 | -0/+2 |
* | MT4 if_fwsubr.c:1.6: | rwatson | 2004-08-24 | 1 | -2/+0 |
* | Don't need to assert Giant in fw_output(), only in the firewire start | rwatson | 2004-08-22 | 1 | -2/+0 |
* | Add two missing includes and remove two uneeded. | pjd | 2004-06-27 | 1 | -0/+2 |
* | Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on | mlaier | 2004-06-15 | 1 | -2/+4 |
* | Add MAC framework bits to the output path. | dfr | 2004-06-13 | 1 | -0/+6 |
* | Remove advertising clause. | dfr | 2004-06-13 | 1 | -4/+0 |
* | Add a new driver to support IP over firewire. This driver is intended to | dfr | 2004-06-13 | 1 | -0/+799 |