Update release to 1.0A
[dragonfly.git] / sys / net /
2004-07-14 Jeroen Ruigrok/asmodaiForced commit to, belatedly, note that this (rev 1...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-07-07 Joerg SonnenbergerWelcome BPF in the 21st century and remove all the...
2004-07-06 Joerg SonnenbergerAdd IFCAP_POLLING for per-interface polling support.
2004-07-04 Joerg SonnenbergerAdd ETHER_ALIGN for portability.
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-07-02 Joerg SonnenbergerRemove invalid tokens after #endif
2004-06-27 Matthew DillonThe schednetisr() routine is supposed to be MP and...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-24 Matthew DillonGet rid of the PFIL_HOOKS option, integrate pfil in...
2004-06-21 Matthew Dillongcc-3.4 cleanups. missing break / goto labels.
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-07 Matthew DillonRecent accept() changes started depending on the protos...
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-06-04 Hiten PandyaDeprecate use of m_act, which is an alias of m_nextpkt...
2004-06-04 Matthew DillonRemove dtom() in unused (#ifndef notdef'd) code. Well...
2004-06-04 Matthew DillonANSIfication. No functional changes.
2004-06-03 Joerg SonnenbergerMake pr_input use variadic arguments for anything but...
2004-06-03 Joerg SonnenbergerChange pr_output's signature to take two fixed argument...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-06-01 Matthew DillonAdd a pfil_has_hooks() inline to shortcut calls to...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-05-06 Matthew DillonFollowup, fix some missing ODFM->OFDM conversions.
2004-05-06 Joerg SonnenbergerTwo more defines from FreeBSD.
2004-05-06 Joerg SonnenbergerAdd ifmedia infrastructure for the generic IEEE 802...
2004-05-04 Hiten PandyaBring the I4B layer up-to-speed with 64-bit physical...
2004-04-24 Jeffrey HsuThe default protocol threads also need the check for
2004-04-23 Jeffrey HsuPass more information down to the protocol-specific...
2004-04-22 Matthew DillonM_NOWAIT -> M_WAITOK or M_INTWAIT conversions. There...
2004-04-21 Matthew DillonFix a netmsg memory leak in the ARP code. Adjust all...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-17 Matthew Dillonnetisr_queue() needs to reliably allocate the message...
2004-04-16 Joerg SonnenbergerMerge changes from FreeBSD 5:
2004-04-16 Joerg SonnenbergerNuke unused fields in struct ifnet, if_done and if_poll...
2004-04-16 Joerg SonnenbergerMove IFF_PROMISC and IFF_POLLING from ifnet.ipending...
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-13 Jeffrey HsuCreate another entry point into ip_input() so MT_TAGs...
2004-04-10 Jeffrey HsuMake the declaration of notifymsglist visible outside...
2004-04-10 Jeffrey HsuAdd predicate message facility.
2004-04-09 Jeffrey HsuPush the lwkt_replymsg() up one level from netisr_servi...
2004-04-05 Matthew DillonSubsystems which install an so_upcall may themselves...
2004-04-02 Hiten PandyaAdapt the netisr message handlers to accomodate the...
2004-04-01 Joerg SonnenbergerAdd the "struct ucred *" argument to the remaining...
2004-03-24 Jeffrey HsuEliminate use of curproc and curthread by propagating...
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-19 Hiten PandyaMerge: FreeBSD (RELENG_4) ip_fw2.c rev. 1.6.2.19
2004-03-16 Joerg SonnenbergerAdd default case of error = EINVAL to ether_ioctl
2004-03-16 Joerg SonnenbergerMerge FreeBSD's rev. 1.81:
2004-03-15 Hiten PandyaIntegrate remaining part of the network interface aliasing
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-03-14 Joerg SonnenbergerRemove unused BSDI I4B interface
2004-03-14 Jeffrey HsuMake tcp_drain() per-cpu.
2004-03-14 Jeffrey HsuMake tcp_drain() per-cpu.
2004-03-13 Joerg SonnenbergerAdd BPF_TAP and BPF_MTAB macros from FreeBSD
2004-03-11 Joerg SonnenbergerUse local cpu tcbinfo
2004-03-09 Hiten PandyaAdjust IPFW to use M_WAITOK instead of M_NOWAIT. The...
2004-03-09 Hiten PandyaFix violating usage of M_DONTWAIT in calls to malloc...
2004-03-08 Jeffrey HsuTo comply with the spec, do not copy the TOS from the...
2004-03-06 Matthew DillonSimplify LWKT message initialization semantics to reduc...
2004-03-06 Jeffrey HsuRemove unused second argument to ip_stripoptions().
2004-03-06 Jeffrey HsuEliminate the use of curproc in route_output() by passi...
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-04 Jeffrey HsuIntroduce access methods for making protocol requests.
2004-03-01 Joerg SonnenbergerUse M_WAITOK instead of M_WAIT to get memory.
2004-02-24 Joerg SonnenbergerFix a typo and include <sys/random.h>
2004-02-24 Joerg SonnenbergerUse ovbcopy instead of bcopy to match prototyp
2004-02-16 Matthew DillonRemove duplicate declarations for -fno-common
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-09 Robert Garrettremove unwanted __DragonFly__ >= tests
2004-02-08 Robert Garrett__FreeBSD__ -> __DragonFly__
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2004-01-06 Matthew Dillonif_xname support Part 1/2: Convert most of the netif...
2003-12-30 Matthew DillonBump the network interface cloning API to what is in...
2003-12-30 Matthew DillonBring in the entire FreeBSD-5 USB infrastructure. ...
2003-12-02 Jeroen Ruigrok/asmodaiAdd the packet filtering files.
2003-11-23 Matthew DillonNETISR_POLL cannot use isr 0. Use isr 1.
2003-11-23 Matthew DillonMake the 'bad isr' panics a little more verbose.
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-11-20 Matthew DillonThis is a major cleanup of the LWKT message port code...
2003-11-14 Hiten PandyaAdd a prototype for if_indextoname().
2003-11-14 Matthew DillonMT_TAG mbufs are terrible hacks and cannot be freed...
2003-11-12 Matthew DillonPrep for GCC 3.x kernel compiles, stage 1/2: Remove...
2003-11-10 Matthew DillonCatch attempts to queue to unregistered ISRs
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-11-06 Jeffrey HsuRemove illegal identifier after #endif.
next