summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Simplify filling sockaddr_dl structure for if_resolvemulti()melifaro2014-01-188-80/+61
* forgot to update this file in 2607000luigi2014-01-171-42/+88
* use explicit casts with void* to compile when included by C++ codeluigi2014-01-111-3/+6
* Simplify inet alias handling code: if we're adding/removing alias whichmelifaro2014-01-103-22/+11
* Split rt_newaddrmsg_fib() into two different functions.melifaro2014-01-093-79/+187
* Constanly use RT_ALL_FIBS everywhere instead of -1.melifaro2014-01-083-10/+10
* Remove dead code.melifaro2014-01-071-2/+0
* Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.melifaro2014-01-073-9/+7
* Partially fix IPv4 interface routes deletion in RADIX_MPATH.melifaro2014-01-062-8/+11
* It is 2014 and we have a new version of netmap.luigi2014-01-062-193/+377
* Change semantics for rnh_lookup() function: nowmelifaro2014-01-045-103/+115
* Remove useless register variable modifiers.melifaro2014-01-031-105/+71
* Convert #defines to enums so that the values are visible in the debugger.gnn2014-01-021-120/+126
* Multi-queue NIC drivers and multi-port lagg tend to use the same lowerscottl2013-12-303-4/+15
* Simplify contiguous mask checking.melifaro2013-12-171-10/+8
* split netmap code according to functions:luigi2013-12-152-49/+279
* Add constants for use in interrogating various fiber and copper connectorsgnn2013-11-271-0/+433
* Fix build.glebius2013-11-271-1/+1
* Fix macro name in comment.pluknet2013-11-261-1/+1
* 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
OpenPOWER on IntegriCloud