]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Do not dereference vp->v_mount without holding vnode lock and checking
[FreeBSD/FreeBSD.git] / sys / netinet /
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...
2009-08-19 tuexenFix a bug in the handling of unreliable messages
2009-08-18 kmacy - change the interface to flowtable_lookup so that...
2009-08-18 tuexenFix a crash when using one-to-one stlye socket in non...
2009-08-15 tuexen* Fix a bug where PR-SCTP settings are ignore when...
2009-08-14 qingliIn function ip_output(), the cached route is flushed...
2009-08-14 zecSCTP is not yet compatible with options VIMAGE kernels...
2009-08-14 julianFix ipfw crash on uid or gid check.
2009-08-02 rwatsonAdd padding to struct inpcb, missed during our padding...
2009-08-02 rwatsonMany network stack subsystems use a single global data...
2009-08-01 rwatsonMerge the remainder of kern_vimage.c and vimage.h into...
2009-07-30 delphijShow interface name which received short CARP packet...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-28 julianStartup the vnet part of initialization a bit after...
2009-07-28 julianSomewhere along the line accept sockets stopped honorin...
2009-07-28 tuexenFix a bug where wrong initialization value
2009-07-28 rrsTurns out that when a receiver forwards through its...
2009-07-27 qingliThis patch does the following:
2009-07-27 tuexenFix the handling of unordered messages when using
2009-07-27 tuexenGet rid of unused field. This will also be deleted
2009-07-26 tuexenAdd a missing unlock for the inp lock when
2009-07-25 julianCatch ipfw up to the rest of the vimage code.
2009-07-23 rwatsonIntroduce and use a sysinit-based initialization scheme...
2009-07-21 bzsysctl_msec_to_ticks is used with both virtualized and
2009-07-20 rwatsonBack out the moving in r195782 of V_ip_id's initializat...
2009-07-20 rwatsonGarbage collect vnet module registrations that have...
2009-07-19 rwatsonReimplement and/or implement vnet list locking by repla...
2009-07-16 rwatsonRemove unused VNET_SET() and related macros; only VNET_...
2009-07-14 rwatsonBuild on Jeff Roberson's linker-set based dynamic per...
2009-07-13 lstewartFix a race in the manipulation of the V_tcp_sack_global...
2009-07-13 lstewartReplace struct tcpopt with a proxy toeopt struct in...
2009-07-12 lstewartPad the following TCP related structs to allow MFCs...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-06-26 rwatsonUpdate various IPFW-related modules to use if_addr_rlock()/
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-25 rwatsonAdd address list locking for in6_ifaddrhead/ia_link...
2009-06-25 rwatsonInitialize in_ifaddr_lock using RW_SYSINIT() instead...
2009-06-25 rwatsonAdd a new global rwlock, in_ifaddr_lock, which will...
2009-06-24 oleg- fix dummynet 'fast' mode for WF2Q case.
2009-06-24 rwatsonFix CARP build.
2009-06-24 rwatsonConvert netinet6 to using queue(9) rather than hand...
2009-06-24 rwatsonAdd missing unlock of if_addr_mtx when an unmatched...
2009-06-24 rwatsonClear 'ia' after iterating if_addrhead for unicast...
2009-06-24 rwatsonIn ARP input, more consistently acquire and release...
2009-06-23 bzMake callers to in6_selectsrc() and in6_pcbladdr()...
2009-06-23 rwatsonModify most routines returning 'struct ifaddr *' to...
2009-06-23 bzAfter cleaning up rt_tables from vnet.h and cleaning...
2009-06-22 andreAdd soreceive_stream(), an optimized version of sorecei...
2009-06-22 zecV_irtualize flowtable state.
2009-06-22 rwatsonAdd a new function, ifa_ifwithaddr_check(), which rathe...
2009-06-22 bzRemove a hack from r186086 so that IPsec via loopback...
2009-06-21 rwatsonClean up common ifaddr management:
2009-06-21 rdivackySwitch cmd argument to u_long. This matches what if_eth...
2009-06-19 brooksRework the credential code to support larger values...
2009-06-17 bzAdd explicit includes for jail.h to the files that...
2009-06-17 bzAdd the explicit include of vimage.h to another five...
2009-06-17 rrsChanges to the NR-Sack code so that:
2009-06-16 jhbTrim extra sets of ()'s.
2009-06-16 jhbFix edge cases with ticks wrapping from INT_MAX to...
next