summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gianfar: Call gfar_halt_nodisable() from gfar_halt().Scott Wood2008-08-141-4/+2Star
* [netdrvr] remove unnecessary #includeHuang Weiyi2008-08-1413-14/+0Star
* netns: Fix crash by making igmp per namespaceDaniel Lezcano2008-08-141-51/+20Star
* bnx2x: Version updateEilon Greenstein2008-08-141-2/+2
* bnx2x: Checkpatch complianceEilon Greenstein2008-08-145-102/+102
* bnx2x: Spelling mistakesEilon Greenstein2008-08-146-39/+39
* bnx2x: Minor code improvementsEilon Greenstein2008-08-143-78/+72Star
* bnx2x: Driver infoEilon Greenstein2008-08-141-6/+6
* bnx2x: 1G LED does not turn offEilon Greenstein2008-08-142-0/+10
* bnx2x: 8073 PHY changesYaniv Rosner2008-08-143-158/+428
* bnx2x: Change GPIO for any portEilon Greenstein2008-08-143-43/+51
* bnx2x: Pause settingsYaniv Rosner2008-08-144-91/+128
* bnx2x: Link order with external PHYYaniv Rosner2008-08-142-166/+216
* bnx2x: No LRO without Rx checksumVladislav Zolotarov2008-08-141-28/+39
* bnx2x: Wrong structure sizeYitchak Gertner2008-08-141-2/+2
* bnx2x: WoL capabilityEilon Greenstein2008-08-141-2/+11
* bnx2x: Clearing MAC addresses filtersYitchak Gertner2008-08-141-14/+54
* bnx2x: Delay in while loopsYitchak Gertner2008-08-141-14/+11Star
* bnx2x: PBA Table Page Alignment WorkaroundEilon Greenstein2008-08-142-124/+130
* bnx2x: Self-test false positiveYitchak Gertner2008-08-141-11/+13
* bnx2x: Memory allocationEilon Greenstein2008-08-141-6/+9
* bnx2x: HW attention lockEilon Greenstein2008-08-143-19/+25
* bnx2x: HW lock mechanismYitchak Gertner2008-08-142-44/+75
* bnx2x: Load/Unload under trafficVladislav Zolotarov2008-08-143-98/+135
* bnx2x: FW Internal Memory structureEilon Greenstein2008-08-142-334/+299Star
* bnx2x: StatisticsYitchak Gertner2008-08-144-94/+154
* bnx2x: Not dropping packets with L3/L4 checksum errorEilon Greenstein2008-08-142-12/+19
* bnx2x: FW (bootcode) interface fixesEilon Greenstein2008-08-141-32/+42
* pkt_sched: Protect gen estimators under est_lock.Jarek Poplawski2008-08-141-4/+5
* pkt_sched: Fix queue quiescence testing in dev_deactivate().David S. Miller2008-08-141-5/+6
* pkt_sched: Fix oops in htb_delete.Jarek Poplawski2008-08-141-1/+2
* pktgen: prevent pktgen from using bad tx queueAndrew Gallatin2008-08-141-0/+29
* dccp: change L/R must have at least one byte in the dccpsf_val fieldArnaldo Carvalho de Melo2008-08-131-0/+5
* xfrm: remove unnecessary variable in xfrm_output_resume() 2nd tryJean-Christophe DUBOIS2008-08-131-4/+1Star
* net-sched: fix Action flushing return codeJamal Hadi Salim2008-08-131-2/+2
* net-sched: Fix actions flushingJamal Hadi Salim2008-08-131-2/+7
* net/rxrpc: Use an IS_ERR test rather than a NULL testJulien Brunel2008-08-131-1/+1
* wext: Send name on eventsJamal Hadi Salim2008-08-131-0/+1
* ipv6: Kill unused ip6_prohibit_entry and ip6_blk_hole_entry declarations.Rami Rosen2008-08-131-5/+0Star
* ipv6: ip6_route.h cleanup.Rami Rosen2008-08-131-1/+0Star
* net/tipc/subscr.c: don't use ___constant_swab32Andrew Morton2008-08-131-1/+1
* pkt_sched: Add queue stopped test back to qdisc_run().David S. Miller2008-08-131-1/+4
* ipv6: Fix OOPS, ip -f inet6 route get fec0::1, linux-2.6.26, ip6_route_output...Brian Haley2008-08-131-1/+2
* skbuff: Code readability NiTGerrit Renker2008-08-121-3/+3
* pkt_sched: Add BH protection for qdisc_stab_lock.Jarek Poplawski2008-08-121-7/+7
* Merge branch 'stealer/ipvs/for-davem' of git://git.stealer.net/linux-2.6David S. Miller2008-08-1218-106/+105Star
|\
| * ipvs: Explictly clear ip_vs_stats membersSimon Horman2008-08-111-1/+14
| * ipvs: No need to zero out ip_vs_stats during initializationSven Wegener2008-08-111-3/+3
| * ipvs: Embed estimator object into stats objectSven Wegener2008-08-113-82/+65Star
| * ipvs: Mark net_vs_ctl_path constSven Wegener2008-08-112-2/+2