summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* In preparation for turning on options VIMAGE in next commits,zec2009-04-261-0/+3
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-164-7/+7
* Update stats in struct icmpstat and icmp6stat using four newrwatson2009-04-121-4/+4
* Update stats in struct udpstat using two new macros, UDPSTAT_ADD()rwatson2009-04-121-3/+3
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-4/+4
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-111-3/+3
* Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UXweongyo2009-04-041-0/+3359
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-273-5/+9
* Move the include of vinet.h further up before the ipfilter includes.bz2009-02-271-3/+3
* Shuffle the vimage.h includes or add where missing.bz2009-02-271-1/+3
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-4/+1
* Revert my previous two changes.ed2009-01-251-0/+16
* Remove pfopen() and pfclose() entirely.ed2009-01-251-12/+0
* Remove unneeded checking for invalid minor numbers from pf(4).ed2009-01-251-4/+0
* Change __FreeBSD_version to prepare for merging r184102.jkim2009-01-211-1/+1
* Check for ipprotosw.h more precisely.bz2008-12-231-1/+3
* MFH @ 186335sam2008-12-204-18/+22
|\
| * This main goals of this project are:qingli2008-12-152-8/+10
| * Like for tcp_subr.c in r186057 make the MD5 context a function localbz2008-12-131-10/+10
| * Second round of putting global variables, which were virtualizedbz2008-12-131-0/+2
* | Merge WIP from p4:sam2008-12-131-440/+673
|/
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-15/+14
* - convert radix node head lock from mutex to rwlockkmacy2008-12-071-0/+2
* Rather than using hidden includes (with cicular dependencies),bz2008-12-028-2/+18
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-0183-195147/+0
* Unhide declarations of network stack virtualization structs fromzec2008-11-282-1/+3
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-14/+16
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-239-104/+109
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-211-0/+6
* Cache so_cred as inp_cred in the inpcb.bz2008-10-041-15/+5
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-027-0/+39
* Replace all calls to minor() with dev2unit().ed2008-09-272-3/+3
* Merge ath again (addition of wisoc files).rpaulo2008-09-053-0/+4829
|\
| * Flatten the vendor-sys/ath tree for future imports.rpaulo2008-08-2782-137923/+0
| * Workaround the detect-merge-conflicts.sh script and 's/^======$/&='.rpaulo2008-08-271-1/+1
* | Merge fix for P4 expansion from vendor branch.rpaulo2008-09-051-1/+1
* | Merge ath_hal 0.10.5.10 to head.rpaulo2008-08-2876-120629/+176586
* | I think we can remove the conditionals for freebsd 2.0 nowjulian2008-08-251-2/+0
* | Commit step 1 of the vimage project, (network stack)bz2008-08-178-52/+67
* | Merge state reuse for tcp.mlaier2008-08-041-0/+17
* | 2020447 IPFilter's NAT can undo name server random port selectiondarrenr2008-07-261-1/+3
* | Fix spelling error in commentjulian2008-07-241-1/+1
* | 2020447 IPFilter's NAT can undo name server random port selectiondarrenr2008-07-245-6/+51
* | Remove the oltr(4) driver. No one responded to calls for testing onjhb2008-07-0410-12482/+0
* | Make oltr(4) MPSAFE:jhb2008-07-044-145/+146
* | Fix range check for rtable id.mlaier2008-06-051-2/+2
* | Add code to allow the system to handle multiple routing tables.julian2008-05-093-8/+36
* | fix buildkmacy2008-05-061-3/+3
* | conditionally define PANIC_IFkmacy2008-05-051-0/+2
* | Import basic common and iwarp kernel RDMA infrastructure.kmacy2008-05-0532-0/+15395
OpenPOWER on IntegriCloud