summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-25xmalloc: Add and use xcallocTobias Klauser1-1/+1
2013-03-16hash: simplify code and fix whitespacingDaniel Borkmann1-4/+30
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+169
<davem@davemloft.net>2017-02-09 16:41:43 -0500 commit5a70348e1187c5bf1cbd0ec51843f36befed1c2d (patch) tree5dae0aa1df53f96af14cc7adad8f50173b640f00 parent98e3862ca2b1ae595a13805dcab4c3a6d7718f4d (diff)
sierra_net: Add support for IPv6 and Dual-Stack Link Sense Indications
If a context is configured as dualstack ("IPv4v6"), the modem indicates the context activation with a slightly different indication message. The dual-stack indication omits the link_type (IPv4/v6) and adds additional address fields. IPv6 LSIs are identical to IPv4 LSIs, but have a different link type. Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de> Reviewed-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--drivers/net/usb/sierra_net.c101
1 files changed, 66 insertions, 35 deletions
diff --git a/drivers/net/usb/sierra_net.c b/drivers/net/usb/sierra_net.c