Age | Commit message (Expand) | Author |
2015-10-05 | Factor LACP frame processing out to a separate task | Mike Belopuhov |
2015-09-29 | add sizes to some of the simpler free calls | Theo de Raadt |
2015-09-28 | Remove "if_tp" from the "struct ifnet". | Martin Pieuchot |
2015-09-24 | add a comment explaining how we serialize when switching trunkproto; | Mike Belopuhov |
2015-09-24 | Avoid a theoretical m_pullup(9) mishandling by delegating the mbuf | Mike Belopuhov |
2015-09-23 | Serialize trunk changes with input handler insertion and removal. | Mike Belopuhov |
2015-09-23 | Keep track of an active port in the failover trunk to avoid list | Mike Belopuhov |
2015-09-23 | Remove trunk watchdog code since it doesn't do anything useful | Mike Belopuhov |
2015-09-10 | pass a cookie argument to interface input handlers that can be used | Mike Belopuhov |
2015-09-10 | move the if input handler list to an SRP list. | David Gwynne |
2015-07-17 | Drop promiscuously received packets if the trunk(4) interface is not | Martin Pieuchot |
2015-07-02 | Unify the check for up & running between all pseudo-drivers. | Martin Pieuchot |
2015-07-02 | By design if_input_process() needs to hold a reference on the receiving | Martin Pieuchot |
2015-06-30 | Rename if_output() into if_enqueue() to avoid confusion with comments | Martin Pieuchot |
2015-06-29 | count if_ibytes in if_input like we do for if_ipackets. | David Gwynne |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-15 | Fix a double free in the destroy path triggered when a second process, | Martin Pieuchot |
2015-06-09 | Convert trunk(4) to if_input(). | Martin Pieuchot |
2015-05-26 | Now that the Ethernet header is always passed as part of the mbuf, kill | Martin Pieuchot |
2015-05-15 | Introduce if_output(), a function do to the last steps before enqueuing | Martin Pieuchot |
2015-05-14 | Allocate the input packet handler as part of the trunk_port structure | Martin Pieuchot |
2015-05-13 | Get rid of the last "#if NTRUNK" by overwriting trunk ports' output | Martin Pieuchot |
2015-05-11 | Take trunk(4) out of ether_input(). | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-04 | use siphash for trunk loadbalancing. ok deraadt | Ted Unangst |
2014-12-01 | Make every interface with a watchdog register it's own slow timeout | Mike Belopuhov |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-09 | bpf code surgery / shuffling / simplification. | Henning Brauer |
2014-03-10 | if_lladdr -> if_sadl, no functional change. | Martin Pieuchot |
2013-11-21 | Remove unneeded include. | Martin Pieuchot |
2013-11-18 | Convert trunk(4) to use a detachhook, discussed at b2k13 with many. | Martin Pieuchot |
2013-06-20 | Revert previous and unbreak asr, the new include should be protected. | Martin Pieuchot |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |
2013-05-11 | Set trunk(4)'s MTU to that of the first trunkport. Allows trunk to work with | Stuart Henderson |
2013-04-02 | Instead of storing the link-level address of every interface in a global | Martin Pieuchot |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-02-25 | trunk_bcast_start sent packets on all its member interfaces by copying | David Gwynne |
2011-10-28 | Take more care to ensure all callbacks are initialized. In particular | Kenneth R Westerback |
2011-01-28 | Fix another memory leak by replacing m_free() with m_freem() in trunk's | Reyk Floeter |
2010-11-12 | avoid pointer arithmetic on void * | David Hill |
2010-05-08 | Upon changing the MAC address of an if_trunk interface, all ports are switched | Stefan Sperling |
2010-04-23 | Use proper Queen's English in a comment. Drive-by fix, no functional change. | Stefan Sperling |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-04-17 | use ifnewlladdr() for trunk lladdr changes, too | Theo de Raadt |
2010-01-12 | set the length of the send queue to 1. | David Gwynne |
2009-11-18 | do not do setup that ether_ifattach() takes care of; ok jsg | Theo de Raadt |