summaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
AgeCommit message (Expand)Author
1998-01-05Finishing merging 4.4BSD-Lite2 netinet. At this point, the only changesthorpej
1997-09-12Adjust packet len in mbuf header for incoming broadcasts.drochner
1997-07-28Make the following tunable via sysctl, inspired by BSD/OS:thorpej
1997-06-24Don't adjust ip->ip_len before calling icmp_error(); icmp_error() alreadythorpej
1997-01-11Implement the IP_RECVIF socket option: supply a datagram packet's incomingthorpej
1996-10-25In udp_output(), sanity check the length of the packet to be transmitted.thorpej
1996-10-16Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDBws
1996-09-30Add (and change) machine independent files for KGDB supportws
1996-09-16Make sure the sin_zero fields are filled.mycroft
1996-09-15Hash unconnected PCBs.mycroft
1996-09-09Add in_nullhost() and in_hosteq() macros, to hide some protocolmycroft
1996-05-23udp_output() doesn't actually take control data, so don't pretend it does.mycroft
1996-05-23Make sure the control mbufs are freed in all cases.mycroft
1996-05-23Fix a race condition in PRU_DISCONNECT.mycroft
1996-05-22Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ...mycroft
1996-05-20if the sender set a cksum, check it, regardless if we care tomrg
1996-03-16Fix printf format args.christos
1996-02-13netinet prototypeschristos
1996-01-31Build a hash table of PCBs. Hash function needs tweaking.mycroft
1995-11-21make netinet work on systems where pointers and longs are 64 bitscgd
1995-08-12splnet --> splsoftnetmycroft
1995-06-26fix typocgd
1995-06-18convert pcb lists to CIRCLEQs, so that the end can be looked at morecgd
1995-06-12Fix bogon in previous.mycroft
1995-06-12Change in_pcbnotify*() to take an errno value. Make inetctlerrmap[] anmycroft
1995-06-12Oops. Make source quench work again.mycroft
1995-06-12Various cleanup, including:mycroft
1995-06-04Clean up many more casts.mycroft
1995-06-01Avoid byte-swapping IP addresses at run time.mycroft
1995-04-13be a bit more careful and explicit with types. (basically a large no-op.)cgd
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft
1994-02-10Format police.mycroft
1994-02-02Multicast is no longer optional.hpeyerl
1994-01-10Should compile now with or without `options MULTICAST'.mycroft
1994-01-08More prototypes.mycroft
1994-01-08Slight rearrangement.mycroft
1994-01-08Prototypes.mycroft
1994-01-08Fix some inconsistent spacing; spaces at the end of lines, etc.mycroft
1993-12-18Canonicalize all #includes.mycroft
1993-12-06multicast support.hpeyerl
1993-05-22add include of select.h if necessary for protos, or delete if extraneouscgd
1993-05-18make kernel select interface be one-stop shopping & clean it all up.cgd
1993-03-21initial import of 386bsd-0.1 sourcescgd