summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a commentkevlo2007-03-211-1/+1
* make MSI-X the default and allocate up to mp_ncpus queues per portkmacy2007-03-214-59/+86
* add missing file from last commit that overhauls crypto/driver api'ssam2007-03-211-0/+55
* Overhaul driver/subsystem api's:sam2007-03-2120-713/+1117
* Don't call bus_deactivate_resource() explicitly before callingnyan2007-03-2114-80/+0
* Remove __Pkevlo2007-03-213-18/+18
* Remove firmware version flagskmacy2007-03-211-1/+0
* Add a new apic0 psuedo-device to claim memory resources for the memoryjhb2007-03-206-0/+162
* Synchronize with version 1.0.071 of Chelsio's common codekmacy2007-03-2010-57/+363
* Add a new ram0 pseudo-device that claims memory resouces for physicaljhb2007-03-202-0/+154
* - Add macros for newly added CPUID bits in the corresponding header files.jkim2007-03-204-4/+8
* Tweak the probe/attach order of devices on the x86 nexus devices.jhb2007-03-206-10/+10
* MFi386 1.173: Display two new Intel feature bits.jhb2007-03-201-2/+2
* Make the m_pullup() diagnostic message compile-time conditional on DIAGNOSTIC.bms2007-03-201-0/+2
* Increase default size of raw IP send and receive buffers to the same asbms2007-03-201-8/+2
* Put a temporary bandaid to set/reset uncacheable DMA region (affectedariff2007-03-202-17/+46
* Mark UFS as being MP-Safe in "options QUOTA" case too. Remove no morekib2007-03-202-19/+0
* - window update sacks sent incorrectly afterrrs2007-03-209-36/+33
* Adds missing flight size logging option for SCTP.rrs2007-03-201-0/+1
* cxgb_stop is only called from cxgb_ioctl so:kmacy2007-03-201-6/+7
* Fix tinderbox; ng_ether needs to see if_findmulti().bms2007-03-202-3/+3
* If we got an OBE/IBF event, we failed to re-enable the GPE. This wouldnjl2007-03-201-5/+14
* Implement reference counting for ifmultiaddr, in_multi, and in6_multibms2007-03-206-189/+411
* Revert couple of changes from 1.51 and 1.52. Reading link status with BMSRjkim2007-03-191-14/+12
* etherbroadcastaddr is now unused.thompsa2007-03-191-3/+0
* M_BCAST & M_MCAST are now set by ether_input before passing to the bridge.thompsa2007-03-191-7/+1
* Match up SYSCTL declaration style.andre2007-03-197-73/+83
* When we write extended attributes, assert that the inode hasn'tbrian2007-03-191-0/+3
* Match up SYSCTL_INT declarations in style.andre2007-03-191-2/+2
* Space to tab in SB_* defines to match with rest of file.andre2007-03-191-2/+2
* Clean up the ether_input() path by using the M_PROMISC flag.bms2007-03-191-120/+125
* Maintain a pointer and offset pair into the socket buffer mbuf chain toandre2007-03-193-3/+64
* Add a sysctl net.link.tap.up_on_open which defaults to zero; when itbms2007-03-191-1/+6
* Now <net/if_arp.h> is unused here.yar2007-03-191-1/+0
* Teach pfsync(4) that its member interfaces may go away.bms2007-03-192-0/+50
* if_vlan no more depends on INET.yar2007-03-191-5/+0
* Fix a nameless constant: 6 -> ETHER_ADDR_LENyar2007-03-191-1/+1
* Now that this driver uses ether_ioctl(), it no longer needsyar2007-03-191-6/+0
* Destroy channel DMA tag during resource cleanup.ariff2007-03-191-1/+4
* Adds a hash table to speed local address lookuprrs2007-03-195-7/+74
* - errno -> becomes error in sctp_output.c and sctputil.crrs2007-03-199-99/+155
* display two new Intel feature bitssam2007-03-191-2/+2
* Poll only while interrupt is disabled.simokawa2007-03-191-4/+6
* Wait SCLK to be stable after LPS enabled.simokawa2007-03-191-0/+2
* Bump __FreeBSD_version after changes to how insmntque(), getnewvnode(), andkensmith2007-03-191-1/+1
* Give a chance for packet to appear with a correct input interfacesrik2007-03-181-30/+50
* In IPv4 fast forwarding path, send ICMP unreachable messages forbms2007-03-181-1/+2
* Enforce sample size alignment on first direct-copy channel.ariff2007-03-181-5/+9
* Prefer more traditional spellings of some words in comments.rwatson2007-03-181-15/+15
* MFi386: revision 1.650nyan2007-03-181-1/+1
OpenPOWER on IntegriCloud