Adapt the netisr message handlers to accomodate the available error
[dragonfly.git] / sys / net /
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.
2003-10-06 Jeffrey HsuUnroll obfuscated loop.
2003-09-20 Hiten PandyaFix IPFW2 build.
2003-09-16 Jeffrey HsuLeftover netisr consolidation cleanups.
2003-09-16 Jeffrey HsuLeftover netisr consolidation cleanups.
2003-09-16 Jeffrey HsuLeftover netisr consolidation cleanups.
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-09-14 Matthew DillonChange argument from proc to td.
2003-09-12 David P. Reese, Jr.Create an emulation/43bsd directory and move the recent...
2003-09-10 Robert GarrettThe second fixes a dependency problem if compiling...
2003-08-27 Matthew DillonA significant number of applications need access to...
2003-08-26 Robert Garrett__P() removal
2003-08-24 Jeffrey HsuAdd support for Protocol Independent Multicast.
2003-08-15 Matthew DillonMake modules work again part 1: linkup "net" and rename...
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-29 Hiten PandyaKernel Police:
2003-07-28 Hiten PandyaOops, fix build before anyone realises. :-)
2003-07-27 Hiten PandyaConsolidate usage of MIN/MAX().
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-23 Matthew Dillon2003-07-22 Hiten Pandya <hmp@nxad.com>
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonNuke huge mbuf macros stage 2/2: Cleanup the MCL*(...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-28 Matthew Dillonsmp/up collapse stage 2 of 2: cleanup the globaldata...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
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: