2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-15 15:51:44 +00:00
xNBA/src/net
Michael Brown 4c418d2100 Use net_device_operations structure and netdev_nullify() to allow for
safe dropping of the netdev ref by the driver while other refs still
exist.

Add netdev_irq() method.  Net device open()/close() methods should no
longer enable or disable IRQs.

Remove rx_quota; it wasn't used anywhere and added too much complexity
to implementing correct interrupt-masking behaviour in pxe_undi.c.
2007-07-07 16:43:39 +01:00
..
tcp convert to zalloc 2007-07-06 20:50:32 +02:00
udp convert to zalloc 2007-07-06 21:08:54 +02:00
aoe.c Kill off hotplug.h and just make net devices normal reference-counted 2007-06-27 14:48:31 +01:00
arp.c Add untested support for UNDI transmit and receive. 2007-07-02 20:05:58 +01:00
dhcpopts.c Apply global DHCP options when register_dhcp_options() is called. Do 2007-07-06 17:07:50 +01:00
ethernet.c Add untested support for UNDI transmit and receive. 2007-07-02 20:05:58 +01:00
filter.c Filter insertion now actually works 2007-01-31 03:43:59 +00:00
icmpv6.c Warnings purge 2007-07-02 15:33:34 -04:00
iobpad.c Rename pkbpad.c to iobpad.c 2007-05-19 18:42:27 +00:00
ipv4.c Never attempt to route the broadcast address. 2007-07-03 13:55:45 +01:00
ipv6.c Warnings purge: src/{crypto,hci,net} 2007-07-03 13:20:22 -04:00
ndp.c pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00
netdevice.c Use net_device_operations structure and netdev_nullify() to allow for 2007-07-07 16:43:39 +01:00
nullnet.c Use net_device_operations structure and netdev_nullify() to allow for 2007-07-07 16:43:39 +01:00
rarp.c Add untested support for UNDI transmit and receive. 2007-07-02 20:05:58 +01:00
retry.c Use a linker-table based system to automatically mark and start up 2007-07-03 20:09:14 +01:00
stream.c Don't pass through zero-length requests 2007-02-01 07:18:56 +00:00
tcp.c convert to zalloc 2007-07-06 20:47:15 +02:00
tcpip.c pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00
udp.c convert to zalloc 2007-07-06 21:08:41 +02:00