Age | Commit message (Expand) | Author |
2008-12-05 | add ethertype and tcpdump support for VLAN stacking (QinQ) with | Stuart Henderson |
2008-12-01 | A bit more cleanup. | Brad Smith |
2008-11-30 | - Remove unused if_reset "bus reset routine" field in the ifnet struct. | Brad Smith |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-26 | Avoid network livelock. | Theo de Raadt |
2008-11-26 | dont have bpf.h expose the kernel ticks variable wherever it is includeing. | David Gwynne |
2008-11-26 | provide m_clsetlwm, an interface for an interface to raise its low | David Gwynne |
2008-11-25 | expect if_flags to have IFF_RUNNING rather than IFF_UP before modifying | David Gwynne |
2008-11-25 | art says he doesnt suck anymore, so enable the really big cluster | David Gwynne |
2008-11-25 | Factor increases are not needed, +1 appears to work as well. | Theo de Raadt |
2008-11-25 | m_cluncount() needs to walk the mbuf chain to correctly uncount all clusters | Claudio Jeker |
2008-11-24 | Remove the IFF_OACTIVE dance in gif_start this is not needed because start | Claudio Jeker |
2008-11-24 | move MCLPOOLS to if.h and force uipc_mbuf.c to get if.h, there is no | Theo de Raadt |
2008-11-24 | Fix splasserts seen in pr 5987 by propagating a flag that discribes | Mike Belopuhov |
2008-11-24 | add several backend pools to allocate mbufs clusters of various sizes out | David Gwynne |
2008-11-24 | Implement link-state tracking on the routing table. Routes to interfaces | Claudio Jeker |
2008-11-23 | softraid support for ata over ethernet (aoe). this includes a client and | Ted Unangst |
2008-11-22 | Allow rt_msg1() to get a NULL as struct rt_addrinfo this simplifies a few | Claudio Jeker |
2008-11-21 | Change rn_mpath_next() to be able to walk over the full multipath list | Claudio Jeker |
2008-11-16 | Make sure to increment the the output error counter if | Brad Smith |
2008-11-10 | Clear ifindex2ifnet[] in if_detach() this is needed because link local | Claudio Jeker |
2008-11-09 | Introduce bpf_mtap_ether(), which for the benefit of bpf listeners | Christian Weisgerber |
2008-11-08 | Take into account that our ether_input() already strips the | Marco Pfatschbacher |
2008-11-07 | use do { } while (/* CONSTCOND */ 0) construct for all multi-line functional ... | Theo de Raadt |
2008-11-07 | give this some /* CONSTCOND */ love | Theo de Raadt |
2008-11-07 | Replace the number of bits to shift with EVL_PRIO_BITS in the | Brad Smith |
2008-11-06 | Introduced IPv6 support of uniform model for TTL handling. | Michele Marchetto |
2008-11-04 | Move the trunk port count check from trunk_lb_start() to trunk_start() | Brad Smith |
2008-11-01 | Introduced Uniform Model for TTL handling. | Michele Marchetto |
2008-10-30 | Fix building with !INET6 kernels. | Brad Smith |
2008-10-28 | Always skip "urpf-failed" test for IPv6 link local addresses. | Marco Pfatschbacher |
2008-10-28 | add support for multiple pflow(4) interfaces | Joerg Goltermann |
2008-10-28 | Remove return at the end of a void function. | Brad Smith |
2008-10-28 | In trunk_media_status() mark the interface as active if any ports are | Brad Smith |
2008-10-28 | In trunk_lb_start() port % count will never be greater than | Brad Smith |
2008-10-28 | Feed IPv6 flow label to hash calculation. | Brad Smith |
2008-10-28 | Show the ACTIVE flag in ifconfig for the single interface that is | Brad Smith |
2008-10-28 | Added mpls_output() used to output mpls packets originating from local host. | Michele Marchetto |
2008-10-24 | Allow the debug printf code which is trying to retreive the interface | Brad Smith |
2008-10-23 | use the correct idiom for NFOO things which come from "foo.h" files | Theo de Raadt |
2008-10-22 | #if INET => #ifdef INET | Marco Pfatschbacher |
2008-10-21 | add bpf/tcpdump support to pflow(4) | Joerg Goltermann |
2008-10-18 | Prevent the user to assign reserved labels to mpe(4) interfaces. | Michele Marchetto |
2008-10-16 | Switch the existing TX VLAN hardware support over to having the | Christian Weisgerber |
2008-10-16 | * Allow ether_input() and vlan_input() to handle incoming packets | Christian Weisgerber |
2008-10-16 | Drop promiscuously received packets if the vlan interface is not in | Christian Weisgerber |
2008-10-16 | Make the session id unique per receiving interface so that pppoe | Can Erkin Acar |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-10-14 | Now mpls_input() handles ipv4 and ipv6 explicit null labels. | Michele Marchetto |
2008-10-12 | Some more cleanup. No binary change. | Marco Pfatschbacher |