summaryrefslogtreecommitdiff
path: root/astraceroute.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-23make: include build nameDaniel Borkmann1-1/+1
2013-05-17astraceroute: Add __noreturn attribute to exiting functionsTobias Klauser1-2/+2
2013-05-16astraceroute: Mention exit after printing information in built-in helpTobias Klauser1-2/+2
2013-03-16misc: remove dead/unreachable code from switch statementsDaniel Borkmann1-2/+0
2013-03-16astraceroute: fix getnameinfo argumentsDaniel Borkmann1-4/+4
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+1077
'> We don't need the defines for the number of bulk in or out endpoints anymore, as the driver just grabs the first ones it finds and runs with it. Reviewed-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> 2016-09-02greybus: es2: remove bulk_in arrayGreg Kroah-Hartman1-55/+38 We only care about one bulk IN endpoint for cports, and one for ARPC, so drop the array of bulk IN endpoints to simplify things. Reviewed-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> 2016-09-02greybus: es2: remove bulk_out arrayGreg Kroah-Hartman1-15/+9 We only care about one bulk out endpoint, the first one, so remove the pretense of keeping an array of these things. Just grab the first one in the list and run away! Reviewed-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> 2016-09-02greybus: es2: remove struct cport_to_epGreg Kroah-Hartman1-34/+1 We were not really using this structure at all, it was only returning '0' when asked what cport matched to what pair, so remove it all. Reviewed-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> 2016-09-02greybus: es2: remove #if 0 codeGreg Kroah-Hartman