Age | Commit message (Expand) | Author |
2014-11-06 | fix mac address selection with unnumbered carpdevs | Henning Brauer |
2014-11-01 | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable | Martin Pieuchot |
2014-10-07 | remove preliminary AOE (ata over ethernet) support. not finished after | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | pull the rx ring accounting out of the mbuf layer now that its all done | David Gwynne |
2014-04-22 | NULL is cooler than 0 when pointers are concerned | Henning Brauer |
2014-04-22 | we used to handle the vlan tag etc insertion very very very late, | Henning Brauer |
2014-04-21 | g/c hdrcmplt var, we can just set the esrc ptr earlier and re-set it in | Henning Brauer |
2014-04-21 | __inline -> inline | Henning Brauer |
2014-04-20 | factor our ether_addheader for readability; there's more to come there | Henning Brauer |
2014-04-20 | ether_output: instead of assembling the ethernet header and then calling | Henning Brauer |
2014-04-20 | ether_output: instead of using an esrc buffer in which we copy the intended | Henning Brauer |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-03-26 | bcmp -> memcmp | Martin Pieuchot |
2014-03-26 | No need to check here if the destination address is ours, because in | Martin Pieuchot |
2014-02-17 | Convert bcopy()s to memcpy()s. | Martin Pieuchot |
2014-01-22 | Pass the receiving interface pointer to carp_input() instead of re- | Martin Pieuchot |
2014-01-16 | Replaces a lookup to find the link-layer address by accessing the if_sadl | Martin Pieuchot |
2013-11-18 | use arc4random() for ether_fakeaddr, because it is safe | Theo de Raadt |
2013-10-23 | Remove the number of in_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-06-05 | ansi function declarations. | David Gwynne |
2013-06-03 | Replace "hot" bcopy() calls in ether_output() with memcpy(). This tells the | Mark Kettenis |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2013-03-15 | change LIST_END to literal NULL for clarity. | Ted Unangst |
2013-01-18 | Relax the restriction on sending frames to trunk(4) members to allow BPF writes. | Stuart Henderson |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2011-07-09 | begone, fucking rotten appletalk shit. ok room | Henning Brauer |
2011-07-08 | Include PIPEX in kernel by default. And add new sysctl variable | YASUOKA Masahiko |
2011-07-04 | Say no to hand-rolled m_adj(). It also kills three XXX. | Claudio Jeker |
2011-01-28 | Change an m_free() to m_freem() to free the whole mbuf chain and to prevent | Reyk Floeter |
2010-10-11 | Remove some commented code we will never have. | Claudio Jeker |
2010-08-24 | legibility fixes: | Bret Lambert |
2010-07-02 | Some functions change the ifp in during ether_input(). This confuses the | Claudio Jeker |
2010-06-03 | Add support for 802.1ad-style QinQ nested VLANs. | Christian Weisgerber |
2010-05-28 | Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into | Claudio Jeker |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-05-01 | incomming -> incoming | Michael Knudsen |
2010-04-03 | document the first byte of the random MAC address | Theo de Raadt |
2010-01-12 | After calling pipex_pppoe_input(), we must goto done to restore the spl. | YASUOKA Masahiko |
2010-01-12 | Unify the various fake ethernet generators as ether_fakeaddr() which | Theo de Raadt |
2010-01-11 | Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwarding | YASUOKA Masahiko |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-08-12 | revert my change to m_cluncount which tries to prevent the system | David Gwynne |
2009-08-12 | if we get dangerously low on clusters during interrupts, we need | David Gwynne |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2009-03-05 | Fix a panic in ether_output() when attempting to send multicast traffic on | Michele Marchetto |
2009-01-28 | Get rid of the ugly rtentry hack. | Michele Marchetto |
2008-11-25 | m_cluncount() needs to walk the mbuf chain to correctly uncount all clusters | Claudio Jeker |
2008-11-24 | add several backend pools to allocate mbufs clusters of various sizes out | David Gwynne |
2008-11-23 | softraid support for ata over ethernet (aoe). this includes a client and | Ted Unangst |