summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Extern declarations in C files loses compile-time checking thatae2014-12-254-20/+19
* Remove if_stf.h. It contains only one function declaration used by if_stf(4).ae2014-12-232-41/+3
* Remove in_gif.h and in6_gif.h files. They only contain functionae2014-12-231-2/+10
* Provide a dead version of if_get_counter.jhb2014-12-121-0/+8
* Remove unneded check. No need to do m_pullup to the size that we prepended.ae2014-12-021-2/+0
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-016-10/+14
* After r275196 unbreak NOIP and NOINET kernels by hiding an otherwisebz2014-11-283-0/+6
* Fix build broken by r275195.melifaro2014-11-271-1/+3
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -melifaro2014-11-275-32/+42
* Do not try to copy header to @dst and than back to ethernet in case ofmelifaro2014-11-271-15/+7
* Add a sysctl `net.link.tap.deladdrs_on_close' to configure whether tapphilip2014-11-241-1/+6
* Finish r274175: do control plane MTU tracking.melifaro2014-11-173-4/+102
* Revert r274585: rte lock is properly destroyed in uma dtor callback.melifaro2014-11-161-1/+0
* Make witness happy: destroy rte lock before free.melifaro2014-11-161-0/+1
* Fix some minor TSO issues:hselasky2014-11-112-14/+15
* Move struct ether_vlan_header to ethernet.h, out of if_vlan_var.h,glebius2014-11-112-16/+19
* return kernel-supplied error if available.luigi2014-11-101-2/+3
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-092-332/+0
* Remove remnants of if_ef(4).glebius2014-11-091-5/+0
* Use standard mtx(9), rwlock(9), sx(9) system initialization macrosglebius2014-11-094-28/+4
* After r274246 make the tree compile again.bz2014-11-081-0/+3
* ifindex_alloc_locked() never fails and doesn't have no-lock version,glebius2014-11-081-16/+5
* Overhaul if_gre(4).ae2014-11-073-806/+1422
* Remove struct arpcom. It is unused by most interface types, that allocateglebius2014-11-076-108/+10
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-076-78/+16
* Remove useless structure ifindex_entry.glebius2014-11-071-12/+8
* Fix build.melifaro2014-11-061-1/+1
* Finish r274118: remove useless fields from struct domain.melifaro2014-11-061-6/+1
* Make checks for rt_mtu generic:melifaro2014-11-067-60/+28
* Clarify TSO segment limit comment and remove two TABs to make lines ahselasky2014-11-031-3/+6
* This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-302-4/+2
* Replace some calls to fuword() by fueword() with proper error checking.kib2014-10-281-1/+2
* The SYSCTL data pointers can come from userspace and must not behselasky2014-10-281-5/+8
* Remove redundant check and m_pullup() call.ae2014-10-241-2/+0
* Move if_get_counter initialization from if_attach into if_alloc.ae2014-10-231-6/+2
* since we cast a pointer, use the correct signednessluigi2014-10-221-1/+1
* Use the size of the Ethernet address, not the entire header, whenbryanv2014-10-211-1/+1
* Add vxlan interfacebryanv2014-10-202-0/+3237
* * Remove route caching in if_stf.melifaro2014-10-171-75/+20
* - Fix lladdr configuration which could prevent LACP mode from working.hrs2014-10-171-48/+40
* Add more ifdefs. SIOC*_IN6 are defined only with INET6.ae2014-10-141-0/+6
* Move memset under ifdef INET6.ae2014-10-141-1/+1
* Overhaul if_gif(4):ae2014-10-142-460/+501
* Virtualize if_epair(4). An if_xname check for both "a" and "b" interfaceshrs2014-10-101-6/+30
* When tunneling interface is going to insert mbuf into netisr queue after stri...ae2014-10-081-0/+1
* Our packet filters use mbuf's rcvif pointer to determine incoming interface.ae2014-10-071-0/+4
* Virtualize if_edsc(4).hrs2014-10-051-18/+33
* Virtualize if_disc(4) cloner.hrs2014-10-051-11/+23
* Virtualize if_bridge(4) cloner.hrs2014-10-051-72/+126
* Use printb() for boolean flags in ro_opts and actor_state for LACP.hrs2014-10-051-0/+2
OpenPOWER on IntegriCloud