summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Collapse)AuthorAgeFilesLines
* MFC r281502:delphij2015-04-271-2/+2
| | | | Sync with OpenBSD: Use volatile instead of __volatile__.
* MFC: r281396, r281475jkim2015-04-1878-1118/+1488
| | | | | | Merge ACPICA 20150410. Relnotes: yes
* MFC r272444 (by jkim):dim2015-04-04316-7520/+22338
| | | | | | | | | | | Merge ACPICA 20140926. MFC r278970 (by jkim): Merge ACPICA 20141107 and 20150204. Approved by: jkim Relnotes: yes
* MFC r278551:kevlo2015-02-222-443/+443
| | | | | Add preliminary support for the Ralink RT5390 and RT5392 chipsets. Committed over the D-Link DWA-525 rev A2 on amd64 with WPA.
* MFC r278348:dim2015-02-101-2/+2
| | | | | | | | | Fix a number of -Wcast-qual warnings in ath's ar9300_attach.c, by making the ia_array field of struct ar9300_ini_array const, and removing the const-dropping casts. No functional change. Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D1725
* MFC r275199.cy2014-12-102-2/+2
| | | | Correctly define constants.
* MFC r275003:kevlo2014-12-011-4/+8
| | | | Add missing headers needed by write().
* MFC r274744.cy2014-11-281-0/+11
| | | | | | | | | | | | | | | | Set the current vnet inside the ioctl handler for ipfilter. Without this fix, the vnet was NULL and would crash. This fix is similar to what was done inside the ioctl handler for PF. Tested by: (1) Boot a kernel with "options VIMAGE" enabled (2) Type: echo "map lo0 from 10.0.0.0/24 to ! 10.0.0.0/24 -> 127.0.0.1/32" > /etc/ipnat.rules ; service ipnat onerestart PR: 176992 Differential Revision: https://reviews.freebsd.org/D1191
* MFC r262606, r262607, r262608, r262609, r262610, r269528, r269609, r271133:ian2014-10-2676-10883/+0
| | | | | | | | - Move imported dts source from sys/contrib/dts/ to sys/gnu/dts. - Fix some missing properties. - Import dts-related header files. - Update everything to latest vendor branch representing 3.17-rc2 level of Linux DTS API.
* MFC r273135:hselasky2014-10-181-1/+0
| | | | | | | | | | | | | | | | | Update the OFED Linux compatibility layer and Mellanox hardware driver(s): - Properly name an inclusion guard - Fix compile warnings regarding unsigned enums - Add two new sysctl nodes - Remove all empty linux header files - Make an error printout more verbose - Use "mod_delayed_work()" instead of cancelling and starting a timeout. - Implement more Linux scatterlist functions. Sponsored by: Mellanox Technologies
* MFC r272555cy2014-10-121-2/+4
| | | | | | | | ipfilter bug #537 NAT rules with sticky have incorrect hostmap IP address. This fixes when an IP address mapping is put in the hostmap table for sticky NAT rules, it ends up having the wrong byte order. Obtained from: ipfilter CVS repo (r1.102), NetBSD CVS repo (r1.12)
* MFC r272554cy2014-10-121-3/+3
| | | | | | ipfilter bug #534 destination list hashing not endian neutral Obtained from: ipfilter CVS repo (r1.26), NetBSD CVS repo (r1.8)
* MFC r272553cy2014-10-121-3/+2
| | | | | | ipfilter bug #538 ipf_p_dns_del should return void Obtained from: ipfilter cvs repo (r1.8)
* MFC r272552cy2014-10-121-11/+34
| | | | | | | ipfilter bug #554 Determining why a ipf rule matches is hard -- replace ipfilter rule compare with new ipf_rule_compare() function. Obtained from: ipfilter CVS rep (r1.129)
* MFC r272551cy2014-10-121-0/+12
| | | | | | ipfiler bug #550 filter rule list corrupted with inserted rules Obtained from: ipfilter CVS repo (r1.128); NetBSD CVS repo (r1.15)
* MFC r272052cy2014-10-121-5/+33
| | | | | | ipfilter bug #558 add in some missing frag table function comments. Obtained from: ipfilter CVS repo (r1.36)
* MFC r271980cy2014-10-121-2/+2
| | | | | | | Check for NULL before de-refencing; in particular sel is assigned to NULL, in the default case, and then couple of lines down we do sel-> Obtained from: NetBSD CVS repo (r1.5)
* MFC r270710 and r270821:hselasky2014-09-041-2/+0
| | | | | | | | | | | | | | | - Update the OFED Linux Emulation layer as a preparation for a hardware driver update from Mellanox Technologies. - Remove empty files from the OFED Linux Emulation layer. - Fix compile warnings related to printf() and the "%lld" and "%llx" format specifiers. - Add some missing 2-clause BSD copyrights. - Add "Mellanox Technologies, Ltd." to list of copyright holders. - Add some new compatibility files. - Fix order of uninit in the mlx4ib module to avoid crash at unload using the new module_exit_order() function. Sponsored by: Mellanox Technologies
* MFC r269585 - Honour WITH and WITHOUT_INET6_SUPPORT.cy2014-08-081-0/+4
| | | | Approved by: glebius (mentor - implicit)
* MFC r268532 and r268585. When world and kernel are built without INET6cy2014-07-211-4/+0
| | | | | | | support, the userland was still built with INET6 turned on. PR: 190964 Approved by: glebius (mentor, implicit)
* MFC r267372-267374: fix various misimplementation of instructions.delphij2014-07-011-14/+25
| | | | Submitted by: Wolf Ramovsky <wolf.ramovsky gmail.com>
* MFC r267634: Fix case where fastroute or "to interface" is used withcy2014-06-251-1/+1
| | | | | | | | incorrect FIB. PR: 183065 Submitted by: p-freebsd-bugs@ziemba.us Approved by: glebius (mentor)
* MFC r266605.cy2014-06-031-8/+6
| | | | | | | | Move mutex creation from ipf_log_soft_init() to ipf_log_soft_create() to be consistent with mutex destruction in ipf_log_soft_destroy(). As a result mutex destruction in ipf_log_soft_fini() is redundant. Approved by: glebius (mentor)
* MFC r264235:cy2014-05-295-87/+117
| | | | | | | | | | Implement the final missing sysctls by moving ipf_auth_softc_t from ip_auth.c to ip_auth.h. ip_frag_soft_t moves from ip_frag.c to ip_frag.h. mlfk_ipl.c creates sysctl MIBs that reference control blocks that are dynamically created when IP Filter is loaded. This necessitated creating them on-the-fly rather than statically at compile time. Approved by: glebius (mentor)
* MFC r257543, r264912, r264972, r264982 and r266472:hselasky2014-05-231-0/+312
| | | | | | | | | - Add preliminary support for the Realtek RTL8188EUS and RTL8188ETV chipsets. - Add device ID for 'Sanoxy 802.11N' USB - Initialize rssi variable. - Fix gcc build, initialize off variable. - The DELAY() should not be used in USB drivers. - The usb_pause_mtx() function takes ticks and not milliseconds as last argument.
* MFC r262591, r262592, r262593, r262597, r262598, r262599, r262600, r262601,ian2014-05-1676-0/+10883
| | | | | | | | | | | | | | | | | | r262606 Initial import of Linux/Vendor DTS files for various embedded boards. Initial import of DTS files from Linux Correct initial import script New AT91 devices or fdt probe added to existing devices. Some of these are just stubs for testing the new dts. - nand - SDRAMC - shdwc - tcb - usb host and gadget
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-1/+1
| | | | | | | | | | - Remove rt_metrics_lite and simply put its members into rtentry. - Use counter(9) for rt_pksent (former rt_rmx.rmx_pksent). This removes another cache trashing ++ from packet forwarding path. - Create zini/fini methods for the rtentry UMA zone. Via initialize mutex and counter in them. - Fix reporting of rmx_pksent to routing socket. - Fix netstat(1) to report "Use" both in kvm(3) and sysctl(3) mode.
* Bulk sync of pf changes from head, in attempt to fixup broken build Iglebius2014-03-128-6/+25
| | | | | | | | | made in r263029. Merge r257186,257215,257349,259736,261797. These changesets split pfvar.h into several smaller headers and make userland utilities to include only some of them.
* MFC r256717:kevlo2013-12-311-185/+185
| | | | Update firmware for run(4) to version 0.33.
* MFC r256470:np2013-10-214-708/+1173
| | | | | | | | Update krping to the latest upstream code. Move all the FreeBSD specific parts to krping_dev.c, which leaves the other files as close to their upstream versions as possible. Approved by: re (glebius)
* MFC r256467:np2013-10-2127-13178/+0
| | | | | | | | Delete all of the old RDMA code (except krping, which was switched to use sys/ofed some time back). This has been sitting around as dead code in the tree for a very long time. Approved by: re (hrs)
* Initialize a variable in sys/contrib/ipfilter/netinet/ip_tftp_pxy.c, todim2013-10-101-1/+1
| | | | | | | silence a gcc warning. Approved by: re (rodrigc) X-MFC-With: r255332
* Initialize a variable in sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c, todim2013-10-091-1/+1
| | | | | | | silence a gcc warning. Approved by: re (gjb) X-MFC-With: r255332
* Update OFED to Linux 3.7 and update Mellanox drivers.alfred2013-09-291-15/+59
| | | | | | | | | | | | | | | | | | | | | | | Update the OFED Infiniband core to the version supplied in Linux version 3.7. The update to OFED is nearly all additional defines and functions with the exception of the addition of additional parameters to ib_register_device() and the reg_user_mr callback. In addition the ibcore (Infiniband core) and ipoib (IP over Infiniband) have both been made into completely loadable modules to facilitate testing of the OFED stack in FreeBSD. Finally the Mellanox Infiniband drivers are now updated to the latest version shipping with Linux 3.7. Submitted by: Mellanox FreeBSD driver team: Oded Shanoon (odeds mellanox.com), Meny Yossefi (menyy mellanox.com), Orit Moskovich (oritm mellanox.com) Approved by: re
* Address double init of ip_log mutex, fixing a panic after ipfilter iscy2013-09-211-1/+1
| | | | | | | re-enabled following it being disabled. Approved by: glebius (mentor) Approved by: re (blanket)
* Enable main ipfilter sysctl MIBs.cy2013-09-211-28/+26
| | | | | Approved by: glebius (mentor) Approved by: re (blanket)
* Convert ipfilter from timeout(9) to callout(9).cy2013-09-212-4/+14
| | | | | | Submitted by: jhb Approved by: glebius (mentor) Approved by: re (blanket)
* Remove additional non-FreeBSD code.cy2013-09-211-25/+2
| | | | | Approved by: glebius (mentor) Approved by: re (blanket)
* Fix !INET6 build.glebius2013-09-071-1/+1
|
* Update ipfilter 4.1.28 --> 5.1.2.cy2013-09-0645-12884/+32595
|\ | | | | | | | | Approved by: glebius (mentor) BSD Licensed by: Darren Reed <darrenr@reed.wattle.id.au> (author)
| * As per the developers handbook (5.3.1 step 1), prepare the vendor trees forcy2013-07-1943-40513/+0
| | | | | | | | | | | | | | | | import of new ipfilter vendor sources by flattening them. To keep the tags consistent with dist, the tags are also flattened. Approved by: glebius (Mentor)
* | Add firmware for Centrino 2200-N wireless devices.gnn2013-08-281-0/+12250
| | | | | | | | Driver software for this firmware will be updated in a following commit.
* | drm/radeon: Import the Radeon KMS driverdumbbell2013-08-2597-0/+32767
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This driver is based on Linux 3.8 and a previous effort by kan@. More informations about this project can be found on the FreeBSD wiki: https://wiki.freebsd.org/AMD_GPU The driver is split into: sys/dev/drm2: The driver sources. sys/modules/drm2/radeonkmw: The driver main kernel module's Makefile. sys/modules/drm2/radeonkmsfw: All firmware kernel module Makefiles. There's one directory and one Makefile for each firmware. sys/contrib/dev/drm2/radeonkmsfw: All firmware binary sources. tools/tools/drm/radeon Tools to update firmwares or regenerate some headers. Merging the driver to FreeBSD 9.x may be possible but not a priority for now. Help from: kib@, kan@ Tested by: avg@, kwm@, ray@, Alexander Yerenkow <yerenkow@gmail.com>, Anders Bolt-Evensen <andersbo87@me.com>, Denis Djubajlo <stdedjub@googlemail.com>, J.R. Oldroyd <fbsd@opal.com>, Mikaël Urankar <mikael.urankar@gmail.com>, Pierre-Emmanuel Pédron <pepcitron@gmail.com>, Sam Fourman Jr. <sfourman@gmail.com>, Wade <wade-is-great@live.com>, (probably other I forgot...) HW donations: kyzh, Yakaz
* | Merge ACPICA 20130823.jkim2013-08-2341-105/+1070
| |
* | Assorted fixes to krping. Disconnect the rest of sys/contrib/rdma fromnp2013-08-233-7/+22
| | | | | | | | | | | | | | | | the build while here. sys/ofed has more recent RDMA code and should be used instead. We should probably move krping out of sys/contrib/rdma and get rid of the rest of it. Obtained from: Chelsio
* | Add firmware for the Intel 2030 and variants.adrian2013-08-111-0/+24904
| | | | | | | | | | Submitted by: Cedric GROSS <cg@gross.info> Obtained from: Linux, Intel
* | Remove a now-unused firmware.adrian2013-08-111-7833/+0
| |
* | Update the 6000g2a image.adrian2013-08-111-0/+30188
| | | | | | | | Obtained from: Linux, Intel
* | Realtek's RTL8712 firmware blob needed by the upcoming rsu(4) driver.rpaulo2013-07-291-0/+2149
| |
* | Merge ACPICA 20130725.jkim2013-07-2624-634/+1533
| |
OpenPOWER on IntegriCloud