summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_umb.c
AgeCommit message (Expand)Author
2020-07-22deprecate interface input handler lists, just use one input function.David Gwynne
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-05-04Check v6 availablilty mask instead of v4.Gerhard Roth
2020-04-27IPv6 is no longer on by default. It must be enabled with "inet6 eui64".Gerhard Roth
2020-02-18Add IPv6 support to umb(4).Gerhard Roth
2019-11-26When there is no network around the state timeout fires over and over again.Claudio Jeker
2019-11-24Add umb_rtrequest() to handle RTM_PROPOSAL events and send back theClaudio Jeker
2019-11-22Use rtm_proposal() to send out DNS updates. Both when DNS are added andClaudio Jeker
2019-10-10Only set the IPv4 address in umb(4) if both MBIM_IPCONF_HAS_ADDRINFO andClaudio Jeker
2019-10-03Switch the bpf of umb(4) from DTL_RAW to DTL_LOOP. DTL_RAW is limited toClaudio Jeker
2019-09-29turn the success paths of FCC registration into debug prints. TheTheo de Raadt
2019-09-27Make umb(4) add a default route when configuring the interface. This routeClaudio Jeker
2019-08-26Replace umb_ntop() with sockaddr_ntop() which does almost the same thing.Claudio Jeker
2019-06-26Create IF_WWAN_DEFAULT_PRIORITY which is lower thanClaudio Jeker
2019-01-14Fix typosIngo Feinerer
2018-10-02Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying().Stefan Sperling
2018-09-10Prevent a panic in umb(4) when roaming is diabled.Gerhard Roth
2018-04-30Reduce the scope of the NET_LOCK() in in_control(). Two functions wereTheo Buehler
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2017-10-23Even if a USB transfer fails, call umb_start() so that processingGerhard Roth
2017-10-20Kill dead ioctl handlers.Martin Pieuchot
2017-08-11Remove NET_LOCK()'s argument.Martin Pieuchot
2017-05-30Introduce ipv{4,6}_input(), two wrappers around IP queues.Martin Pieuchot
2017-05-18Grab the netlock in umb_state_task() and umb_decode_ip_configuration()Alexander Bluhm
2017-05-03Byte order of IP addresses was broken on big endian machines.Gerhard Roth
2017-04-18Support packet aggregation for umb(4) on tx.Gerhard Roth
2017-03-08Do not clear IFF_UP, even in the error path.Martin Pieuchot
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-11-25The NCM encoding allows to aggregate multiple segments in one singleGerhard Roth
2016-11-21Some MBIM devices need a FCC Authentication before they're willing toGerhard Roth
2016-11-14Stop looking for further NCM datagrams if either length or offset ofGerhard Roth
2016-11-10Use the NdpIndex of the NCM header as the offset of the NCM pointer insteadGerhard Roth
2016-10-25Make kernel without INET6 compile again.Alexander Bluhm
2016-06-20Make umb(4) less verbose by default. 'ifconfig umb0 debug' enables verbose mode.Stefan Sperling
2016-06-19Rework how umb(4) attaches such that it also works with devices that implementMark Kettenis
2016-06-15Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)Gerhard Roth