summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always lock the hash row of a source node when updating its 'states' counter.glebius2015-03-171-1/+0
* Add if_input_default() method, that will be used for if_inputae2015-03-121-0/+10
* Factor out mbuf hashing code from LAGG driver so that other networkhselasky2015-03-113-132/+21
* Reimplement support for userland core dump compression using a new interfacemarkj2015-03-091-7/+0
* Optimize SIOCGIFMEDIA handling removing malloc(9) and doubleglebius2015-03-041-58/+14
* Fix group membership of cloned interfaces when one is moved byhrs2015-03-023-8/+71
* Hide struct ifmultiaddr under _KERNEL, too.glebius2015-02-271-3/+0
* Handle SIOCSIFCAP by propogating the request to the parent interface. Thisdelphij2015-02-201-0/+21
* Now that all users of _WANT_IFADDR are fixed, remove this crutch andglebius2015-02-191-8/+2
* - Improve INET/INET6 scope.glebius2015-02-161-4/+4
* Toss declarations to fix regular build and NO_INET6 build.glebius2015-02-161-2/+1
* Commit a miss from r278843.glebius2015-02-161-0/+1
* Fix build.brd2015-02-161-0/+1
* Missed from r278831.glebius2015-02-161-0/+2
* Fix a panic when tearing down a vnet on a VIMAGE-enabled kernel.hrs2015-02-141-2/+9
* Improve the distribution of LAGG port traffic.will2015-01-232-13/+20
* Back out r276841, r276756, r276747, r276746. The change in r276747 is veryglebius2015-01-221-3/+4
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-185-1/+780
* Fix condition and really sort ports. Also add comment describingae2015-01-171-2/+7
* Eliminate SIOCGIFADDR handling in bpf.melifaro2015-01-161-14/+0
* Restore Ethernet-within-IP Encapsulation support that was broken afterae2015-01-101-24/+18
OpenPOWER on IntegriCloud