99 次代码提交 (2782ccec412222cebafa35899328944acc643caa)

作者 SHA1 备注 提交日期
  Michael Brown 14722c27d6 [netdevice] Fix erroneous use of free(iobuf) instead of free_iob(iobuf) 9 年前
  Michael Brown 98d09a1e03 [netdevice] Avoid registering duplicate network devices 9 年前
  Michael Brown c4af977271 [netdevice] Reset network device index when last device is unregistered 10 年前
  Michael Brown 2c820d684a [netdevice] Profile common operations 10 年前
  Michael Brown 87465258ab [netdevice] Notify upper-layer drivers when RX processing is (un)frozen 10 年前
  Michael Brown f17a30d547 [netdevice] Mark devices as open before calling open() method 10 年前
  Michael Brown f2bc138391 [netdevice] Add generic concept of a network device configurator 10 年前
  Michael Brown 5c11ff6304 [netdevice] Make all net_driver methods optional 10 年前
  Michael Brown 8f30ea4a6b [netdevice] Add find_netdev_by_index() 10 年前
  Michael Brown d5f69e9388 [netdevice] Add concept of a network device index 10 年前
  Michael Brown eba6bb38f2 [cmdline] Accept "netX" in iPXE commands 11 年前
  Michael Brown 2095ed413e [netdevice] Add netdev_tx_defer() to allow drivers to defer transmissions 11 年前
  Michael Brown 445ac9fbdc [netdevice] Use link-layer address as part of RNG seed 11 年前
  Michael Brown 77f64b11f7 [netdevice] Separate VLAN support from presence of VLAN-supporting drivers 11 年前
  Stefan Hajnoczi 7426177d63 [netdevice] Add vlan_tag() to get the VLAN tag of a network device 11 年前
  Michael Brown 88e19fcda9 [netdevice] Clear network device setting before unregistering 11 年前
  Michael Brown 947976da0c [netdevice] Do not force a poll on net_tx() 11 年前
  Michael Brown c3b4860ce3 [legal] Update FSF mailing address in GPL licence texts 12 年前
  Michael Brown b0e236a9ee [netdevice] Process all received packets in net_poll() 12 年前
  Michael Brown 4f4369064b [netdevice] Allow driver to preinitialise the link-layer address 12 年前
  Michael Brown 38b205d0a4 [list] Tidy up naming convention for list_contains() and friends 12 年前
  Michael Brown a667bf044a [netdevice] Allow link layer to report broadcast/multicast packets via pull() 13 年前
  Michael Brown e01ec74601 [process] Pass containing object pointer to process step() methods 13 年前
  Michael Brown d6115c91cf [netdevice] Allow non-completion TX errors to be recorded 13 年前
  Michael Brown 0b6808aadc [netdevice] Improve detection of bugs in drivers' TX completion handling 13 年前
  Michael Brown 9e3604168a [netdevice] Move high-frequency debug messages to DBGLVL_EXTRA 13 年前
  Michael Brown 1588b9336e [netdevice] Simplify link-down status message 13 年前
  Piotr Jaroszyński 8ab2f51997 [netdevice] Mark devices as open only if opening succeeds 13 年前
  Michael Brown 66caec3f00 [netdevice] Allow devices to indicate that interrupts are not supported 13 年前
  Michael Brown 67b45186a5 [settings] Apply settings block name in register_settings() 13 年前
  Michael Brown 6fd09b541f [vlan] Add support for IEEE 802.1Q VLANs 13 年前
  Michael Brown 4576c2da58 [netdevice] Allow per-device receive queue processing to be frozen 13 年前
  Michael Brown 24fc6aa5b0 [netdevice] Use net device name in debugging messages 13 年前
  Shao Miller 98b3599a65 [list] Fix typographical error from previous commit 13 年前
  Michael Brown ea631f6fb8 [list] Add list_first_entry() 13 年前
  Michael Brown 88dd921e24 [netdevice] Pass both link-layer addresses in net_tx() and net_rx() 13 年前
  Michael Brown 85a3169967 [netdevice] Report network-layer errors via network device statistics 13 年前
  Michael Brown ca4df90a63 [netdevice] Add the concept of a network upper-layer driver 13 年前
  Michael Brown 9f2e76ea61 [netdevice] Provide a test mechanism for discarding packets at random 14 年前
  Michael Brown 4bfd5b52c1 [refcnt] Add ref_init() wrapper function 14 年前
  Michael Brown 6c0e8c14be [libc] Enable automated extraction of error usage reports 14 年前
  Michael Brown 8406115834 [build] Rename gPXE to iPXE 14 年前
  Michael Brown 4a7648bd3d [netdevice] Record whether or not interrupts are currently enabled 14 年前
  Michael Brown 88e436376c [netdevice] Add netdev_is_open() wrapper function 14 年前
  Michael Brown 4eab5bc8ca [netdevice] Allow the hardware and link-layer addresses to differ in size 15 年前
  Michael Brown 37a0aab4ff [netdevice] Separate out the concept of hardware and link-layer addresses 15 年前
  Michael Brown 8de49af0d2 [infiniband] Add last_opened_ibdev(), analogous to last_opened_netdev() 15 年前
  Michael Brown 04878ef745 [process] Make it safe to call process_add() multiple times 15 年前
  Michael Brown a310d00d37 [netdevice] Add mechanism for reporting detailed link status codes 15 年前
  Joshua Oreman eb3ca2a36f [netdevice] Add netdev argument to link-layer push and pull handlers 15 年前