summaryrefslogtreecommitdiff
path: root/sys/netinet6/ipsec.c
AgeCommit message (Expand)Author
2009-12-30Collapse identical switch cases.elad
2009-05-07Remove some more "priv" variable usage in favor of kauth(9) calls.elad
2009-05-06Remove some usage of "priv" and "privileged" variables and instead passelad
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-19Correct two more bungled bcopy() -> memcpy() conversions.he
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-10-11Move uidinfo to its own module in kern_uidinfo.c and include in rump.pooka
2008-06-27remove undeclared caddr_t. makes i386 ALL kernel build again.cegger
2008-06-27Verify icmp type and code in IPSEC rules.mlelstv
2008-05-04Simplify the interface to netstat_sysctl() and allocate space forthorpej
2008-04-23Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> andthorpej
2008-04-15Make ip6 and icmp6 stats per-cpu.thorpej
2008-04-12Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collatedthorpej
2008-04-08Change IPv6 stats from a structure to an array of uint64_t's.thorpej
2008-04-07Change IP stats from a structure to an array of uint64_t's.thorpej
2008-02-06ip_newid() -> ip_newid(NULL) due to Matt Thomas' commit some hours ago;bjs
2007-12-20Poison struct route->ro_rt uses in the kernel by changing the namedyoung
2007-11-16Note danger of dangling pointers.dyoung
2007-07-10fix printf format.christos
2007-07-09ipsec4_splithdr: If m_len is too short, printf and drop it instead ofgdt
2007-05-23fix typos in previouschristos
2007-05-23Ansify + add a few comments, from Karl Sjödahlchristos
2007-05-02Eliminate address family-specific route caches (struct route, structdyoung
2007-03-25Make an exact match when we are looking for a cached sp for an unconnecteddegroote
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-12-20do not compare ipv6 ipsec tunnel addresses against uninitialized data.mlelstv
2006-12-15Introduce new helper functions to abstract the route caching.joerg
2006-12-09Here are various changes designed to protect against bad IPv4dyoung
2006-12-02Use the queue(3) macros instead of open-coding them. Shortendyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-02-25Fix some typos.wiz
2006-01-21Better support of IPv6 scoped addresses.rpaulo
2005-12-11merge ktrace-lwp.christos
2005-09-09PR/25658: Steve Woodford: Default value of net.inet.ipsec.dfbit breaks PMTUchristos
2005-08-18- introduce M_MOVE_PKTHDR and use it where appropriate.yamt
2005-05-07PR/30154: YAMAMOTO Takashi: tcp_close locking botchchristos
2005-03-09correct mistake reported by VANHULLEBUS Yvanitojun
2005-02-26nuke trailing whitespaceperry
2004-10-27remove extra code mistakenly committeditojun
2004-10-27missing break; Emmanuel Dreyfusitojun
2004-05-25Sysctl descriptions under net subtree (net.key not done)atatat
2004-04-20remove duplicated #include. PR 25234itojun
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-03-02Augment the PCB cache with a "hint" that can be used to short-circuitthorpej