Age | Commit message (Expand) | Author |
2015-03-17 | Merge two "#ifdef NCARP" chunks. | Martin Pieuchot |
2015-02-16 | avoid double vlan-header or vlan-header for non-vlan(4) interfaces | Markus Friedl |
2015-02-09 | move the init of the if_input from ether_ifattach to if_attach. | David Gwynne |
2015-02-08 | Introduce if_input() a function to pass packets dequeued from a | Martin Pieuchot |
2015-02-06 | earlier rev 1.112 sys/net/if_vlan.c corrects the mapping of 802.1p | Sebastian Benoit |
2015-01-08 | Factorize various duplicated chunks of (old and horrible) code, checking | Martin Pieuchot |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-08 | There's no good reason to keep into "struct ifnet" a pointer that's only | Martin Pieuchot |
2014-12-04 | use siphash for trunk loadbalancing. ok deraadt | Ted Unangst |
2014-12-01 | reconvert (rereconvert?) to memcpy except in the one case where memmove | Ted Unangst |
2014-11-29 | restore the "hot" memcpy that existed before recent conversion flipflop | Ted Unangst |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-11-19 | bulk convert memcpy to memmove. at least one bcopy conversion was wrong, | Ted Unangst |
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 |