aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | [NET]: include/net/route.h - remove duplicate includeJoe Perches2008-03-231-1/+0
* | [IPV6]: Remove unused code in ndisc_send_redirect().Rami Rosen2008-03-231-3/+0
* | [8390]: Fix build error.David S. Miller2008-03-221-1/+1
* | Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-03-22103-63196/+25090
|\ \
| * | ixgbe: Increment versionAuke Kok2008-03-171-1/+1
| * | ixgbe: Add optional DCA infrastructureJeb Cramer2008-03-172-0/+157
| * | ixgbe: Introduce adaptive interrupt moderationAyyappan Veeraiyan2008-03-173-12/+232
| * | ixgbe: Introduce Multiqueue TXAyyappan Veeraiyan2008-03-172-5/+66
| * | ixgbe: Introduce MSI-X queue vector codeAyyappan Veeraiyan2008-03-172-350/+826
| * | /drivers/net/atarilance.c replaced init_module&cleanup_module with module_ini...Jon Schindler2008-03-171-3/+4
| * | /drivers/net/at1700.c replaced init_module&cleanup_module with module_init&mo...Jon Schindler2008-03-171-3/+4
| * | /drivers/net/arcnet/com20020.c replaced init_module&cleanup_module with modul...Jon Schindler2008-03-171-3/+4
| * | /drivers/net/appletalk/cops.c replaced init_module&cleanup_module with module...Jon Schindler2008-03-171-2/+4
| * | /drivers/net/8390.c replaced init_module&cleanup_module with module_init&modu...Jon Schindler2008-03-171-2/+4
| * | smc91x: make superh use default config V2Magnus Damm2008-03-171-30/+0
| * | smc91x: add insw/outsw to default config V2Magnus Damm2008-03-171-0/+2
| * | smc91x: introduce platform data flags V2Magnus Damm2008-03-173-27/+77
| * | smc91x: pass along private data V2Magnus Damm2008-03-172-275/+280
| * | S2io: Version update for multiqueue and vlan patchesSreenivasa Honnur2008-03-171-1/+1
| * | S2io: Support for vlan_rx_kill_vid entry pointSreenivasa Honnur2008-03-172-50/+71
| * | S2io: Multiqueue network device support - FIFO selection based on L4 portsSreenivasa Honnur2008-03-172-19/+150
| * | S2io: Multiqueue network device support implementationSreenivasa Honnur2008-03-172-30/+186
| * | qeth: remove old qeth filesFrank Blaschka2008-03-1710-14269/+0
| * | qeth: new qeth device driverFrank Blaschka2008-03-1714-21/+13498
| * | ctc: removal of the old ctc driverPeter Tiedemann2008-03-174-3537/+0
| * | ctcm: infrastructure for replaced ctc driverPeter Tiedemann2008-03-1711-8/+7920
| * | drivers/s390/net: Kconfig brush upUrsula Braun2008-03-171-21/+22
| * | atl1: reduce forward declarationsJay Cliburn2008-03-172-713/+703
| * | atl1: make functions staticJay Cliburn2008-03-172-53/+51
| * | atl1: print debug info if rrd errorJay Cliburn2008-03-171-4/+22
| * | atl1: use netif_msgJay Cliburn2008-03-172-46/+111
| * | atl1: use csum_startJay Cliburn2008-03-171-5/+6
| * | atl1: simplify tx packet descriptorJay Cliburn2008-03-172-220/+246
| * | atl1: add ethtool register dumpJay Cliburn2008-03-172-0/+54
| * | atl1: fix broken TSOJay Cliburn2008-03-171-18/+11
| * | atl1: move common functions to atlx filesJay Cliburn2008-03-179-2710/+2751
| * | atl1: relocate atl1 driver to /drivers/net/atlxJay Cliburn2008-03-178-1/+1
| * | remove the obsolete xircom_tulip_cb driverAdrian Bunk2008-03-173-1741/+1
| * | sk98lin: remove obsolete driverStephen Hemminger2008-03-1743-41394/+0
* | | [IPV4] route: use read_mostlyStephen Hemminger2008-03-221-19/+17
* | | [IPV4]: sk parameter is unused in ipv4_dst_blackhole.Denis V. Lunev2008-03-221-2/+2
* | | [NET]: NPROTO is redundant; it's equal to AF_MAX/PF_MAX.Rusty Russell2008-03-221-1/+2
* | | [RAW]: Add raw_hashinfo member on struct proto.Pavel Emelyanov2008-03-224-29/+15
* | | [UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov2008-03-227-40/+20
* | | [SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov2008-03-229-12/+15
* | | [IPV4]: Always pass ip_options pointer into ip_options_compile.Denis V. Lunev2008-03-222-12/+10
* | | [IPV4]: Remove unused ip_options->is_data.Denis V. Lunev2008-03-223-8/+1
* | | [IPV4]: Remove unnecessary check for opt->is_data in ip_options_compile.Denis V. Lunev2008-03-221-2/+1
* | | [TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus2008-03-219-33/+99
* | | [TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synackPatrick McManus2008-03-211-2/+3