| Commit message (Expand) | Author | Age | Files | Lines |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-21 | 1 | -2/+1 |
* | FIx misindentation. | phk | 2002-10-16 | 1 | -12/+15 |
* | Unconditionally restore the pointer to the saved Ethernet header after | cjc | 2002-10-14 | 1 | -4/+1 |
* | Fix some harmless mis-indents. | phk | 2002-10-01 | 1 | -1/+1 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | Add the "Monitor" interface flag. | phk | 2002-09-27 | 1 | -0/+7 |
* | Be a bit more technical: | phk | 2002-09-26 | 1 | -1/+1 |
* | Optimize the way we call BPF a tiny bit: If we chop the ether-header off | phk | 2002-09-18 | 1 | -8/+7 |
* | Fix the GENERIC build. Don't refer to the non-existant fw_one_pass. | obrien | 2002-09-12 | 1 | -1/+1 |
* | Make bridging and layer2-ipfw obey net.inet.ip.fw.one_pass. | luigi | 2002-09-12 | 1 | -2/+2 |
* | Fix a silly typo in user-setable promisc mode code. | sobomax | 2002-08-30 | 1 | -1/+1 |
* | Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)). | sobomax | 2002-08-19 | 1 | -2/+2 |
* | Extend the interface to ether_input(): a NULL eh pointer means that | luigi | 2002-08-04 | 1 | -12/+26 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+12 |
* | Remove one useless variable. | luigi | 2002-06-30 | 1 | -3/+1 |
* | fix indentation, whitespace and a few comments. | luigi | 2002-06-23 | 1 | -31/+28 |
* | Remove (almost all) global variables that were used to hold | luigi | 2002-06-22 | 1 | -29/+38 |
* | Add ipfw hooks to ether_demux() and ether_output_frame(). | luigi | 2002-05-13 | 1 | -0/+146 |
* | Fix a couple of incorrect m_free() vs. m_freem() usages and related issues. | luigi | 2002-04-04 | 1 | -1/+8 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-24 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -2/+2 |
* | Remove useless initialization to 0 of a couple of global variables. | luigi | 2002-02-15 | 1 | -2/+2 |
* | It turns out that when a broadcast packet is looped back, the checksums | jesper | 2002-01-11 | 1 | -0/+13 |
* | minor style fix. | jlemon | 2001-12-14 | 1 | -0/+1 |
* | Moved the updating of if_ibytes from ether_demux() to ether_input() to fix | dg | 2001-12-14 | 1 | -1/+2 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
* | Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the | brooks | 2001-12-03 | 1 | -1/+1 |
* | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | luigi | 2001-11-04 | 1 | -7/+7 |
* | bring in ARP support for variable length link level addresses | fjoe | 2001-10-14 | 1 | -2/+3 |
* | Set if_type and if_addrlen before calling if_attach(), so the values are | jlemon | 2001-10-11 | 1 | -1/+1 |
* | Make it so dummynet and bridge can be loaded as modules. | ps | 2001-10-05 | 1 | -24/+18 |
* | Remove/comment tokens after #endif (#endif NETATALK) | peter | 2001-09-10 | 1 | -2/+2 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 1 | -1/+1 |
* | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | brooks | 2001-09-05 | 1 | -13/+7 |
* | Do not perform arp send/resolve on an interface marked NOARP. | jlemon | 2001-06-15 | 1 | -0/+5 |
* | Get IP multicast working on VLAN devices: | fenner | 2001-05-02 | 1 | -6/+2 |
* | Plug several mbuf leaks in error cases (in nd6) | bmilekic | 2001-03-11 | 1 | -2/+1 |
* | Insert entropy harvesting calls for network traffic. By | markm | 2001-02-18 | 1 | -0/+4 |
* | Sync with the bridge/dummynet/ipfw code already tested in stable. | luigi | 2001-02-10 | 1 | -6/+1 |
* | When we receive an incoming Ethernet frame that was unicast to a | archie | 2001-02-08 | 1 | -10/+14 |
* | MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately) | luigi | 2001-02-02 | 1 | -10/+23 |
* | Comment the interface to ether_input() and the way is normally | luigi | 2001-01-25 | 1 | -0/+9 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -2/+2 |
* | Remove unused variable, spl() manipulation isn't done for the ifq now. | jlemon | 2000-11-25 | 1 | -1/+0 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -31/+7 |
* | Properly setup link level header length for 802.2 and SNAP frames. | bp | 2000-09-30 | 1 | -2/+2 |
* | Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbuf | bmilekic | 2000-09-24 | 1 | -1/+9 |
* | Make the bridge_refresh operation automatic when ethernet interfaces | nsayer | 2000-07-29 | 1 | -0/+6 |
* | Make all Ethernet drivers attach using ether_ifattach() and detach using | archie | 2000-07-13 | 1 | -5/+21 |
* | repair IPV6_JOIN_GROUP to IPv6 all multi. | itojun | 2000-07-09 | 1 | -0/+10 |