aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-0469-69/+69
* Merge tcp_output:1.104 from HEAD to RELENG_5_3:Robert Watson2004-10-301-2/+2
* MFC r1.131:Bruce M Simpson2004-10-261-0/+1
* Merge kern_descrip.c:1.246, uipc_socket.c:1.214, uipc_usrreq.c:1.141,Robert Watson2004-10-212-0/+2
* Merge udp_usrreq.c:1.167 from HEAD to RELENG_5:Robert Watson2004-10-141-3/+3
* Merge raw_ip.c:1.145 from HEAD to RELENG_5:Robert Watson2004-10-141-20/+41
* MFC r1.78: further rule verification (against corrupt rules added by root).Brian Feldman2004-10-131-0/+5
* Merge tcp_output.c:1.103 from HEAD to RELENG_5:Robert Watson2004-10-121-2/+14
* Merge ip_mroute.c:1.109 to RELENG_5:Robert Watson2004-10-091-4/+7
* MFC pfil API change:Max Laier2004-10-036-19/+45
* MFC rev. 1.290: turn net.inet.ip.check_interface sysctl off by default.Maxim Konovalov2004-09-241-1/+1
* MFC 1.289: Proper bounds checking when initializing the ip_protox[] array.Andre Oppermann2004-09-231-4/+14
* MFC: Store IP source routing options in mtag instead of global variable.Andre Oppermann2004-09-234-39/+48
* MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associatedAndre Oppermann2004-09-225-48/+28
* MFC 1.129:Gleb Smirnoff2004-09-171-11/+5
* MFC 1.76: Return EINVAL when IPFIREWALL_FORWARD is not compiled into the kernel.Andre Oppermann2004-09-161-0/+4
* MFC 1.9: Don't prepend an already existing tag again.Andre Oppermann2004-09-161-3/+5
* MFC 1.20: Fix ip_input() fallback for the destination modified cases.Andre Oppermann2004-09-161-6/+4
* MFC: Make 'ipfw tee' behave as intended and designed.Andre Oppermann2004-09-161-11/+11
* MFC: Apply error and success logic consistently to the function netisr_queue()Andre Oppermann2004-09-151-1/+1
* MFC 1.229: Replace ifunit("lo0") with direct 'loif' pointer.Andre Oppermann2004-09-151-2/+2
* Allocate memory when dumping pipes with M_WAITOK flag.Pawel Jakub Dawidek2004-09-141-9/+33
* MFC: v1.230John-Mark Gurney2004-09-141-3/+1
* MFC rev.1.75: recover normal behavior: return EINVAL to attemptMaxim Konovalov2004-09-131-2/+5
* MFC netinet/ip_mroute.c v.1.107Christian S.J. Peron2004-09-022-0/+18
* Merge udp_usrreq.c:1.164 and udp_usrreq.c:1.165 to RELENG_5:Robert Watson2004-08-301-4/+9
* Fix a standalone module build.Ruslan Ermilov2004-08-262-1/+5
* MT5 udp_usrreq.c:1.163:Robert Watson2004-08-221-25/+35
* MT5 in_pcb.c:1.154:Robert Watson2004-08-221-1/+1
* Almost an oops, local mirror hadn't caught up with the last versionKen Smith2004-08-201-1/+1
* Last nit to MFC, rev 1.5: fix typo (extra semi-colon).Ken Smith2004-08-201-1/+1
* MFC balance of ipfw fixes. Revs being MFC-ed:Ken Smith2004-08-205-4/+18
* MFC: Fix the kernel compile when not using PFIL_HOOKS and IPSEC.Scott Long2004-08-182-1/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-08-1819-15756/+0
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandAndre Oppermann2004-08-1714-836/+648
* White space cleanup for netinet before branch:Robert Watson2004-08-1632-674/+674
* Put the 'antispoof' opcode in the proper place in the opcode list suchDavid E. O'Brien2004-08-161-1/+1
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-148-46/+23
* Fix outgoing ICMP on global instance.Poul-Henning Kamp2004-08-141-5/+5
* Add the ability to associate ipfw rules with a specific prison ID.Christian S.J. Peron2004-08-122-2/+14
* In tcp6_ctlinput, lock tcbinfo around the call to syncache_unreachDavid Malone2004-08-122-0/+4
* Fix two cases of incorrect IPQ_UNLOCK'ing in the merged ip_reass() function.Andre Oppermann2004-08-121-2/+2
* When udp_send() fails, make sure to free the control mbufs as well asRobert Watson2004-08-121-0/+2
* Backout removal of UMA_ZONE_NOFREE flag for all zones which are establishedAndre Oppermann2004-08-116-12/+12
* Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP andAndre Oppermann2004-08-117-13/+13
* Make use of in_localip() function and replace previous direct LIST_FOREACHAndre Oppermann2004-08-111-45/+39
* Add the function in_localip() which returns 1 if an internet address is forAndre Oppermann2004-08-112-0/+18
* Only invoke verify_path() for verrevpath and versrcreach when we have an IP p...Andre Oppermann2004-08-111-4/+4
* Only check for local broadcast addresses if the mbuf is flagged with M_BCAST.Andre Oppermann2004-08-111-1/+2
* Consistently use NULL for pointer comparisons.Andre Oppermann2004-08-112-21/+21