Import OpenSSH-3.9p1 from openbsd.org
[dragonfly.git] / sys / net /
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-08-10 Matthew DillonPPP stupidly hardwires some flag constants that it...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-08-03 Jeffrey HsuFix bug with tracking the previous element in a list.
2004-08-02 Joerg SonnenbergerChange (almost) all references to tqh_first and tqe_nex...
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Matthew DillonGet rid of mb_map. Retool the mbuf and mbuf cluster...
2004-07-29 Matthew DillonSync the IFM_MAKEMODE() macro from FreeBSD-5.
2004-07-28 Joerg SonnenbergerAdd IF_QLEN and the ALTQ macros. This are only the...
2004-07-28 Joerg SonnenbergerAdd two more 802.11 media types.
2004-07-28 Hiten PandyaMajor cleanup of the base IPFilter:
2004-07-27 Joerg SonnenbergerRemove now obsolete header.
2004-07-27 Chris PresseyStyle(9) cleanup:
2004-07-26 Joerg SonnenbergerAdd macro to test for broadcast / multicast Ethernet...
2004-07-26 Scott UllrichMinor comment update.
2004-07-26 Scott UllrichAllow options BRIDGE to be defined without having to...
2004-07-23 Joerg SonnenbergerRemove usage of NTOHS / NTOHL / HTONS / HTONL.
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-07-20 Joerg SonnenbergerAdd llc_snap shortcut.
2004-07-18 Matthew DillonFix two serious bugs in the IP demux code. First,...
2004-07-17 Joerg SonnenbergerAdd if_broadcastaddr to struct ifnet to hold the link...
2004-07-16 Matthew DillonNote that Jeff indicated to me that Jonathan Lemon...
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>
next