27 Revīzijas (master)

Autors SHA1 Ziņojums Datums
  Michael Brown 70fc25ad6e [netdevice] Limit MTU by hardware maximum frame length 7 gadus atpakaļ
  Michael Brown 8430642642 [tcpip] Allow supported address families to be detected at runtime 8 gadus atpakaļ
  Michael Brown 57bab4e1d3 [tcpip] Fix dubious calculation of min_port 9 gadus atpakaļ
  Michael Brown 2f020a8df3 [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 gadus atpakaļ
  Michael Brown 6414b5ca03 [tcpip] Provide tcpip_mtu() to determine the maximum transmission unit 10 gadus atpakaļ
  Michael Brown db67de6f31 [tcpip] Provide tcpip_netdev() to determine the transmitting network device 10 gadus atpakaļ
  Michael Brown 11963c4f5f [tcpip] Add IP statistics collection as per RFC 4293 10 gadus atpakaļ
  Michael Brown 6bf36f57a0 [tcpip] Pass through network device to transport layer protocols 10 gadus atpakaļ
  Michael Brown 252d28f098 [tcpip] Allow binding to unspecified privileged ports (below 1024) 10 gadus atpakaļ
  Michael Brown 1d77d03216 [tcpip] Allow for architecture-specific TCP/IP checksum routines 12 gadus atpakaļ
  Michael Brown 8406115834 [build] Rename gPXE to iPXE 14 gadus atpakaļ
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations 15 gadus atpakaļ
  Michael Brown 1266d7902b [tables] Redefine methods for accessing linker tables 15 gadus atpakaļ
  Michael Brown d230b53df2 [tcpip] Allow for transmission to multicast IPv4 addresses 15 gadus atpakaļ
  Michael Brown 3e2c6b6736 pkbuff->iobuf changeover 17 gadus atpakaļ
  Michael Brown f11da20f25 When a network device is specified to tcpip_tx() or it's children, treat 17 gadus atpakaļ
  Michael Brown dad5274522 Add "name" field to struct device to allow human-readable hardware device 17 gadus atpakaļ
  Michael Brown f008b77ba2 Allow an explicit network device to be specified for IP-layer 17 gadus atpakaļ
  Michael Brown a0525a4ed3 Verify checksums on the RX datapath. 17 gadus atpakaļ
  Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are 17 gadus atpakaļ
  Marty Connor 6ac78f6aff added stdio.h to includes for DBG compilation 17 gadus atpakaļ
  Michael Brown a3d508b648 Clarified packet ownership transfer between a few functions. 18 gadus atpakaļ
  Michael Brown 467e9627cc Added features that will be required for PXE UDP support. 18 gadus atpakaļ
  Nikhil Chandru Rao c24546c70b Minor changes to the network layer rx() functions 18 gadus atpakaļ
  Michael Brown beadd82208 Remove unused functions. 18 gadus atpakaļ
  Michael Brown 1ebb68e49a Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to 18 gadus atpakaļ
  Michael Brown 3a0e293123 Renamed tcpip_if.[ch] to tcpip.[ch] 18 gadus atpakaļ
  Michael Brown 2c0eb6eb1d Correct TCP/IP checksum generation. 18 gadus atpakaļ
  Nikhil Chandru Rao ab577e1a3a The following edits were made: \ 18 gadus atpakaļ
  Nikhil Chandru Rao c9ea710930 Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and include/gpxe/tcpip_if.h respectively. Made changes in the other files. 18 gadus atpakaļ