summaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
AgeCommit message (Expand)Author
2003-12-04Dynamic sysctl.atatat
2003-10-23Remove all the code to maintain ia_inpcbs. This information was only used tomycroft
2003-10-18Fix indent.enami
2003-09-25Fix glaring errors in recent changes.mycroft
2003-09-12send icmp admin prohibit if socket policy mismatches.itojun
2003-09-04revamp inpcb/in6pcb so that they are more aligned with each other.itojun
2003-08-22remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output.itojun
2003-08-22change the additional arg to be passed to ip{,6}_output to struct socket *.itojun
2003-08-21Honour the M_CSUM_NO_PSEUDOHDR, if set on inbound TCP and UDP packets.jonathan
2003-08-15(fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, ifjonathan
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-06-15Change the way multicasts are kept. They now use a hash table in the samematt
2003-05-14always use PULLDOWN_TEST codepath.itojun
2003-02-26Add MBUFTRACE kernel option.matt
2003-01-19Remove variables that are only assigned too but not referenced.simonb
2002-08-14avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACEitojun
2002-06-30Changes to allow the IPv4 and IPv6 layers to align headers themseves,thorpej
2002-06-09whitespaceitojun
2002-05-12Eliminate commons.matt
2001-12-21comment and whitespace. sync with kameitojun
2001-11-13add RCSIDslukem
2001-11-07do not grab packet to joined multicast group, when ip6_dst and in6p_laddritojun
2001-11-04Convert netinet to not use the internal <sys/queue.h> field namesmatt
2001-11-02array boundary overflow on the use of IPv4 mapped address. from simonbitojun
2001-10-29Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h>simonb
2001-10-24remove unused codepath (unifdef -UUDP6)itojun
2001-10-15implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt.itojun
2001-09-17Split the pre-computed ifnet checksum flags into Tx and Rx directions.thorpej
2001-07-25allocate ipsec policy buffer attached to pcb in in*_pcballoc, beforeitojun
2001-07-25g/c #if 0'ed fragment. sync with kame.itojun
2001-07-17Add missing counting up of ``socket buffer is full'' counter whenenami
2001-07-03call in{,6}_pcbpurgeif0() before in{,6}_purgeif().itojun
2001-06-27fix udp reception to sockets bound to linklocal address (like fe80::1%lo0).itojun
2001-06-02Implement support for IP/TCP/UDP checksum offloading provided bythorpej
2001-05-31missing opt_inet.hsoda
2001-05-08correct faith prefix determination. use sys/netinet/if_faith.c:faithprefix()itojun
2001-01-24- record IPsec packet history into m_aux structure.itojun
2000-12-04more on previous (udp4 multicast fix)itojun
2000-12-04fix multicast inbound packet processing.itojun
2000-10-17be more friendly with INET-less build.itojun
2000-08-30minor typo. s/iPsec/IPsec/itojun
2000-07-24Drop packet, increment udps_badlen if the udp header length fieldsommerfeld
2000-07-07sync with kame.itojun
2000-07-06remove unnecessary #include <netkey/key_debug.h>. from kame.itojun
2000-06-28<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-03-30Remove register declarations.augustss
2000-03-30Delete reduncdant decl of inetctlerrmap - it's in <netinet/in_var.h>.simonb