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