]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
when draining a flowset free the entire chain, not just one packet.
[FreeBSD/FreeBSD.git] / sys / netinet /
2009-12-10 luigiwhen draining a flowset free the entire chain, not...
2009-12-10 luigicentralize the code to free a packet (or a chain) while...
2009-12-05 olegFix burst processing for WF2Q pipes - do not increase...
2009-12-05 luigiadjust comment in previous commit after Julian's explan...
2009-12-05 luigiremove a dead block of code, document how the ipfw...
2009-12-05 luigifix build with VNET enabled
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-12-04 umeUse INET_ADDRSTRLEN and INET6_ADDRSTRLEN rather than...
2009-12-03 luigipreparation work to replace the monster switch in ipfw_...
2009-12-03 umeTeach an IPv6 to the debug prints.
2009-12-02 luigi- initialize src_ip in the main loop to prevent a compi...
2009-12-02 luigiDispatch sockopt calls to ipfw and dummynet
2009-12-02 luigismall changes for portability and diff reduction wrt...
2009-12-02 umeTeach an IPv6 to send_pkt() and ipfw_tick().
2009-12-02 glebiusUntil this moment carp(4) used a strange logging priori...
2009-12-02 luigiAdd new sockopt names for ipfw and dummynet.
2009-12-02 luigichange the type of the opcode from enum *:8 to u_int8_t
2009-11-27 tuexenUse the default stack size for the iterator thread.
2009-11-19 bmsCorrect a comment.
2009-11-18 tuexenFix a bug where the system panics when a SHUTDOWN is...
2009-11-17 tuexenGet rid of unused fields addr_over which is never reall...
2009-11-17 tuexenUse always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,
2009-11-17 tuexenFix a bug where queued ASCONF messags are not sent...
2009-11-17 tuexenFix a memory leak when destroying an SCTP stack.
2009-11-17 tuexenDo not start the iterator when there are no associations.
2009-11-17 tuexenDisable (temporary) the thread based interator. It...
2009-11-17 tuexenAllow the UMA to free data. This resolves the UMA relat...
2009-11-17 tuexenDo not hold the lock longer than necessary.
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-15 bmsFix a functional regression in multicast.
2009-11-12 attilioMove inet_aton() (specular to inet_ntoa(), already...
2009-11-09 traszRemove ifdefed out part of code, which seems to have...
2009-11-09 olegstyle(9): add missing parentheses
2009-11-06 jhbSeveral years ago a feature was added to TCP that casue...
2009-11-03 olegFix two issues that can lead to exceeding configured...
2009-10-29 tuexenImprove round robin stream scheduler and cleanup some...
2009-10-28 bruefferClose a stream file descriptor leak.
2009-10-27 tuexenBugfix: Use formula from section 7.2.3 of RFC 4960...
2009-10-26 tuexenImprove the round robin stream scheduler.
2009-10-24 rwatsonCorrect spelling typo in ip_input comment.
2009-10-23 qingliUse the correct option name in the preprocessor command...
2009-10-23 rwatsonImprove grammar in ip_input comment while attempting...
2009-10-20 qingliIn the ARP callout timer expiration function, the curre...
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-18 rwatsonRewrap ip_input() comment so that it prints more nicely.
2009-10-15 qingliThis patch fixes the following issues in the ARP operation:
2009-10-13 bzCompare pointer to NULL rather than 0.
2009-10-11 tuexenFix a race condition where a mutex was destroyed while...
2009-10-11 julianVirtualize the pfil hooks so that different jails may...
2009-10-10 tuexenCorrect include order as indicated by bz.
2009-10-09 tuexenDo not include vnet.h twice.
2009-10-08 tuexenUse correct arguments when calling SCTP_RTALLOC().
2009-10-08 rrsFix so that round robing stream scheduling works as...
2009-10-06 rwatsonRemove tcp_input lock statistics; these are intended...
2009-10-05 rwatsonIn tcp_input(), we acquire a global write lock at first...
2009-10-02 qingliRemove a log message from production code. This log...
2009-10-02 qingliPreviously, if an address alias is configured on an...
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-20 tuexenFix handling of sctp_drain().
2009-09-20 tuexenFix errnos.
2009-09-19 tuexenUse appropriate locking when using interface list.
2009-09-19 tuexenFix the disabling of sctp_drain().
2009-09-19 tuexenGet SCTP working in combination with VIMAGE.
2009-09-18 bmsReturn ENOBUFS consistently if user attempts to exceed
2009-09-17 rrsSupport for VNET in SCTP (hopefully)
2009-09-16 tuexenFix a bug reported by Daniel Mentz:
2009-09-16 silbyAdd the ability to see TCP timers via netstat -x. ...
2009-09-15 andre-Put the optimized soreceive_stream() under a compile...
2009-09-15 qingliSelf pointing routes are installed for configured inter...
2009-09-15 qingliThis patch enables the node to respond to ARP requests for
2009-09-15 qingliThe bootp code installs an interface address and the...
2009-09-14 qingliPreviously local end of point-to-point interface is...
2009-09-13 rrsFixes two bugs:
2009-09-13 bmsIn expire_mfc(), add an assert on the multicast forward...
2009-09-12 bmsComment some flawed assumptions in inp_join_group(...
2009-09-12 bmsDon't allow joins w/o source on an existing group.
2009-09-12 bmsTighten input checking in inp_join_group():
2009-09-12 bmsFix an obvious logic error in the IPv4 multicast leave...
2009-09-12 bmsFix an API issue in leave processing for IPv4 multicast...
2009-09-11 jkimMFV: r196804
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-08 npAdd arp_update_event. This replaces route_arp_update_e...
2009-09-08 phkMove the duplicate definition of struct sockaddr_storag...
2009-09-07 syrinxWhen joining a multicast group, the inp_lookup_mcast_if...
2009-09-06 pjdCorrect comment.
2009-09-03 gnnAdd ARP statistics to the kernel and netstat.
2009-09-01 bzIn case an upper layer protocol tries to send a packet...
2009-08-31 qingliThis patch fixes the following issues:
2009-08-28 tuexenFix a bug where vlan interfaces are not supported by...
2009-08-28 qingliDo not try to free the rt_lle entry of the cached route in
2009-08-25 rwatsonUse locks specific to the lltable code, rather than...
2009-08-24 tuexenThis fixes a bug where the value set by SCTP_PARTIAL_DE...
2009-08-24 rrsThis fixes two bugs in the NR-Sack code:
2009-08-24 zecIntroduce a div_destroy() function which takes over...
2009-08-23 rwatsonRework global locks for interface list and index manage...
2009-08-23 julianFix another typo right next to the previous one, that...
2009-08-23 julianFix typo in comment that has been bugging me for days.
2009-08-21 julianFix ipfw's initialization functions to get the correct...
2009-08-20 peterFix signed comparison bug when ticks goes negative...
2009-08-20 willFix CARP memory leaks on carp_if's malloc'd using M_CAR...
next