summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Make LAG LACP fast timeout tunable through IOCTL.hiren2015-08-124-1/+22
* Use single 'lle_timer' callout in lltable instead ofmelifaro2015-08-112-10/+3
* Store addresses instead of sockaddrs inside llentry.melifaro2015-08-111-13/+13
* MFP r276712.melifaro2015-08-112-28/+48
* Rename rt_foreach_fib() to rt_foreach_fib_walk().melifaro2015-08-102-3/+11
* Partially merge r274887,r275334,r275577,r275578,r275586 to minimizemelifaro2015-08-102-25/+297
* MFP r274295:melifaro2015-08-083-63/+98
* MFP r274553:melifaro2015-08-082-82/+90
* Remove the mtx_sleep() from the kqueue f_event filter.loos2015-08-031-4/+4
* Add a KASSERT() to make sure we wont rotate the buffers twice (rotate theloos2015-08-031-0/+1
* looks like all archs either have clang or cdefs included before..jmg2015-08-021-2/+0
* convert to C11's _Static_assert, and pull in sys/cdefs.h forjmg2015-08-021-7/+5
* Remove two unnecessary sleeps from the hot path in bpf(4).loos2015-07-312-11/+5
* Remove the sleep from the buffer allocation routine.loos2015-07-311-5/+0
* Do not allocate the buffers at opening of the descriptor, because onceloos2015-07-311-13/+30
* Ansify if_stf.cae2015-07-311-24/+7
* temporarily fix build.. This isn't the final fix, and testing isjmg2015-07-311-0/+4
* Clean up this header file...jmg2015-07-311-18/+20
* Build if_stf(4) module only when both INET and INET6 support are enabled.ae2015-07-301-3/+0
* Follow r256586 and rename the kernel version of the Free() macro toloos2015-07-303-10/+10
* Eliminate the use of m_copydata() in gif_encapcheck().ae2015-07-291-3/+4
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.ae2015-07-292-3/+8
* Prevent null-pointer dereferencing.zec2015-07-201-3/+4
* * Address review (and add a bit myself).markm2015-07-121-1/+1
* Sync netmap sources with the version in our private tree.luigi2015-07-102-46/+117
* Fix if_loop so bpfwrite() can use it regardless of the state ofpkelsey2015-07-061-1/+1
* New AES modes for IPSec, user space components.gnn2015-07-031-0/+7
* Huge cleanup of random(4) code.markm2015-06-302-3/+3
* Another attempt to make this compile on more architectures after r284777.bz2015-06-251-2/+2
* Correct r284777 to use proper includes and remove dead code to unbreak kernel...eri2015-06-251-19/+4
* ALTQ FAIRQ discipline import from DragonFLYeri2015-06-245-1/+1065
* Fix endless recursion in sys/net/if.c's drbr_inuse_drv(), found by clangdim2015-06-231-1/+1
* Fix panic when adding vtnet interfaces to a bridgekp2015-06-131-5/+6
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-8/+8
* * Update SFF-8024 Identifier constants.melifaro2015-05-162-7/+17
* Add an ability accept encapsulated packets from different sources by oneae2015-05-151-1/+3
* Add new socket ioctls SIOC[SG]TUNFIB to set FIB number of encapsulatedae2015-05-123-4/+39
* Fix a panic when VIMAGE is enabled.hrs2015-05-121-0/+2
* Pass mtag argument into m_tag_locate() to continue the search fromae2015-05-061-1/+1
* After r281643 an #ifdef IFT_FOO preprocessor directive returns false,glebius2015-05-021-0/+16
* Currently there is no easy way to specify net.isr.maxthreads = all cpus. We needhiren2015-04-251-5/+10
* Don't propagate SIOCSIFCAPS from a vlan(4) to its parent. This leads toglebius2015-04-231-21/+0
* Move zlib.c from net to libkern.rodrigc2015-04-223-6663/+0
* Make IFMEDIA_DEBUG a kernel option.glebius2015-04-211-0/+2
* Move the definition of struct bpf_if to bpf.c.markj2015-04-202-16/+24
* Activate write-only optimization if bpf device opened with O_WRONLY.mav2015-04-201-1/+3
* Bring in if_types.h from projects/ifnet, where types areglebius2015-04-171-206/+211
* - Format copyright notices, VCS ids.glebius2015-04-1714-267/+53
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsglebius2015-04-1623-2/+14656
* Remove duplicate header entry.araujo2015-04-161-1/+0
OpenPOWER on IntegriCloud