aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-08virtio: 1.0 helper to read 16/32/64 bit valueNikunj A Dadhania1-0/+48
2016-02-08virtio: add and enable 1.0 device setupNikunj A Dadhania14-65/+155
2016-02-08virtio: 1.0 guest features negotiationNikunj A Dadhania2-0/+44
2016-02-08virtio: update features set/get register accessorNikunj A Dadhania3-7/+41
2016-02-08virtio: make all virtio apis 1.0 awareNikunj A Dadhania2-33/+118
2016-02-08virtio: add 64-bit virtio helpers for 1.0Nikunj A Dadhania1-0/+25
2016-02-08virtio: add virtio 1.0 related struct and definesNikunj A Dadhania4-1/+58
2016-02-08virtio: get rid of type variable in virtio_deviceNikunj A Dadhania4-58/+25
2016-02-08virtio-net: move setup-mac to the open routineNikunj A Dadhania4-25/+22
2016-02-08virtio-net: make net_hdr_size a variableNikunj A Dadhania1-9/+12
2016-02-08virtio-net: replace vq array with vq_{tx,rx}Nikunj A Dadhania1-29/+30
2016-02-08virtio-net: use virtio_fill_descNikunj A Dadhania1-24/+11
2016-02-08virtio-{net,blk,scsi,9p}: use status variableNikunj A Dadhania4-28/+43
2016-02-08virtio-blk: add helpers for filling descriptorsNikunj A Dadhania3-15/+44
2016-02-08virtio-{blk,9p}: enable resetting the deviceNikunj A Dadhania2-9/+2
2016-02-08virtio: introduce helper for initializing virt queueNikunj A Dadhania8-69/+53
2016-02-08virtio: fix code style/design issues.Nikunj A Dadhania5-123/+117
2016-02-08fix code style in byteorder.hNikunj A Dadhania1-12/+6
2016-02-08pci: add byte read/write helper routinesNikunj A Dadhania2-0/+16
2016-02-08virtio-net: fix gcc warnings (-Wextra)Nikunj A Dadhania4-6/+6
2016-02-08virtio-blk: fix gcc warnings (-Wextra)Nikunj A Dadhania2-2/+2
2016-02-08readme: Add a note about coding styleAlexey Kardashevskiy1-0/+22
2016-01-29dhcp: Remove duplicated strtoip()Alexey Kardashevskiy1-48/+2
2016-01-29ethernet: Fix gcc warningsAlexey Kardashevskiy1-1/+4
2016-01-29net-snk: Fix gcc warningsAlexey Kardashevskiy7-12/+12
2016-01-29net-snk: Fix coding styleAlexey Kardashevskiy8-262/+194
2016-01-18net-snk: Fix memory leak in dhcp6_process_options()Thomas Huth2-16/+2
2016-01-18net-snk: Fix memory leak in ip6_to_multicast_mac() / send_ipv6()Thomas Huth1-8/+3
2016-01-18net-snk: Remove bad NEIGHBOUR_SOLICITATION code in send_ipv6()Thomas Huth1-9/+1
2016-01-14Fix dma-alloc and dma-map-in functions on board-js2xThomas Huth3-21/+32
2016-01-14net-snk: Allow stateless autoconfig IPv6 addresses with IP_INIT_IPV6_MANUALThomas Huth1-4/+11
2016-01-14net-snk: Simplify the ip6_is_multicast() functionThomas Huth1-2/+1
2016-01-14net-snk: Move global variable definition out of the header fileThomas Huth6-33/+38
2016-01-14net-snk: Prefer non-link-local unicast IPv6 addresses if possibleThomas Huth1-0/+16
2016-01-14net-snk: Fix the check for link-local addresses when receiving RAsThomas Huth2-2/+9
2016-01-14net-snk: Remove junk at the end of IPv6 TFTP ACK and error packetsThomas Huth1-4/+2
2016-01-11Fix format strings in usb-ohci.cThomas Huth1-6/+6
2015-12-23net-snk: Get rid of junk at the end of sent DHCPv6 packetsThomas Huth2-6/+6
2015-12-23net-snk: Use transaction IDs in DHCPv4, tooThomas Huth3-2/+18
2015-12-23net-snk: Make use of DHCPv6 transaction IDsThomas Huth3-8/+13
2015-12-23net-snk: Seed the pseudo-random number generatorThomas Huth1-0/+14
2015-12-23libc: Add srand() callThomas Huth2-0/+6
2015-12-23libc: Fix the rand() function to return non-zero valuesThomas Huth1-2/+2
2015-12-23net-snk: Improve printed text when booting via networkThomas Huth2-13/+14
2015-12-23Increase temporary buffer size of ibm,client-architecture-support callThomas Huth1-6/+7
2015-12-23Move archsupport.fs into board-qemu directoryThomas Huth3-1/+2
2015-12-23boot: stop booting when we encounter HALTNikunj A Dadhania1-0/+1
2015-12-09fat-files: Fix bug with root-entries = 0 on certain FAT32 file systemsThomas Huth1-2/+13
2015-12-09usb: print unhandled descriptor in debug modeNikunj A Dadhania1-1/+1
2015-12-02Improve stack usage with libnvram get_partition functionThomas Huth3-16/+14