summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: allow effective reduction of TCP's rcv-buffer via setsockoptHagen Paul Pfeifer2010-08-231-0/+11
* bridge: is PACKET_LOOPBACK unlikely()?Simon Horman2010-08-231-1/+1
* net: rds: remove duplication type definitionsChangli Gao2010-08-231-9/+0Star
* bnx2: Add PCI Advanced Error Reporting support.John Feeney2010-08-231-10/+34
* net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao2010-08-233-7/+5Star
* net/sched: need to include net/ip6_checksum.hStephen Rothwell2010-08-231-0/+1
* net: use __be16 instead of u16 for the userspace codeChangli Gao2010-08-231-2/+2
* tokenring: remove unneeded NULL checksDan Carpenter2010-08-221-4/+2Star
* net_sched: cls_flow: add key rxhashChangli Gao2010-08-222-0/+8
* irda: use net_device_stats from struct net_deviceEric Dumazet2010-08-222-24/+9Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-2256-257/+2077
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-08-2024-137/+174
| |\
| | * iwlwifi: use long monitor timer for 5300 seriesWey-Yi Guy2010-08-181-2/+2
| | * drivers/net/wireless: Restore upper case words in wiphy_<level> messagesJoe Perches2010-08-1813-50/+50
| | * iwlwifi: fix 3945 filter flagsJohannes Berg2010-08-174-50/+94
| | * ipw2100: don't sync status queue entriesJohn W. Linville2010-08-171-8/+0Star
| | * iwlwifi: use long monitor timer to avoid un-necessary reloadWey-Yi Guy2010-08-142-11/+11
| | * iwlwifi: long monitor timerWey-Yi Guy2010-08-146-29/+30
| * | e1000e: don't check for alternate MAC addr on parts that don't support itBruce Allan2010-08-203-13/+31
| * | e1000e: disable ASPM L1 on 82573Bruce Allan2010-08-201-0/+1
| * | ll_temac: Fix poll implementationMichal Simek2010-08-191-2/+2
| * | netxen: fix a race in netxen_nic_get_stats()Eric Dumazet2010-08-191-2/+0Star
| * | qlnic: fix a race in qlcnic_get_stats()Eric Dumazet2010-08-191-2/+0Star
| * | irda: fix a race in irlan_eth_xmit()Eric Dumazet2010-08-191-1/+3
| * | net: sh_eth: remove unused variableKuninori Morimoto2010-08-191-1/+1
| * | netxen: update version 4.0.74Amit Kumar Salecha2010-08-191-2/+2
| * | netxen: fix inconsistent lock stateAmit Kumar Salecha2010-08-191-4/+0Star
| * | vlan: Match underlying dev carrier on vlan addPhil Oester2010-08-191-1/+2
| * | ibmveth: Fix opps during MTU change on an active deviceRobert Jennings2010-08-191-17/+15Star
| * | ehea: Fix synchronization between HW and SW send queueAndre Detsch2010-08-192-2/+61
| * | bnx2x: Update bnx2x version to 1.52.53-4Yaniv Rosner2010-08-191-2/+2
| * | bnx2x: Fix PHY locking problemYaniv Rosner2010-08-191-2/+7
| * | rds: fix a leak of kernel memoryEric Dumazet2010-08-191-1/+1
| * | netlink: fix compat recvmsgJohannes Berg2010-08-191-30/+16Star
| * | netfilter: fix userspace header warningSam Ravnborg2010-08-191-0/+2
| * | net: add Fast Ethernet driver for PXA168.Sachin Sanap2010-08-194-0/+1707
| * | net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski2010-08-181-1/+1
| * | net sched: fix some kernel memory leaksEric Dumazet2010-08-185-37/+43
| * | netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet2010-08-183-0/+6
* | | amd8111e: use net_device_stats from struct net_deviceEric Dumazet2010-08-222-8/+7Star
* | | atl1c: use net_device_stats from struct net_deviceEric Dumazet2010-08-222-4/+3Star
* | | PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov2010-08-2210-24/+971
* | | net: rps: fix the wrong network header pointerChangli Gao2010-08-221-2/+2
* | | net/sched: add ACT_CSUM action to update packets checksumsGrégoire Baron2010-08-206-0/+654
* | | net: build_ehash_secret() and rt_bind_peer() cleanupsEric Dumazet2010-08-202-13/+4Star
* | | qlge: pull NULL check ahead of dereferenceDan Carpenter2010-08-201-2/+3
* | | tehuti: Use net_device_stats from struct net_deviceTobias Klauser2010-08-202-15/+7Star
* | | ep93xx_eth: Use net_device_stats from struct net_deviceTobias Klauser2010-08-201-24/+15Star
* | | net_sched: sch_sfq: use proto_ports_offset() to support AH messageChangli Gao2010-08-201-17/+16Star
* | | netfilter: xt_hashlimit: use proto_ports_offset() to support AH messageChangli Gao2010-08-201-10/+5Star