summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-5/+5
* In vnet_route_uninit(), free some memory that is allocated in vnet_route_init().rodrigc2013-11-251-0/+3
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* To support upcoming changes change internal API for source node handling:glebius2013-11-221-1/+5
* Add missing 'extern'.glebius2013-11-221-2/+2
* Allow ethernet drivers to pass in packets connected via the nextpkt pointer.gnn2013-11-181-4/+16
* Clean up the macros to avoid using casts.gnn2013-11-151-3/+4
* ANSIfy function defintions.ae2013-11-151-29/+8
* Put in the correct bit shifting and add a type to prevent clang from complain...gnn2013-11-141-3/+3
* Shift our OUI correctly.gnn2013-11-141-2/+2
* The FreeBSD Project now has its own, Ogranizationally Unique Identifier,gnn2013-11-141-0/+66
* Remove never used ioctls that originate from KAME. The proofglebius2013-11-114-91/+0
* Provide compat layer for OSIOCAIFADDR.glebius2013-11-061-0/+8
* Axe IFF_SMART. Fortunately this layering violating flag was never used,glebius2013-11-052-5/+3
* Drop support for historic ioctls and also undefine them, so that codeglebius2013-11-053-82/+3
* In complemence to ifa_add_loopback_route() and ifa_del_loopback_route()glebius2013-11-052-0/+20
* Remove net.link.ether.inet.useloopback sysctl tunable. It was always on byglebius2013-11-051-2/+0
* Restore the entropy gathering from the m_data pointer value, not theadrian2013-11-022-2/+2
* update to the latest netmap snapshot.luigi2013-11-011-122/+143
* Convert the random entropy harvesting code to use a const void * pointeradrian2013-11-013-3/+3
* Make struct ifnet readable and comprehensible again by groupingandre2013-10-311-48/+52
* Move all interface queue related structures, macros and definitionsandre2013-10-292-441/+492
* Style: s/SYS_EVENTHANDLER_H/_SYS_EVENTHANDLER_H_/gglebius2013-10-284-9/+9
* - Make the prophecy from 1997 happen and remove if_var.h inclusionglebius2013-10-282-32/+10
* Instead of putting ifnet declaration into eventhandler.h, moveglebius2013-10-282-0/+16
* Include necessary headers that now are available due to pollutionglebius2013-10-284-0/+4
* Provide forward declaration for struct ifnet. Consumersglebius2013-10-271-0/+2
* Almost all if_clone consumers do not care about if_clone_event.glebius2013-10-271-0/+2
* Move new pf includes to the pf directory. The pfvar.h remainglebius2013-10-275-317/+5
* Start splitting pfvar.h into internal and external parts.glebius2013-10-263-179/+253
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-2629-2/+31
* vnet.h needs to be included before raw_cb.h. Now it compiles due toglebius2013-10-252-2/+2
* Fix panic in the tap driver when a tap and vmnet interface weregrehan2013-10-241-1/+1
* Add a note that lacp_compose_key() should be updated, when new mediaae2013-10-211-1/+4
* Use the same actor key for media types of the same speed.ae2013-10-171-2/+39
* Fix long-standing issue with incorrect radix mask calculation.melifaro2013-10-163-83/+75
* Remove unused fields from radix_node_head.melifaro2013-10-161-9/+0
* Rename Free() macro to R_Free(). This matches R_Malloc() and has much lowerglebius2013-10-161-1/+1
* In the flowtable scanner, restart the scan at the last found position,emax2013-10-151-2/+5
* - Utilize counter(9) to accumulate statistics on interface addresses. Addglebius2013-10-153-4/+47
* Push some defines under _KERNEL, improve styling and comments.glebius2013-10-151-4/+4
* Remove ifa_mtx. It was used only in one place in kernel, and ifnet'sglebius2013-10-152-8/+2
* Remove ifa_init() and provide ifa_alloc() that will allocate and setupglebius2013-10-152-5/+14
* Hide 'struct ifaddr' definition from userland. Two tools left that use it,glebius2013-10-151-0/+3
* MFC - tracking commit.markm2013-10-093-1/+4
|\
| * There are some high performance NICs that count statistics in hardware,glebius2013-10-093-1/+4
| * Clear knlist before destroying it in tap(4) and tun(4). This fixes laterglebius2013-10-022-0/+2
* | Debug run. This now works, except that the "live" sources haven'tmarkm2013-10-062-2/+2
* | Snapshot. This passes the build test, but has not yet been finished or debugged.markm2013-10-042-2/+2
* | MFC - tracking commitmarkm2013-10-032-0/+2
|/
OpenPOWER on IntegriCloud