kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / net / if.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-04 Matthew Dillonkernel - Fix localhost packet misordering
2011-06-07 Matthew Dillonkernel - Serialize ifioctl() with a mutex
2011-03-16 Sascha Wildnerkernel: Fix building without 'options INET'.
2011-02-27 Sascha Wildnerkernel: Use the system's offsetof() macro instead of...
2011-01-02 Samuel J. Greearkernel - s/so_pru_control/so_pru_control_direct/
2010-11-03 Joe Talbottnetwork - Add initializer for ifnet.if_groups.
2010-11-02 Matthew Dillonnetwork - Fix missing tailq initializer for if_creategr...
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2010-09-09 Jan Lentferpf: Update to OpenBSD 4.2
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-14 Matthew Dillonkernel - netif - temporary hack for IFT_ETHER
2010-07-01 Sascha Wildnerif_detach(): Fix unoptimized compilation without ALTQ...
2010-06-12 Sascha Wildnernetwork code: Convert if_multiaddrs from LIST to TAILQ.
2010-03-21 Rui PauloImplement bpf_track and iflladdr event handlers and...
2010-02-25 Rui PauloCheck a few pointers before dereferencing them. This...
2010-02-25 Rui PauloExtend if_clone by passing in a param arg in the create...
2010-02-23 Rui PauloBring if_l2com register/unregister functions from FreeBSD.
2010-02-19 Rui Pauloif_delallmulti() from FreeBSD.
2010-02-19 Rui PauloFix ifaddr_byindex().
2010-02-19 Rui PauloInitial version of if_alloc()/if_free().
2010-02-18 Rui PauloPrevent foot shooting.
2010-02-18 Rui PauloAdd ifnet_byindex() and ifaddr_byindex().
2010-01-23 YONETANI TomokazuFix kernel build for UP+KTR
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-04-27 Sepherosa ZiehauAdd ifpoll, which support hardware TX/RX queues based...
2009-04-12 Sepherosa Ziehauifnet serializer split: Whack ifnet.if_serializer if...
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 2/many: Add if_serialize_as...
2009-04-12 Sepherosa ZiehauPut ifnet.if_serializer assertion under FIX_SERIALIZE_A...
2009-04-12 Sepherosa ZiehauSplit ifnet serialize step 1/many: Add if_{serialize...
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2009-04-07 Peter AvalosSync lib/net with FreeBSD:
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-11-15 Sepherosa ZiehauReturn the value returned by lwkt_domsg()
2008-11-12 Sepherosa ZiehauAllocate if_start_nmsg from M_LWKTMSG
2008-11-11 Sepherosa ZiehauRecord number of valid ifaddr containers in ifaddr...
2008-10-03 Hasso TepperWelcome devctl(4) and devd(8).
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-09-20 Sepherosa ZiehauAdd TDF_NETWORK lwkt flag, so various assertion could...
2008-09-17 Sepherosa ZiehauEmbed a netmsg in ifaddr_container, so IFAFREE could...
2008-08-17 Sepherosa ZiehauAdd assertion to make sure that the next cpuid is withi...
2008-08-17 Sepherosa Ziehau- Rename ifa_{domsg,forwardmsg}() to ifnet_{domsg,forwa...
2008-08-17 Sepherosa ZiehauPass cpuid to ifa_domsg()
2008-06-15 Sepherosa Ziehau- In if_up(), purge ifnet.if_snd before turning on...
2008-06-07 Sepherosa ZiehauAdd ASSERT_IFAC_VALID
2008-06-07 Sepherosa Ziehau- Expose ifa_forwardmsg()
2008-06-06 Sepherosa ZiehauMake sure that ifac is still valid before unlinking...
2008-06-01 Sepherosa Ziehau- Rename ifa_portfn() to ifnet_portfn()
2008-06-01 Sepherosa ZiehauRename:
2008-05-31 Sepherosa ZiehauAdd ifa_listmask field in ifaddr_container; currently...
2008-05-28 Sepherosa Ziehau- ifnet.if_output() should be called without ifnet...
2008-05-27 Matthew Dillon* Implement SOCK_SEQPACKET sockets for local communicat...
2008-05-15 Sepherosa Ziehau'check' label is only used in SMP build.
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-03-29 Sepherosa Ziehauifaddr threads does not need MP lock
2008-03-08 Sepherosa ZiehauCleanp leftover of the ifnet.if_addrhead parallelizing.
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-12-29 Sepherosa ZiehauUse TAILQ_HEAD_INITIALIZER to initialize global variabl...
2007-12-28 Sepherosa Ziehau- Regroup global variables, function declarations and...
2007-09-30 Sepherosa ZiehauSupport polling(4) on multiple CPUs, i.e. each NIC...
2007-08-27 Hasso TepperNuke FDDI support.
2007-08-27 Hasso TepperNuke token ring support. This also means one blob less...
2007-08-27 Hasso TepperNuke ARCnet support.
2007-06-16 Matthew DillonImplement an opaque function, if_getanyethermac(),...
2007-05-13 Sascha WildnerFix numerous spelling mistakes.
2007-03-24 Sepherosa ZiehauReport link states changes (link up/down and braudrate...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-22 Matthew DillonFix the design of ifq_dequeue/altq_dequeue by adding...
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-04 Joerg SonnenbergerInstead of checking for ifnet_addrs[ifp->index - 1...
2005-06-03 Joerg SonnenbergerAdd a new macro IF_LLSOCKADDR which maps a ifnet pointe...
2005-05-25 Matthew DillonProperly conditionalize a call to ether_poll_deregister via
2005-05-25 Matthew DillonRewrite the polling code. Instead of trying to do...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-04-15 Matthew DillonZero the whole structure, not just the name, so we...
2005-04-15 Joerg SonnenbergerFix a small stack disclosure in ifconf().
2005-04-04 Joerg SonnenbergerWhen ALTQ was detached from an interface queue, the...
2005-03-12 Joerg SonnenbergerAdd ALTQ-style enqueue / dequeue / request functions...
2005-03-04 Jeffrey HsuConvert the struct domain next pointer to an SLIST.
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2005-02-01 Hiroki Sato- Nuke #ifdef SCOPEDROUTING. It was never enabled...
2005-01-26 Jeffrey HsuCode cleanup. Refactor some functions. Push some...
2005-01-19 Matthew DillonWhen a PCMCIA networking card is removed the IF code...
2005-01-06 Jeffrey HsuCosmetic cleanups.
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-09-15 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-13 David RhodusAvoid leaving an obsolete pointer while the interface...
2004-09-10 Joerg SonnenbergerFrom FreeBSD 5:
next