summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-10-25Merge rtable_mpath_conflict() into rtable_insert().Martin Pieuchot
2015-10-25Remove IPV6_NEXTHOP implementation. Source routing is considered to beFlorian Obser
2015-10-25Be more consisten with rtmsgs. Always set rtm_index (even in the RTM_GETClaudio Jeker
2015-10-25Use the "modern" way to check if a route entry correspond to a localMartin Pieuchot
2015-10-25Do not overwrite if_rtrequest() if the driver specified it *before*Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed and almost dead.Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-25ifa is no longer used.Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-25arp_ifinit() is no longer required.Martin Pieuchot
2015-10-25Introduce if_rtrequest() the successor of ifa_rtrequest().Martin Pieuchot
2015-10-25Introduce if_rtrequest() the successor of ifa_rtrequest().Martin Pieuchot
2015-10-25reorder some checks in pledge_namei() in order to properly work.Sebastien Marie
2015-10-25ps(1) needs sysctl KERN_PROC_CWD exposed as well in the pledge "ps" set.Theo de Raadt
2015-10-25Instead of doing the the if_get() dance for rt_missmsg(), change theAlexander Bluhm
2015-10-25For SYS_open let the /dev/null special case match if any TMN_RPATH,Todd C. Miller
2015-10-25Allow getsockopt(IP_OPTIONS) (with inet), needed by portmap (for RPC).Nicholas Marriott
2015-10-24Convert to rt_ifidx.Martin Pieuchot
2015-10-24Convert to rt_ifidx.Martin Pieuchot
2015-10-24Ignore Router Advertisment's current hop limit.Martin Pieuchot
2015-10-24Wait a short while between setting a USB device's address and reloadingStefan Sperling
2015-10-24Convert some if_ref() to if_get().Martin Pieuchot
2015-10-24Some rt_ifp to rt_ifidx conversions.Martin Pieuchot
2015-10-24Define ``rt_ifidx'' as rt_ifp->if_index to ease the transtion towardsMartin Pieuchot
2015-10-24Remove superfluous assignment.Reyk Floeter
2015-10-24Add pair(4), a vether-based virtual Ethernet driver to interconnectReyk Floeter
2015-10-24Unify all the errno names inAlexander Bluhm
2015-10-24Make use of hardware RX checksum validation.Visa Hankala
2015-10-24lookup tap devices in tapkqfilter, not tun devices.David Gwynne
2015-10-23Fix renaming in the root directory by correctly setting directoryKenneth R Westerback
2015-10-23Fix printf() types so kernel compiles with or w/o MSDOSFS_DEBUG.Kenneth R Westerback
2015-10-23Allow SIOCGIFINFO_IN6Theo de Raadt
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-10-23Split up tun(4) into tun(4) & tap(4). Killing the link0 magic to switchClaudio Jeker
2015-10-23rtfree(9) and rtalloc(9) no longer need to be called under KERNEL_LOCK.Martin Pieuchot
2015-10-23Update route entries reference counters atomically.Martin Pieuchot
2015-10-23It was possible to create a gateway route pointing to another gatewayAlexander Bluhm
2015-10-23``rt_ifp'' cannot be NULL.Martin Pieuchot
2015-10-23Nuke a bunch of leading/embedded/trailing whitespace so the code can beKenneth R Westerback
2015-10-23Introduce a new sysctl NET_RT_IFNAMES that returns only ifnames to ifindexClaudio Jeker
2015-10-23Zap pv allocation abstraction layer.Mark Kettenis
2015-10-23Fix uvm_object reference counting. While these reference counts aren't reaalyMark Kettenis
2015-10-23enable viornd on RAMDISK_CDMike Larkin
2015-10-23pass the right sizes to free.David Gwynne
2015-10-23inline the hfsc_active TAILQ.David Gwynne
2015-10-23inline the hif_eligible TAILQ.David Gwynne
2015-10-23counting packets in hif_packets in hfsc_if is redundant.David Gwynne
2015-10-23tweak the vnetid so it can be optional and therefore cleared/deleted.David Gwynne