summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor change to the macros to make sure that if an AF is passed that is neith...gnn2015-04-151-6/+5
* Document internal interface types which are specific to FreeBSD.gnn2015-04-141-6/+6
* Redo r274966. Instead of global all-interface all-vnet undocumented sysctl,glebius2015-04-101-9/+4
* Revert 281276 as unnecessary. Proper change to be committedgnn2015-04-091-18/+5
* Add support for a netisr polling tunable, which allows run time switching ofgnn2015-04-081-5/+18
* ifmedia changes:erj2015-04-074-8/+174
* Fix a possible mbuf leak on interface departure.ae2015-03-261-1/+5
* Fix couple of fallouts from r280280. The first one is a simple typo,glebius2015-03-251-2/+1
* Make vlan_config() the signle point of validity checks.glebius2015-03-201-33/+12
* In vlan_clone_match_ethervid():glebius2015-03-201-33/+33
* Tiny comment fix.glebius2015-03-201-1/+1
* Now, when r272244 introduced counter(9) based counters for all interfaces,glebius2015-03-201-57/+9
OpenPOWER on IntegriCloud