aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Kill EOL spaces.Maxim Konovalov2002-10-231-24/+23
* Use syslog for messages about dropped sessions, do not flood a console.Maxim Konovalov2002-10-231-1/+1
* fixed a kernel crash by "ifconfig stf0 inet 1.2.3.4"SUZUKI Shinsuke2002-10-221-5/+9
* Implement a new IP_SENDSRCADDR ancillary message type that permitsIan Dowse2002-10-212-4/+63
* Remove the "temporary connection" hack in udp_output(). In orderIan Dowse2002-10-211-23/+26
* Replace in_pcbladdr() with a more generic inner subroutine forIan Dowse2002-10-213-100/+136
* Fix two instances of variant struct definitions in sys/netinet:Poul-Henning Kamp2002-10-209-89/+52
* When a packet is multicast encapsulated, give labeled policies theRobert Watson2002-10-201-0/+5
* Split out most of the logic from in_pcbbind() into a new functionIan Dowse2002-10-202-36/+66
* Several malloc() calls were passing the M_DONTWAIT flagMaxime Henrion2002-10-191-3/+3
* last arg of in6?_gif_output() is not used any more.Hajimu UMEMOTO2002-10-172-3/+2
* de-__P().Alfred Perlstein2002-10-162-4/+4
* use encapcheck.Hajimu UMEMOTO2002-10-161-14/+0
* - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly.Hajimu UMEMOTO2002-10-162-29/+92
* Fix oops in my last commit, I was calculating a new length but then notMatthew Dillon2002-10-161-1/+1
* Get rid of checking for ip sec history. It is true that packets are notGuido van Rooij2002-10-161-5/+0
* correct PCB locking in broadcast/multicast case that was exposed by changeSam Leffler2002-10-161-1/+1
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-1614-92/+438
* Replace aux mbufs with packet tags:Sam Leffler2002-10-1619-105/+50
* Increase the max dummynet hash size from 1024 to 65536. Default is stillSean Chittenden2002-10-122-2/+8
* turn off debugging by default if bandwidth delay product limiting isMatthew Dillon2002-10-102-2/+2
* Update various comments mainly related to retransmit/FIN that IMatthew Dillon2002-10-101-6/+36
* Fix IPOPT_TS processing: do not overwrite IP address by timestamp.Maxim Konovalov2002-10-101-0/+2
* Since bpf is no longer an optional component, remove associated ifdef's.Maxim Sobolev2002-10-021-7/+2
* Include <sys/cdefs.h> so the visibility conditionals are available.Mike Barcroft2002-10-021-0/+2
* Use visibility conditionals. Only TCP_NODELAY ends up being definedMike Barcroft2002-10-021-1/+6
* Guido found another bug. There is a situation withMatthew Dillon2002-09-302-0/+2
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
* Slightly rearrange a code in rev. 1.164:Maxim Konovalov2002-09-231-4/+8
* s/__attribute__((__packed__))/__packed/gAlfred Perlstein2002-09-232-26/+26
* Fix issue where shutdown(socket, SHUT_RD) was effectivelyMike Silbersack2002-09-222-6/+20
* Use m_fixhdr() rather than roll our own.Poul-Henning Kamp2002-09-181-6/+2
* Guido reported an interesting bug where an FTP connection between aMatthew Dillon2002-09-172-10/+46
* Remove __RCSID().Maxim Sobolev2002-09-171-3/+0
* Explicitly clear M_FRAG flag on a mbuf with the last fragment to unbreakMaxim Konovalov2002-09-171-1/+2
* In rare cases when there is no room for ip options ip_insertoptions()Maxim Konovalov2002-09-171-1/+3
* Tempary fix for inet6. The final fix is to change in6_pcbnotify to take pcbin...Jennifer Yang2002-09-171-0/+2
* Remove superfluous break.Maxim Sobolev2002-09-101-1/+0
* Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GREMaxim Sobolev2002-09-091-1/+1
* Reduce namespace pollution by staticizing everything, which doesn't need toMaxim Sobolev2002-09-061-4/+4
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)Maxim Sobolev2002-09-063-0/+415
* Fixed namespace pollution in uma changes:Bruce Evans2002-09-051-2/+3
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of dependingBruce Evans2002-09-051-8/+6
* Add in_hosteq() and in_nullhost() macros to make life of developersMaxim Sobolev2002-09-041-0/+3
* some ipfilter files that accidently got imported hereDarren Reed2002-08-293-696/+0
* This commit was generated by cvs2svn to compensate for changes in r102514,Darren Reed2002-08-283-0/+696
|\
| * Update IP Filter kernel sourcevendor/ipfilter-sys/v3-4-16Darren Reed2001-02-0422-15110/+0
| * Import IP filter 3.4.13Darren Reed2000-10-298-48/+58
| * Import IP Filter 3.4.12 into kernel source treeDarren Reed2000-10-2614-192/+613