aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lualoader: Add a loaded hook for others to execute upon config loadKyle Evans2018-06-061-2/+6
* puc(4): Add provisional support for Exar XR17V352Conrad Meyer2018-06-061-0/+7
* clog.3, complex.3: Fix typos and igor style issuesConrad Meyer2018-06-062-14/+12
* Make some list functions RCU safe in the LinuxKPI.Hans Petter Selasky2018-06-061-12/+13
* Load balance sockets with new SO_REUSEPORT_LB option.Sean Bruno2018-06-0614-65/+531
* Rewrite code using atomic_fcmpset_int() in the LinuxKPI.Hans Petter Selasky2018-06-061-6/+7
* Implement the __add_wait_queue_entry_tail() function in the LinuxKPI.Hans Petter Selasky2018-06-061-0/+9
* Revert r334708Justin Hibbits2018-06-061-3/+0
* Implement the might_sleep_if() function macro in the LinuxKPI.Hans Petter Selasky2018-06-061-0/+4
* Rename two structure field members while keeping backwards compatibility inHans Petter Selasky2018-06-061-2/+8
* Implement the init_wait_entry() function macro in the LinuxKPI.Hans Petter Selasky2018-06-062-0/+14
* Implement the atomic_dec_if_positive() function in the LinuxKPI.Hans Petter Selasky2018-06-061-0/+16
* Implement the ktime_compare() and ktime_after() functions in the LinuxKPI.Hans Petter Selasky2018-06-061-0/+19
* Implement the rdmsrl_safe() function macro in the LinuxKPI.Hans Petter Selasky2018-06-061-0/+1
* Make in_delayed_cksum() be similar to IPv6 implementation.Andrey V. Elsukov2018-06-061-11/+7
* Add a memory barrier after taking a reference on the vnode holdcnt in _vholdJustin Hibbits2018-06-061-0/+3
* Use m_copyback() function to write delayed checksum when it isn't locatedAndrey V. Elsukov2018-06-061-12/+4
* top(1): fix err againEitan Adler2018-06-061-1/+1
* Use UDP len when calculating UDP checksumsTom Jones2018-06-061-5/+23
* top(1): make error message happyEitan Adler2018-06-061-1/+1
* Fix LINT-NOINET build.Andrey V. Elsukov2018-06-061-12/+6
* malloc: elaborate on r334545 due to frequent questionsMateusz Guzik2018-06-061-1/+37
* hwpmc: add summary command and further metadata extensionsMatt Macy2018-06-0617-33/+278
* Only create /var/log/sendmail.st if start sendmail.Brad Davis2018-06-062-2/+4
* Remove comments and assertions that are no longer valid after r330809.Ian Lepore2018-06-056-14/+4
* Rework if_gif(4) to use new encap_lookup_t method to speedup lookupAndrey V. Elsukov2018-06-055-560/+606
* Constify argument of in6_getscope().Andrey V. Elsukov2018-06-052-2/+2
* Rework IP encapsulation handling code.Andrey V. Elsukov2018-06-0516-634/+345
* Make Coverity more happy with r334545Eric van Gyzen2018-06-051-2/+2
* audit(4): add tests for open(2) and openat(2)Alan Somers2018-06-052-0/+194
* tcp_lro.h requires <netinet/in.h>, include it directly instead ofAndrey V. Elsukov2018-06-051-0/+1
* Handle -DNO_CLEAN builds across brk/sbrk rewrite in r334626Ed Maste2018-06-051-1/+2
* Make the v*printf() functions in libsa return int instead of void.Ian Lepore2018-06-052-8/+13
* Declare and set the global "system_highpri_wq" workqueue structure pointerHans Petter Selasky2018-06-052-0/+4
* Implement the INIT_DELAYED_WORK_ONSTACK() function macro in the LinuxKPI.Hans Petter Selasky2018-06-051-0/+3
* Define the __kernel_size_t type in the LinuxKPI.Hans Petter Selasky2018-06-051-0/+2
* Implement the task_pid_vnr() function macro in the LinuxKPI.Hans Petter Selasky2018-06-051-0/+1
* Add "access" function pointer to the "vm_operations_struct" structureHans Petter Selasky2018-06-051-2/+3
* Implement mul_u32_u32() function in the LinuxKPI.Hans Petter Selasky2018-06-051-0/+7
* Implement timer_setup() and from_timer() function macros in the LinuxKPI.Hans Petter Selasky2018-06-051-1/+14
* Issue:Ram Kishore Vegesna2018-06-051-2/+2
* Add vsnprintf() to libsa. Alpha-sort the printf prototypes in stand.h.Ian Lepore2018-06-052-1/+16
* Don't build brk_test on platforms that don't support brk().Mark Johnston2018-06-051-0/+2
* Enable high-speed on the card before increasing frequency on the controllerIlya Bakulin2018-06-051-8/+62
* usbdevs: sync from NetBSDEitan Adler2018-06-051-8/+73
* Since we don't enable BUF_TRACKING and FULL_BUF_TRACKING buffer debuggingKevin Lo2018-06-052-4/+0
* Add support for SIMCom SIM7600E.Kevin Lo2018-06-052-0/+2
* hwpmc: log name->pid, name->tid mappingsMatt Macy2018-06-0514-58/+355
* cxgbetool: Disallow negative values for numeric parameters.Navdeep Parhar2018-06-041-23/+28
* pmc stat: add debug option for intermediate stateMatt Macy2018-06-041-24/+36