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