41 コミット (master)

作成者 SHA1 メッセージ 日付
  Michael Brown f1e6efa40b [ethernet] Avoid false positive Coverity warning 4年前
  Michael Brown b9d68b9de0 [ethernet] Use standard 1500 byte MTU unless explicitly overridden 5年前
  Michael Brown 40a8a5294c [ethernet] Make LACP support configurable at build time 8年前
  Michael Brown 7e7870984b [ethernet] Add minimal support for receiving LLC frames 9年前
  Michael Brown fbc4ba4b4e [build] Fix the REQUIRE_SYMBOL mechanism 9年前
  Michael Brown 86ae6e6c18 [build] Use REQUIRE_OBJECT() to drag in per-object configuration 9年前
  Michael Brown 2f020a8df3 [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9年前
  Hannes Reinecke d630052e6f [ethernet] Provide eth_random_addr() to generate random Ethernet addresses 10年前
  Michael Brown 0f787df284 [ethernet] Add support for generating multicast hash for IPv6 addresses 10年前
  Michael Brown 0b65c8cad6 [netdevice] Add method for generating EUI-64 address from link-layer address 10年前
  Michael Brown 1cbb1581f1 [ethernet] Expose eth_broadcast as a global constant 11年前
  Michael Brown c3b4860ce3 [legal] Update FSF mailing address in GPL licence texts 12年前
  Michael Brown 6324bd9389 [undi] Allow underlying PXE stack to construct link-layer header 12年前
  Michael Brown a667bf044a [netdevice] Allow link layer to report broadcast/multicast packets via pull() 13年前
  Michael Brown 84996b7b09 [lacp] Add simple LACP implementation 14年前
  Michael Brown 8406115834 [build] Rename gPXE to iPXE 14年前
  Michael Brown 1b1e63d54d [netdevice] Add the concept of an "Ethernet-compatible" MAC address 14年前
  Michael Brown a7290a970c [802.11] Support multicast hashing 15年前
  Michael Brown 4eab5bc8ca [netdevice] Allow the hardware and link-layer addresses to differ in size 15年前
  Michael Brown d09290161e [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol 15年前
  Joshua Oreman eb3ca2a36f [netdevice] Add netdev argument to link-layer push and pull handlers 15年前
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations 15年前
  Michael Brown b4a95a8974 [ethernet] Fix eth_mc_hash() return status 15年前
  Michael Brown 3a505dfc35 [netdevice] Change link-layer push() and pull() methods to take raw types 15年前
  Michael Brown 6b9cc25556 [netdevice] Split multicast hashing out into an mc_hash method 15年前
  Michael Brown 30fb3b3810 [undi] Fill in ProtType correctly in PXENV_UNDI_ISR 16年前
  Michael Brown df868476e7 Various warnings fixups for OpenBSD with gcc-3.3.5. 16年前
  Michael Brown 332614a382 Add untested support for UNDI transmit and receive. 17年前
  Michael Brown 3e2c6b6736 pkbuff->iobuf changeover 17年前
  Michael Brown 73b09ecba6 Use stdio.h instead of vsprintf.h 17年前
  Michael Brown 0dca1dc8ce Made eth_ntoa() public for use in legacy drivers' DBG() statements. 17年前
  Marty Connor ee9ae8130a Remove _PROTOCOL macros for gcc 3.2 compatibility 18年前
  Michael Brown a3d508b648 Clarified packet ownership transfer between a few functions. 18年前
  Michael Brown 3c8aafa209 Simplify RX data path. 18年前
  Michael Brown 968501e323 For consistency 18年前
  Michael Brown bbd9e28061 Simplify TX datapath. 18年前
  Michael Brown 1dbafa8950 Tidied up debugging messages 18年前
  Michael Brown 2421723a15 Rewrote printf and friends to better support standard C semantics. 18年前
  Michael Brown 129c6c3968 Network layer now works as a proof of concept 18年前
  Michael Brown fdc2ee79db Network API now allows for multiple network devices (although the 18年前
  Michael Brown bdc8190c8d Remove the concept of the media-independent link-layer header and replace 18年前