Defer ethernet mcast/bcast address detection to ether_input_handler()
[dragonfly.git] / sys / net / if_ethersubr.c
2009-03-17 Sepherosa ZiehauDefer ethernet mcast/bcast address detection to ether_i...
2008-11-22 Sepherosa ZiehauFactor out ether_reinput_oncpu(). Mainly used by pseud...
2008-10-26 Sepherosa Ziehau- Move ipflow definition from ip_flow.h to ip_flow...
2008-10-04 Sepherosa ZiehauOn ethernet output path:
2008-09-24 Sepherosa ZiehauInclude necessary head file for {get,rel}_mplock()...
2008-09-23 Sepherosa ZiehauOn ethernet input path:
2008-09-23 Sepherosa ZiehauUse netmsg_service_sync() to protect vlan_input_p
2008-09-20 Sepherosa Ziehau- Add KTR of ethernet operations
2008-09-17 Sepherosa ZiehauAlways enable ETHER_INPUT_CHAIN support
2008-09-17 Sepherosa ZiehauRemove the '2' suffix from ether_input_chain and vlan_i...
2008-09-13 Sepherosa Ziehau- Let caller of ip_fw_dn_io_ptr call ip_dn_queue()...
2008-09-07 Sepherosa ZiehauLet ipfw_chk() return IP_FW_{PASS,DENY,DUMMYNET,TEE...
2008-08-23 Sepherosa ZiehauIf a packet is to be reinjected by dummynet onto ethern...
2008-08-23 Sepherosa Ziehau- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED...
2008-08-22 Sepherosa ZiehauSave 'ipfw forward' information in mtag, use m_pkthdr...
2008-08-05 Nuno Antunes* Don't call ifp->if_output() from inside mpls_output...
2008-07-27 Sepherosa ZiehauSwitch to ETHER_INPUT2 on ethernet input path by default:
2008-07-27 Sepherosa ZiehauStaticize ether_input
2008-07-27 Sepherosa ZiehauBorrow comment from ether_input and ether_demux
2008-07-27 Sepherosa ZiehauAdd function comment about ether_input_chain2
2008-07-26 Sepherosa ZiehauSimplify ether_mport(). This also fixes the bug that...
2008-07-08 Sepherosa ZiehauHandle MPLS on ETHER_INPUT2 code path
2008-07-07 Nuno AntunesIntroduce experimental MPLS over ethernet support....
2008-06-25 Sepherosa ZiehauOn UP system, make sure that mbuf chain is not empty...
2008-06-24 Sepherosa ZiehauMove mbuf chain initialization into common place.
2008-06-24 Sepherosa ZiehauAdd vlan(4) support for ETHER_INPUT2. It is not built...
2008-06-23 Sepherosa ZiehauExpose ether_input_oncpu()
2008-06-23 Sepherosa ZiehauWhite space
2008-06-23 Sepherosa ZiehauDiscard packets which was lingering on msgport when...
2008-06-23 Sepherosa ZiehauAdd ether_input_chain2() which could be called by ether...
2008-06-21 Sepherosa ZiehauWhite space
2008-06-15 Sepherosa ZiehauAdd missing return
2008-06-14 Sepherosa ZiehauMinor style change
2008-06-14 Sepherosa ZiehauMember iface's serializer does not need to be held...
2008-06-14 Sepherosa ZiehauRemove unused parameters to bridge_output
2008-05-28 Sepherosa Ziehau- ifnet.if_output() should be called without ifnet...
2008-05-18 Sepherosa ZiehauReturn after calling bridge_ouput_p.
2008-05-16 Sepherosa ZiehauUnify vlan_input() and vlan_input_tag():
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-05-02 Sepherosa ZiehauIntroduce ETHER_INPUT_CHAIN option:
2008-03-20 Sepherosa Ziehau- Nuke last parameter of ether_ipfw_chk(), which is...
2008-03-20 Sepherosa ZiehauChange ether_demux() interface to accept mbuf containin...
2008-03-20 Sepherosa ZiehauTypo
2008-03-19 Sepherosa ZiehauTiny step to keep ether header in mbuf on ethernet...
2008-03-19 Sepherosa Ziehau- Factor out ether_restore_header() from ether_ipfw_chk...
2007-11-27 Sepherosa Ziehau- Move IFF_UP checking to the beginning of ether_input().
2007-11-16 Sepherosa ZiehauCPU localize dummynet(4) step 1/2
2007-10-25 Sepherosa Ziehau- Switch dummynet(4) from mbuf based tagging to mtag.
2007-10-13 Sepherosa ZiehauSave a copy of ethernet header instead of leaving it...
2007-10-13 Sepherosa ZiehauConstify ng_ether_input_p/ng_ether_input_orphan_p ...
2007-10-13 Sepherosa ZiehauConstify vlan_input_p 'eh' parameter.
2007-10-13 Sepherosa Ziehau- Remove ef_input{EII,SNAP,8022}() 'eh' parameter,...
2007-10-13 Sepherosa ZiehauConstify 'eh', which will not be modified in ether_ipfw...
2007-10-01 Sepherosa Ziehau- Remove the second parameter of ether_input(), since:
2007-09-08 Sepherosa ZiehauIt does not make sense to call interface's initializati...
2007-08-16 Matthew DillonBring CARP into the tree. CARP = Common Address Redund...
2007-06-05 Sepherosa ZiehauDon't let ether_input() to do the bridging work, i...
2007-06-02 Sepherosa Ziehau- Break long lines.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-19 Matthew DillonAdd IFF_MONITOR support.
2006-07-02 Simon SchubertDelete unused variable
2006-06-25 Simon SchubertRemove OLDBRIDGE
2005-12-21 Simon SchubertBring in if_bridge from Open-/Net-/FreeBSD
2005-12-19 Simon SchubertAdjust sources to accomodate for repo copy of our bridg...
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-06-15 Joerg SonnenbergerConvert to critical sections.
2005-06-03 Joerg SonnenbergerAdd a new macro IF_LLSOCKADDR which maps a ifnet pointe...
2005-04-18 Joerg SonnenbergerSwitch IP divert from mbuf based tagging to mbuf tags.
2005-03-12 Joerg SonnenbergerAlways build altq_etherclassify.
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2005-01-26 Joerg Sonnenberger- Add support for attaching alternative DLTs to an...
2005-01-06 Jeffrey HsuCosmetic cleanups.
2004-12-28 Jeffrey HsuClean up the networking code before I parallelize the...
2004-12-24 Matthew DillonSilence a compiler warning by adding parenthesis.
2004-12-24 Jeffrey HsuFix problem with last commit that was breaking tcpdump.
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-12-14 Jeffrey HsuClean up routing code before I parallelize it.
2004-11-08 Joerg SonnenbergerFix a race condition in detach path of Ethernet devices...
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-07-17 Joerg SonnenbergerAdd if_broadcastaddr to struct ifnet to hold the link...
2004-07-03 Joerg SonnenbergerAdd common functions for computing the Ethernet CRC...
2004-07-02 Joerg SonnenbergerAnnounce MAC address in ether_ifattach, not in each...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-04-16 Joerg SonnenbergerMove IFF_PROMISC and IFF_POLLING from ifnet.ipending...
2004-03-16 Joerg SonnenbergerAdd default case of error = EINVAL to ether_ioctl
2004-03-15 Joerg SonnenbergerAdd a new function ether_ifattach_bpf which can be...
2004-03-15 Joerg SonnenbergerSome drivers depend on the link layer address in ac_enaddr.
2004-03-14 Joerg SonnenbergerBPF has been in the kernel for ages and is supported...
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-06-19 Matthew Dillonremove unused variable.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: