summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Use KTR_INET for MROUTING CTRs.bms2009-04-291-1/+1
* Cut over to KTR_INET for CTR.bms2009-04-291-3/+6
* Do not assume that ip6_moptions is always set, it isbms2009-04-291-1/+2
* Fix a problem whereby enqueued IGMPv3 filter list changes would bebms2009-04-291-10/+17
* Don't require packet to match a route (any route; this information wasn'ttrasz2009-04-282-1/+22
* Optimize packet flow: if net.inet.ip.fw.one_pass != 0 and packet wasoleg2009-04-272-14/+13
* In preparation for turning on options VIMAGE in next commits,zec2009-04-2610-44/+55
* Acquire IF_ADDR_LOCK() around most iterations over ifp->if_addrheadrwatson2009-04-261-0/+17
* Expand coverage of IF_ADDR_LOCK() in in_control() from point of initialrwatson2009-04-251-31/+81
* In in_purgemaddrs(), remove the inm being freed from the address listrwatson2009-04-241-1/+1
* Relocate permissions checking code in in_control() to before the bodyrwatson2009-04-241-14/+25
* Reorganize in_control() so that invariants are more obvious, and sorwatson2009-04-231-33/+51
* Bracket struct mfc and struct rtdetq with #ifdef _KERNEL.bms2009-04-211-1/+5
* remove IFF_ASSERTGIANTbms2009-04-211-13/+0
* Prefer actual field names (if_addrhead, ifa_link) to macros aliasingrwatson2009-04-202-2/+2
* In ip_input(), cache the received mbuf's network interface in a localrwatson2009-04-201-16/+23
* In icmp_reflect(), acquire the inteface address list lock whenrwatson2009-04-201-12/+28
* Lock the interface address list when searching for a matching interfacerwatson2009-04-191-5/+13
* In divert_packet(), lock the interface address list before iterating overrwatson2009-04-191-1/+5
* Lock interface address lists in in_pcbladdr() when searching for arwatson2009-04-191-1/+12
* Protect against some writer-writer races in in_control() by acquiringrwatson2009-04-191-3/+7
* Now that IFF_NEEDSGIANT has been removed from the networkbms2009-04-191-48/+3
* - Allocate a small flowtable in ip_input.c (changeable by tuneable)kmacy2009-04-193-2/+19
* s/void/void */kmacy2009-04-161-1/+1
* restore spare pointers for MFCingkmacy2009-04-161-2/+3
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-164-9/+12
* - convert pspare pointers in inpcb to an llentry and rtentry cachekmacy2009-04-151-1/+4
* - add second flags field to to inpcbkmacy2009-04-151-4/+7
* provide additional convenience macros for inpcb locking (upgrade, downgrade, ...kmacy2009-04-151-1/+4
* make LLTABLE visible to netinetkmacy2009-04-152-2/+2
* add an llentry to struct route{_in6} to allow it to be passed around withkmacy2009-04-151-0/+1
* Add missing address lock when we look at the ifa listrrs2009-04-141-4/+4
* Move the flight size reduction to right afterrrs2009-04-141-22/+22
* Put TCPSTAT_ADD() and TCPSTAT_INC() behind _KERNEL.rwatson2009-04-121-0/+2
* Update stats in struct carpstats using two new macros: CARPSTATS_ADD()rwatson2009-04-122-20/+25
* Update stats in struct pimstat using two new macros: PIMSTAT_ADD()rwatson2009-04-122-16/+21
* Update stats in struct mrtstat using two new macros: MRTSTAT_ADD()rwatson2009-04-122-15/+19
* Update stats in struct igmpstat using two new macros:rwatson2009-04-122-29/+34
* Update stats in struct icmpstat and icmp6stat using four newrwatson2009-04-123-17/+27
* Update stats in struct udpstat using two new macros, UDPSTAT_ADD()rwatson2009-04-122-11/+16
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-1111-88/+93
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-1111-128/+132
* What's the point of adjusting a checksum if we are going to toss thepiso2009-04-111-7/+4
* Plug two bugs introduced with modules conversion:piso2009-04-112-7/+5
* Remove stale comments.piso2009-04-111-3/+0
* Introduce vnet module registration / initialization framework withzec2009-04-112-0/+30
* Import "flowid" support for serializing flows across transmit queueskmacy2009-04-103-2/+15
* Add emulation of delay profiles, which lets you model variousluigi2009-04-092-20/+146
* Fix a FR bug. When doing PR-SCTP with number rtxrrs2009-04-081-13/+19
* Add more padding and a new variable. This willrrs2009-04-082-6/+6
OpenPOWER on IntegriCloud