Annotate the b_xio field member of the BUF structure.
[dragonfly.git] / sys / netinet /
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-07-06 Matthew DillonIn ip_mport() (IP packet demux code), check the minimum...
2004-07-02 Hiten PandyaRandomize ephermal source ports.
2004-07-02 Jeffrey HsuUpdate some of my copyright notices before we officiall...
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-24 Matthew DillonThe route table treats sockaddr data as opaque, which...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-07 Matthew DillonAdd in_pcbinfo_init() to encapsulate basic structural...
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-06-06 Jeffrey HsuDetect and foil optimistic ACK attack with forced slow...
2004-06-04 Matthew DillonUse MPIPE instead of the really hackish use of m_get...
2004-06-04 Matthew DillonUse MPIPE instead of (the really aweful improper use...
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 SonnenbergerMake pr_domain and pr_usrreqs pointers to const. The...
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-06-01 Joerg SonnenbergerThe const call is linted, use proper cast to silence GCC
2004-05-31 Jeffrey HsuPanic in udp_output() if a socket is found in an incons...
2004-05-20 Jeffrey HsuPut snd_recover in the same cache line as snd_una....
2004-05-20 Jeffrey HsuTrade off more writes for a simpler check for when...
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-08 Hiten PandyaKKASSERT that we require inp->inp_pcbinfo, in in_pcbins...
2004-05-08 Matthew DillonFix IPV6 listen(). It was simply a matter of a missing
2004-05-04 Hiten PandyaClean warnings under DIAGNOSTIC.
2004-05-03 Matthew Dillonipstat needs thread2.h for MP stuff and mycpu.
2004-05-03 Hiten PandyaMake IP statistics counters per-CPU so they can be...
2004-04-29 Hiten Pandya1) Move the tcp_stats structure back to netinet/tcp_var.h.
2004-04-28 Jeffrey HsuRemember if an inpcb was entered into the wildcard...
2004-04-24 Jeffrey HsuCosmetic changes.
2004-04-24 Jeffrey HsuThe default protocol threads also need the check for
2004-04-24 Jeffrey HsuReplicate the TCP listen table to give each cpu its...
2004-04-24 Jeffrey HsuDrop packet if the length checks fail in ip_demux().
2004-04-24 Jeffrey HsuUse a message structure off the stack for a synchronous...
2004-04-23 Jeffrey HsuPass more information down to the protocol-specific...
2004-04-22 Matthew DillonCorrect type-o in last commit. oops.
2004-04-22 Matthew DillonM_NOWAIT to mostly M_INTWAIT conversions, with a splatt...
2004-04-22 Matthew DillonThe temporary message allocated to execute a connect...
2004-04-22 Matthew DillonUse M_INTWAIT instead of M_NOWAIT in the ip messaging...
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-18 Jeffrey HsuAllow an inp control block to be inserted on multiple...
2004-04-18 Jeffrey HsuCosmetic changes.
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-13 Jeffrey HsuDon't need opt_tcp_input.h for TCP_DISTRIBUTED_TCBINFO...
2004-04-13 Matthew Dillonget rid of TCP_DISTRIBUTED_TCBINFO, it only added confu...
2004-04-13 Jeffrey HsuCreate another entry point into ip_input() so MT_TAGs...
2004-04-10 Jeffrey HsuSend connects to the right processor.
2004-04-10 Jeffrey HsuAdd header file to pull in the setting of the TCP_DISTR...
2004-04-09 Jeffrey HsuFix typo with last minute change in last commit.
2004-04-09 Jeffrey HsuPush the lwkt_replymsg() up one level from netisr_servi...
2004-04-07 Matthew DillonMake TCP stats per-cpu. (forgot to add new header file)
2004-04-07 Matthew DillonMake TCP stats per-cpu.
2004-04-07 Jeffrey HsuCosmetic changes.
2004-04-05 Matthew Dillonper-cpu tcbinfo[]s aren't ready for prime time yet...
2004-04-05 Jeffrey HsuConsistently use "foreign" and "local", which are invar...
2004-04-04 Matthew DillonFix a missing wildcard binding in the recent wildcard...
2004-04-03 Jeffrey HsuDispatch reassembled fragment.
2004-04-03 Jeffrey HsuFix byte-order.
2004-04-01 Jeffrey HsuConsolidate length checks in ip_demux().
2004-04-01 Jeffrey HsuRemove the ip_mthread_enable sysctl option. Enough...
2004-03-31 Jeffrey HsuOnly enter into wildcard hash table if bind succeeds.
2004-03-31 Jeffrey HsuOnly enter into wildcard hash table if bind succeeds.
2004-03-31 Jeffrey HsuOnly enter wildcard sockets into the wildcard hash...
2004-03-27 Jeffrey HsuGive UDP its own sosend() function.
2004-03-23 Jeffrey HsuDo all the length checks before returning even if ...
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-22 Jeffrey HsuConsolidate length checks in ip_demux().
2004-03-21 Jeffrey HsuCosmetic cleanup.
2004-03-17 Matthew DillonFix a bug in the recent connectionless commit. When...
2004-03-14 Jeffrey HsuIfdef out unused variable.
2004-03-14 Jeffrey HsuMake tcp_drain() per-cpu.
2004-03-14 Jeffrey HsuMake tcp_drain() per-cpu.
2004-03-09 Jeffrey HsuClarify strange ipfw byte ordering convention.
2004-03-08 Jeffrey HsuPartition the TCP connection table.
2004-03-08 Jeffrey HsuInclude <sys/types.h> for autoconf/automake detection.
2004-03-08 Jeffrey HsuImplement Early Retransmit.
2004-03-08 Jeffrey HsuCosmetic changes.
2004-03-07 Jeffrey HsuSend UDP packets out without a temporary connect.
2004-03-06 Jeffrey HsuRemove unused second argument to ip_stripoptions().
2004-03-06 Jeffrey HsuChange the "struct inpcbhead *listhead" field in "struc...
2004-03-06 Jeffrey HsuCorrect double increment of the inp generation count.
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-05 Jeffrey HsuVerify code assumption on number of processors with...
2004-03-05 Jeffrey HsuUse power of 2 masking to make packet hash function...
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-04 Jeffrey HsuA UDP socket is still bound after it is disconnected...
2004-03-04 Jeffrey HsuSplit out wildcarded sockets from the connection hash...
2004-03-02 Robert GarrettPatch forr FreeBSD-SA-04:04.tcp
2004-02-27 Jeffrey HsuCosmetic changes.
2004-02-25 Jeffrey HsuRelax a KASSERT condition to allow for a valid corner...
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-02-14 Matthew DillonRewrite the IP checksum code. Get rid of all the inlin...
2004-02-08 Hiten PandyaMerge from FreeBSD:
next