summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Several cleanups for the setsockopt compat support.David L Stevens2008-04-291-4/+7
* ipvs: fix oops in backup for fwmark conn templatesJulian Anastasov2008-04-297-23/+66
* bridge: kernel panic when unloading bridge moduleBodo Stroesser2008-04-291-1/+1
* bridge: fix error handling in br_add_if()Volodymyr G Lukiianyk2008-04-291-1/+4
* netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard2008-04-293-9/+6Star
* netfilter: x_tables: fix net namespace leak when reading /proc/net/xxx_tables...Pavel Emelyanov2008-04-291-1/+1
* netfilter: xt_TCPOPTSTRIP: signed tcphoff for ipv6_skip_exthdr() retvalRoel Kluin2008-04-291-1/+1
* tcp: Limit cwnd growth when deferring for GSOJohn Heffner2008-04-291-1/+2
* tcp: Allow send-limited cwnd to grow up to max_burst when gso disabledJohn Heffner2008-04-291-7/+4Star
* [netdrvr] gianfar: Determine TBIPA value dynamicallyPaul Gortmaker2008-04-294-19/+50
* Driver for IXP4xx built-in Ethernet portsKrzysztof Halasa2008-04-295-0/+1280
* ARM: am79c961a: platform_get_irq() may return signed unnoticedRoel Kluin2008-04-291-3/+7
* netiucv: Fix missing driver attributes.Cornelia Huck2008-04-291-0/+1
* qeth: layer 2 allow ethtool to set TSOFrank Blaschka2008-04-291-1/+17
* qeth: read number of ports from cardUrsula Braun2008-04-292-2/+4
* qeth: layer 3 add missing dev_open/close to ccwgroup handlerFrank Blaschka2008-04-291-2/+13
* qeth: rework fast pathFrank Blaschka2008-04-294-98/+13Star
* qeth: provide get ethtool settingsFrank Blaschka2008-04-294-0/+93
* qeth: layer 3 support vlan IPv6 on hiper socketFrank Blaschka2008-04-291-3/+4
* qeth module size reduction.Peter Tiedemann2008-04-295-27/+14Star
* ccwgroup: Unify parsing for group attribute.Ursula Braun2008-04-294-64/+82
* netiucv: get rid of in_atomic() useUrsula Braun2008-04-291-2/+0Star
* lcs: CCL-sequ. numbers required for protocol 802.2 only.Klaus D. Wacker2008-04-291-1/+2
* Blackfin EMAC Driver: Initial version of ethtool supportBryan Wu2008-04-291-0/+47
* Blackfin EMAC Driver: code cleanupBryan Wu2008-04-292-127/+124Star
* net: eepro autoport typoHarvey Harrison2008-04-291-1/+1
* Add support for SMSC LAN8187 and LAN8700 PHYsSteve Glendinning2008-04-292-2/+69
* Rename SMSC phy functions to be more genericSteve Glendinning2008-04-291-7/+7
* drivers/net/phy: fix kernel-doc notationRandy Dunlap2008-04-291-1/+1
* S2io: Version update for multi ring patchesSreenivasa Honnur2008-04-291-1/+1
* S2io: Enable multi ring supportSreenivasa Honnur2008-04-292-191/+226
* 3c515: use netstats in net_device structurePaulius Zaleckas2008-04-291-34/+30Star
* 3c509: use netstats in net_device structurePaulius Zaleckas2008-04-291-26/+21Star
* 3c505: use netstats in net_device structurePaulius Zaleckas2008-04-292-17/+14Star
* Merge branch 'upstream-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik2008-04-291-4/+4
|\
| * r8169: fix oops in r8169_get_mac_versionIvan Vecera2008-04-171-1/+1
| * r8169: fix past rtl_chip_info array size for unknown chipsetsRoel Kluin2008-04-171-3/+3
* | Merge branch 'sis190' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu...Jeff Garzik2008-04-291-55/+81
|\ \
| * | sis190: account for Tx errorsFrancois Romieu2008-04-271-3/+35
| * | sis190: remove needless MII resetFrancois Romieu2008-04-271-3/+2Star
| * | sis190: Rx path updateFrancois Romieu2008-04-271-26/+28
| * | sis190: use netdev_alloc_skbStephen Hemminger2008-04-271-13/+13
| * | sis190: hard-code the alignment of tiny packetsStephen Hemminger2008-04-271-2/+2
| * | sis190: use the allocated buffer as a status code in sis190_alloc_rx_skbStephen Hemminger2008-04-271-22/+15Star
* | | New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings2008-04-2936-0/+12887
* | | iwlwifi: Allow building iwl3945 without iwl4965.Jason Riedy2008-04-282-1/+7
* | | wireless: Fix compile error with wifi & ledsLuca Tettamanti2008-04-281-1/+3
* | | tcp: Fix slab corruption with ipv6 and tcp6fuzzEvgeniy Polyakov2008-04-281-2/+1Star
* | | ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.David L Stevens2008-04-274-0/+130
* | | [IPSEC]: Use digest_null directly for authHerbert Xu2008-04-271-2/+1Star