| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkbuff->iobuf changeover | Michael Brown | 2007-05-19 | 1 | -9/+9 |
| | | | | | | | | | Achieved via Perl using: perl -pi -e 's/pk_buff/io_buffer/g; s/Packet buffer/I\/O buffer/ig; ' \ -e 's/pkbuff\.h/iobuf.h/g; s/pkb_/iob_/g; s/_pkb/_iob/g; ' \ -e 's/pkb/iobuf/g; s/PKB/IOB/g;' | ||||
| * | Ensure that struct sockaddr is long enough... | Michael Brown | 2007-01-18 | 1 | -4/+2![]() |
| | | |||||
| * | Add "name" field to struct device to allow human-readable hardware device | Michael Brown | 2007-01-10 | 1 | -2/+4 |
| | | | | | | | | | | | | names. Add "dev" pointer in struct net_device to tie network interfaces back to a hardware device. Force natural alignment of data types in __table() macros. This seems to prevent gcc from taking the unilateral decision to occasionally increase their alignment (which screws up the table packing). | ||||
| * | Allow an explicit network device to be specified for IP-layer | Michael Brown | 2007-01-10 | 1 | -2/+8 |
| | | | | | transmissions. | ||||
| * | Verify checksums on the RX datapath. | Michael Brown | 2007-01-03 | 1 | -20/+20 |
| | | | | | Simplify checksum generation on the TX datapath. | ||||
| * | Remove _PROTOCOL macros for gcc 3.2 compatibility | Marty Connor | 2006-08-09 | 1 | -14/+4![]() |
| | | |||||
| * | Added features that will be required for PXE UDP support. | Michael Brown | 2006-08-02 | 1 | -37/+58 |
| | | | | | | | | Introduced struct sockaddr_tcpip, to simplify code that deals with both IPv4 and IPv6 addresses. Reorganised parts of tcpip.c and udp.c. | ||||
| * | Minor changes to the network layer rx() functions | Nikhil Chandru Rao | 2006-08-01 | 1 | -3/+14 |
| | | |||||
| * | Remove unused functions. | Michael Brown | 2006-08-01 | 1 | -6/+3![]() |
| | | |||||
| * | Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to | Michael Brown | 2006-08-01 | 1 | -2/+2 |
| | | | | | | the TCP/IP protocol suite (rather than being general transport-layer functions). | ||||
| * | Renamed tcpip_if.[ch] to tcpip.[ch] | Michael Brown | 2006-08-01 | 1 | -0/+93 |

