Add ifpoll, which support hardware TX/RX queues based polling.
[dragonfly.git] / sys / net / if_var.h
2009-04-27 Sepherosa ZiehauAdd ifpoll, which support hardware TX/RX queues based...
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 4/many: Add IFNET_SERIALIZE...
2009-04-12 Sepherosa ZiehauAdd IFNET_SERIALIZE_RX(idx)
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 3/many: We no longer need...
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 2/many: Add if_serialize_as...
2009-04-12 Sepherosa ZiehauSplit ifnet serialize step 1/many: Add if_{serialize...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-03-21 Sepherosa Ziehauether_input/rss: Pass packet info to ether_input_chain.
2008-12-26 Sepherosa ZiehauRework carp(4) IPv4 support.
2008-11-22 Sepherosa ZiehauFactor out ether_reinput_oncpu(). Mainly used by pseud...
2008-11-15 Sepherosa ZiehauReturn the value returned by lwkt_domsg()
2008-11-11 Sepherosa ZiehauRecord number of valid ifaddr containers in ifaddr...
2008-09-17 Sepherosa ZiehauEmbed a netmsg in ifaddr_container, so IFAFREE could...
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-08-17 Sepherosa Ziehau- Rename ifa_{domsg,forwardmsg}() to ifnet_{domsg,forwa...
2008-08-17 Sepherosa ZiehauPass cpuid to ifa_domsg()
2008-07-27 Sepherosa ZiehauSwitch to ETHER_INPUT2 on ethernet input path by default:
2008-07-27 Sepherosa ZiehauStaticize ether_input
2008-06-29 Simon SchubertClarify comment.
2008-06-24 Sepherosa ZiehauMove mbuf chain initialization into common place.
2008-06-23 Sepherosa ZiehauExpose ether_input_oncpu()
2008-06-23 Sepherosa ZiehauAdd ether_input_chain2() which could be called by ether...
2008-06-09 Sepherosa ZiehauParallelize in_ifaddrhashtbl
2008-06-08 Sepherosa ZiehauParallelize in_ifaddrhead operation
2008-06-07 Sepherosa ZiehauUse ASSERT_IFAC_VALID whenever possible
2008-06-07 Sepherosa ZiehauAdd ASSERT_IFAC_VALID
2008-06-07 Sepherosa Ziehau- Expose ifa_forwardmsg()
2008-06-01 Sepherosa Ziehau- Rename ifa_portfn() to ifnet_portfn()
2008-05-31 Sepherosa ZiehauAdd ifa_listmask field in ifaddr_container; currently...
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 ZiehauChange ether_demux() interface to accept mbuf containin...
2008-03-18 Hasso TepperProtect macros with "do { } while(0)" where needed.
2008-03-16 Sepherosa ZiehauRework vlan configuration processing:
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-01-11 Sepherosa Ziehau- Split if_clone.c out of if.c, license in if.c is...
2007-12-31 Sepherosa Ziehau- Factor out if_purgeaddrs_nolink(), which frees all...
2007-10-01 Sepherosa Ziehau- Remove the second parameter of ether_input(), since:
2007-09-30 Sepherosa ZiehauSupport polling(4) on multiple CPUs, i.e. each NIC...
2007-09-09 Sepherosa ZiehauNuke the hack in vr(4) that polling(4) will be turned...
2007-08-16 Matthew DillonBring CARP into the tree. CARP = Common Address Redund...
2007-06-16 Matthew DillonImplement an opaque function, if_getanyethermac(),...
2007-03-24 Sepherosa ZiehauReport link states changes (link up/down and braudrate...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2005-12-21 Simon SchubertBring in if_bridge from Open-/Net-/FreeBSD
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-10-24 Sepherosa Ziehau- Move DEVICE_POLLING from opt_global.h to opt_polling...
2005-06-15 Joerg SonnenbergerConvert to critical sections.
2005-06-05 Joerg SonnenbergerMerge the pointer to the link-layer address into ifnet...
2005-06-03 Joerg SonnenbergerAdd a new macro IF_LLSOCKADDR which maps a ifnet pointe...
2005-06-03 Joerg SonnenbergerDon't commit half of a change. Prefix parameter names...
2005-06-03 Joerg SonnenbergerDon't name arguments in prototypes. Nuke __STDC__ condi...
2005-05-25 Matthew DillonRewrite the polling code. Instead of trying to do...
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2005-02-01 Joerg SonnenbergerChange the ALTQ macro stubs to actually work. For the...
2005-02-01 Hiroki Sato- Nuke #ifdef SCOPEDROUTING. It was never enabled...
2005-01-23 Joerg SonnenbergerConsolidate ifqueue macros for the upcoming ALTQ work.
2004-12-28 Jeffrey HsuClean up the networking code before I parallelize the...
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-09-15 Joerg Sonnenbergerif_clone_event should take a struct if_clone *, not...
2004-09-10 Joerg SonnenbergerFrom FreeBSD 5:
2004-07-28 Joerg SonnenbergerAdd IF_QLEN and the ALTQ macros. This are only the...
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-06-27 Matthew DillonThe schednetisr() routine is supposed to be MP and...
2004-04-16 Joerg SonnenbergerNuke unused fields in struct ifnet, if_done and if_poll...
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-15 Joerg SonnenbergerAdd a new function ether_ifattach_bpf which can be...
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-12-30 Matthew DillonBring in the entire FreeBSD-5 USB infrastructure. ...
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: