Age | Commit message (Expand) | Author |
2008-08-28 | Fix a typo in the naming of the PPPoE input queues, ppoe -> pppoe. | Brad Smith |
2008-08-04 | do not count ethernet header twice in if_obytes stats. | Damien Bergamini |
2008-06-13 | Move the responsibility to free received packets on trunked interfaces | Marco Pfatschbacher |
2008-05-10 | convert sdltosa to a real cast because I removed the silly makro last night. | Claudio Jeker |
2008-05-09 | A little bit of magic to make arp lookups work in MPLS as they should. | Claudio Jeker |
2008-05-07 | Prevent virtual interfaces from adding to the random pool. | Marco Pfatschbacher |
2008-04-23 | Import MPLS (Multi Protocol Label Switching) | Esben Norby |
2008-04-18 | extend the if_ethersubr.c crc functions to support updating a running | Damien Miller |
2008-04-10 | introduce mitigation for the calling of an interfaces start routine. | David Gwynne |
2008-04-10 | Also count multicast packets and input bytes for interfaces enslaved by | Brad Smith |
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher |
2008-01-17 | In ether_input() scheduling the soft interrupt and queueing the | Alexander Bluhm |
2007-11-22 | Factor out the virtual host portion of carp into a separate struct | Marco Pfatschbacher |
2007-09-15 | malloc sweep: | Henning Brauer |
2007-06-06 | remove remaining IPX hooks. all inside #ifdef IPX, so no actual change | Henning Brauer |
2007-05-29 | there was code inside | Henning Brauer |
2007-05-16 | fix return values in bridge_output. | Michele Marchetto |
2007-05-16 | count the number of multicast ranges that are kept in the list of multicast | David Gwynne |
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher |
2006-12-07 | use LINK_STATE_IS_UP(ifp0->if_link_state) instead of | Reyk Floeter |
2006-10-31 | ether_input_mbuf() isn't necessary, turn it into a macro and deal with | Jason Wright |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |
2006-05-26 | rename jumbo mtu to if_hardmtu; ok brad reyk | Theo de Raadt |
2006-05-19 | add a if_jumbo_mtu field to the interface structure for drivers | Reyk Floeter |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2005-11-03 | re-implement the bpf "filter drop" option that it actually works. the | Reyk Floeter |
2005-10-17 | make pf use one mbuf tag instead of 6 distinct ones. use a little struct | Henning Brauer |
2005-09-30 | remove old unused NRL IPv6 code. | Brad Smith |
2005-06-08 | bye bye netns (and a few leftover DECNET bits while here) | Henning Brauer |
2005-06-07 | Run vlan_input before bridge_input, and change vlan_input to not | Camiel Dobbelaar |
2005-06-07 | do not handle CCITT any longer | Henning Brauer |
2005-05-24 | oops | Theo de Raadt |
2005-05-24 | let ramdisks compile again. people -- please always try to compile with your... | Theo de Raadt |
2005-05-24 | support trunk stacking (trunks as trunk ports) and some fixes | Reyk Floeter |
2005-05-24 | initial import of a trunking (link aggregation and link failover) | Reyk Floeter |
2005-04-25 | Use ETHERTYPE_VLAN. | Brad Smith |
2005-01-18 | Rewriting the lladdr can now be done without using mbuf tags. | Marco Pfatschbacher |
2004-12-19 | Make it possible for carp to work on fddi and token ring again. | Ryan Thomas McBride |
2004-12-17 | Reorder code in the ethernet output path, and enhance unicast address | Christopher Pascoe |
2004-12-10 | Rename carp_output() to carp_fix_lladdr(). | Ryan Thomas McBride |
2004-12-09 | Remove shadow variable 'error'. From camield@ | Ryan Thomas McBride |
2004-12-07 | Convert carp(4) to behave more like a regular interface, much in the same | Ryan Thomas McBride |
2004-12-07 | KNF | Ryan Thomas McBride |
2004-11-28 | In kernel pppoe client, a simple IPv4 only implementation. | Can Erkin Acar |
2004-10-09 | sizeof(struct ether_header) -> ETHER_HDR_LEN | Brad Smith |
2004-07-16 | remove netiso shitz, millert ok | Henning Brauer |
2004-06-26 | Add a table-driven implementation of ether_crc32_be(). | Christian Weisgerber |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-04-17 | add a congestion indicator to if_queue. It is set when the input queue | Henning Brauer |
2004-02-15 | 18 -> ETHER_ADDR_LEN*3 in ether_sprintf() for clarity | Anil Madhavapeddy |