socket: Change sysctl names sosnd -> sosend, no functional changes
[dragonfly.git] / sys / netinet / udp_usrreq.c
2012-04-18 Sepherosa Ziehausocket: Change sysctl names sosnd -> sosend, no functio...
2011-12-04 Sepherosa Ziehaupru_send: Allow non-NULL address parameter to be passed
2011-12-04 Sepherosa Ziehauudp: Support asynchronized pru_send for connected socket
2011-12-04 Sepherosa Ziehauudp: Prepare for the asynchronized pru_send 2
2011-12-04 Sepherosa Ziehauudp: Prepare for the asynchronized pru_send
2011-12-04 Sepherosa Ziehauudp: Simplify udp_output interface
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-04-04 Venkatesh Srinivaskernel -- Fix off-by-one in udp multicast group check...
2011-01-31 Sepherosa Ziehauudp6: Protect udbinfo by udbinfo barrier
2011-01-31 Sepherosa Ziehauinpcb: Save UDP inpcb into temporary memory during...
2011-01-31 Sepherosa Ziehauudp_getcred: Release serializer when doing SYSCTL_OUT
2011-01-31 Sepherosa Ziehauudp: pcb list/hashtable protection stage 2/2
2011-01-31 Sepherosa Ziehauudp: pcb list/hashtable protection stage 1/2
2010-12-05 Samuel J. Greearkernel - Provide descriptions for many net.inet sysctl's
2010-09-15 Matthew Dillonnetwork - Protect so_rcv sockbuf in udp and unix domain...
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-14 Matthew Dillonnetwork - Fix udp self-referential panic
2010-09-13 Matthew Dillonnetwork - Fix multiple MP races
2010-09-10 Matthew Dillonnetwork - MP socket free & abort interactions, so_state
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2010-07-12 Samuel J. Greearkernel - Tear out socket polling
2010-01-15 Matthew Dillonkernel - Replace zalloc zones with kmalloc for PCBs
2009-12-06 Sascha Wildnernetwork - Fix SMP build
2009-12-06 Matthew Dillonnetwork - Fix UP build
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2009-03-10 Sepherosa Ziehaunetwork: Turn on adaptive MPSAFE for network threads...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-11-11 Sepherosa Ziehau- If we receive redirect or host dead ICMP message...
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-09-12 Sepherosa Ziehau- Fix function parameters order bug:
2008-04-26 Sepherosa ZiehauDon't do following optimization in udp_disconnect():
2008-03-26 Sepherosa ZiehauFix bugs concerning cached route entry in UDP inpcb.
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2007-04-21 Matthew DillonConvert all pr_usrreqs structure initializations to...
2007-04-04 Matthew DillonAdd IP_MINTTL socket option - used to set the minimum...
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2007-01-10 Matthew DillonFix collision with variable named 'errno'.
2006-12-29 Victor Balada DiazMade jails IPv6 aware and support more than one IP...
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2005-06-02 Matthew DillonRemove spl*() calls from netinet, replacing them with...
2005-02-08 Jeffrey HsuNow that 'so_pcb' is properly declared as a 'void ...
2005-02-02 Jeffrey HsuIf dhclient fails, an interface could be left with...
2005-01-06 Jeffrey HsuCosmetic cleanups.
2004-12-29 Jeffrey HsuForced commit to say the previous commit wasn't really...
2004-12-29 Jeffrey HsuFix buffer overflow bug involving inet_ntoa().
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-12-03 Joerg SonnenbergerReplace div_pcblist / rip_pcblist / udp_pcblist with...
2004-10-15 Jeffrey HsuUpdate includes now that the Fast IPSec code has moved...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-06-07 Matthew DillonAdd in_pcbinfo_init() to encapsulate basic structural...
2004-06-03 Joerg SonnenbergerMake pr_input use variadic arguments for anything but...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-05-31 Jeffrey HsuPanic in udp_output() if a socket is found in an incons...
2004-04-04 Matthew DillonFix a missing wildcard binding in the recent wildcard...
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-22 Jeffrey HsuConsolidate length checks in ip_demux().
2004-03-17 Matthew DillonFix a bug in the recent connectionless commit. When...
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-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-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-10-28 Matthew DillonDeal with multicast packets in a manner similar to...
2003-08-23 Robert Garrettif ipv6 doesnt need oldstyle prototypes maybe its time...
2003-07-26 Robert GarrettRegister keyword removal
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-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: